File: go.mod

package info (click to toggle)
golang-github-sethvargo-go-fastly 1.2.1%2Bgit20190805.5c6c8bd-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,588 kB
  • sloc: makefile: 71
file content (12 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
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
)