-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (21 loc) · 738 Bytes
/
go.mod
File metadata and controls
26 lines (21 loc) · 738 Bytes
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
// This module stores testing dependencies that we want to keep
// separate from the main package.
module github.com/linode/go-metadata/test/integration
go 1.25.0
require (
github.com/jarcoal/httpmock v1.4.1
github.com/linode/go-metadata v0.0.0
github.com/linode/linodego v1.66.0
github.com/stretchr/testify v1.11.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-resty/resty/v2 v2.17.2 // indirect
github.com/google/go-querystring v1.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.51.0 // indirect
golang.org/x/text v0.34.0 // indirect
gopkg.in/ini.v1 v1.67.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace github.com/linode/go-metadata => ../../