github.com/fastly/go-fastly/v5@v5.3.0/go.mod (about) 1 module github.com/fastly/go-fastly/v5 2 3 require ( 4 github.com/dnaeon/go-vcr v1.0.1 5 github.com/google/go-querystring v1.1.0 6 github.com/google/jsonapi v0.0.0-20201022225600-f822737867f6 7 github.com/hashicorp/go-cleanhttp v0.0.0-20170211013415-3573b8b52aa7 8 github.com/mitchellh/mapstructure v0.0.0-20170523030023-d0303fe80992 9 github.com/peterhellberg/link v1.1.0 10 golang.org/x/tools v0.0.0-20200624163319-25775e59acb7 11 gopkg.in/yaml.v2 v2.2.8 // indirect 12 honnef.co/go/tools v0.0.1-2020.1.4 13 ) 14 15 go 1.15