github.com/fastly/go-fastly@v1.18.0/go.mod (about)

     1  module github.com/fastly/go-fastly
     2  
     3  require (
     4  	github.com/ajg/form v0.0.0-20160802194845-cc2954064ec9
     5  	github.com/dnaeon/go-vcr v1.0.1
     6  	github.com/google/jsonapi v0.0.0-20170708005851-46d3ced04344
     7  	github.com/hashicorp/go-cleanhttp v0.0.0-20170211013415-3573b8b52aa7
     8  	github.com/mitchellh/mapstructure v0.0.0-20170523030023-d0303fe80992
     9  	golang.org/x/tools v0.0.0-20200624163319-25775e59acb7
    10  	gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7 // indirect
    11  	honnef.co/go/tools v0.0.1-2020.1.4
    12  )
    13  
    14  go 1.13