github.com/sacloud/iaas-api-go@v1.12.0/go.mod (about) 1 module github.com/sacloud/iaas-api-go 2 3 go 1.21 4 5 require ( 6 github.com/fatih/structs v1.1.0 7 github.com/fsnotify/fsnotify v1.7.0 8 github.com/hashicorp/go-multierror v1.1.1 9 github.com/huandu/xstrings v1.4.0 10 github.com/mitchellh/go-homedir v1.1.0 11 github.com/mitchellh/mapstructure v1.5.0 12 github.com/sacloud/api-client-go v0.2.10 13 github.com/sacloud/go-http v0.1.8 14 github.com/sacloud/packages-go v0.0.10 15 github.com/stretchr/testify v1.9.0 16 golang.org/x/crypto v0.22.0 17 ) 18 19 require ( 20 github.com/benbjohnson/clock v1.3.0 // indirect 21 github.com/davecgh/go-spew v1.1.1 // indirect 22 github.com/hashicorp/errwrap v1.0.0 // indirect 23 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect 24 github.com/hashicorp/go-retryablehttp v0.7.5 // indirect 25 github.com/kr/pretty v0.3.0 // indirect 26 github.com/pmezard/go-difflib v1.0.0 // indirect 27 github.com/rogpeppe/go-internal v1.8.0 // indirect 28 go.uber.org/ratelimit v0.3.0 // indirect 29 golang.org/x/sys v0.19.0 // indirect 30 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect 31 gopkg.in/yaml.v3 v3.0.1 // indirect 32 )