github.com/akamai/AkamaiOPEN-edgegrid-golang/v2@v2.17.0/go.mod (about)

     1  module github.com/akamai/AkamaiOPEN-edgegrid-golang/v2
     2  
     3  go 1.17
     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.6.1
    12  	github.com/tj/assert v0.0.3
    13  	gopkg.in/ini.v1 v1.51.1
    14  )
    15  
    16  require (
    17  	github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect
    18  	github.com/davecgh/go-spew v1.1.1 // indirect
    19  	github.com/kr/text v0.2.0 // indirect
    20  	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
    21  	github.com/pkg/errors v0.9.1 // indirect
    22  	github.com/pmezard/go-difflib v1.0.0 // indirect
    23  	github.com/smartystreets/goconvey v1.6.4 // indirect
    24  	gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
    25  	gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
    26  )
    27  
    28  retract v2.8.0