github.com/aiven/aiven-go-client@v1.36.0/go.mod (about)

     1  module github.com/aiven/aiven-go-client
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/hashicorp/go-cleanhttp v0.5.2
     7  	github.com/hashicorp/go-retryablehttp v0.7.2
     8  	github.com/onsi/ginkgo v1.16.5
     9  	github.com/onsi/gomega v1.19.0
    10  	github.com/stretchr/testify v1.5.1
    11  )
    12  
    13  require (
    14  	github.com/davecgh/go-spew v1.1.1 // indirect
    15  	github.com/fsnotify/fsnotify v1.4.9 // indirect
    16  	github.com/nxadm/tail v1.4.8 // indirect
    17  	github.com/pmezard/go-difflib v1.0.0 // indirect
    18  	golang.org/x/net v0.7.0 // indirect
    19  	golang.org/x/sys v0.5.0 // indirect
    20  	golang.org/x/text v0.7.0 // indirect
    21  	gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
    22  	gopkg.in/yaml.v2 v2.4.0 // indirect
    23  )