-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathgo.mod
29 lines (26 loc) · 926 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/fastly/go-fastly/v9
require (
github.com/dnaeon/go-vcr v1.2.0
github.com/google/go-cmp v0.6.0
github.com/google/go-querystring v1.1.0
github.com/google/jsonapi v1.0.0
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/mitchellh/mapstructure v1.5.0
github.com/peterhellberg/link v1.2.0
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.32.0
golang.org/x/tools v0.21.1-0.20240531212143-b6235391adb3
honnef.co/go/tools v0.5.1
)
require (
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20250106191152-7588d65b2ba8 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.29.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
go 1.20