module github.com/fastly/go-fastly
require (
github.com/ajg/form v0.0.0-20160802194845-cc2954064ec9
github.com/dnaeon/go-vcr v0.0.0-20170218072653-87d4990451a8
github.com/google/jsonapi v0.0.0-20170708005851-46d3ced04344
github.com/hashicorp/go-cleanhttp v0.0.0-20170211013415-3573b8b52aa7
github.com/kr/pretty v0.1.0 // indirect
github.com/mitchellh/mapstructure v0.0.0-20170523030023-d0303fe80992
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7 // indirect
)
|