module github.com/fastly/go-fastly require ( github.com/ajg/form v0.0.0-20160802194845-cc2954064ec9 github.com/dnaeon/go-vcr v1.0.1 github.com/google/jsonapi v0.0.0-20170708005851-46d3ced04344 github.com/hashicorp/go-cleanhttp v0.0.0-20170211013415-3573b8b52aa7 github.com/mitchellh/mapstructure v0.0.0-20170523030023-d0303fe80992 golang.org/x/tools v0.0.0-20200624163319-25775e59acb7 gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7 // indirect honnef.co/go/tools v0.0.1-2020.1.4 ) go 1.13