module github.com/hashicorp/packer-plugin-oracle go 1.16 require ( github.com/go-ini/ini v1.62.0 github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect github.com/hashicorp/go-cleanhttp v0.5.2 github.com/hashicorp/go-oracle-terraform v0.17.0 github.com/hashicorp/hcl/v2 v2.10.0 github.com/hashicorp/packer-plugin-sdk v0.2.3 github.com/oracle/oci-go-sdk/v36 v36.2.0 github.com/smartystreets/goconvey v1.6.4 // indirect github.com/stretchr/objx v0.3.0 // indirect github.com/stretchr/testify v1.7.0 github.com/zclconf/go-cty v1.8.3 golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad gopkg.in/ini.v1 v1.62.0 // indirect gopkg.in/jarcoal/httpmock.v1 v1.0.0-20181117152235-275e9df93516 // indirect )