github.com/akamai/AkamaiOPEN-edgegrid-golang/v8@v8.1.0/go.mod (about) 1 module github.com/akamai/AkamaiOPEN-edgegrid-golang/v8 2 3 go 1.21 4 5 require ( 6 github.com/apex/log v1.9.0 7 github.com/go-ozzo/ozzo-validation/v4 v4.3.0 8 github.com/google/uuid v1.1.1 9 github.com/mitchellh/go-homedir v1.1.0 10 github.com/spf13/cast v1.3.1 11 github.com/stretchr/testify v1.8.4 12 github.com/tj/assert v0.0.3 13 go.uber.org/ratelimit v0.2.0 14 golang.org/x/net v0.20.0 15 gopkg.in/ini.v1 v1.51.1 16 ) 17 18 require ( 19 github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect 20 github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect 21 github.com/davecgh/go-spew v1.1.1 // indirect 22 github.com/kr/text v0.2.0 // indirect 23 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect 24 github.com/pkg/errors v0.9.1 // indirect 25 github.com/pmezard/go-difflib v1.0.0 // indirect 26 github.com/smartystreets/goconvey v1.6.4 // indirect 27 github.com/stretchr/objx v0.5.0 // indirect 28 gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect 29 gopkg.in/yaml.v3 v3.0.1 // indirect 30 )