github.com/fastly/go-fastly/v6@v6.8.0/go.mod (about)

     1  module github.com/fastly/go-fastly/v6
     2  
     3  require (
     4  	github.com/dnaeon/go-vcr v1.2.0
     5  	github.com/google/go-querystring v1.1.0
     6  	github.com/google/jsonapi v1.0.0
     7  	github.com/hashicorp/go-cleanhttp v0.5.2
     8  	github.com/kr/pretty v0.1.0 // indirect
     9  	github.com/mitchellh/mapstructure v1.4.3
    10  	github.com/peterhellberg/link v1.1.0
    11  	golang.org/x/tools v0.1.8
    12  	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
    13  	gopkg.in/yaml.v2 v2.4.0 // indirect
    14  	honnef.co/go/tools v0.2.2
    15  )
    16  
    17  go 1.16