-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 820 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 820 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
module github.com/jonhadfield/githosts-utils
go 1.25.1
require (
filippo.io/age v1.3.1
github.com/hashicorp/go-retryablehttp v0.7.8
github.com/microsoft/azure-devops-go-api/azuredevops/v7 v7.1.0
github.com/peterhellberg/link v1.2.0
github.com/stretchr/testify v1.11.1
gitlab.com/tozd/go/errors v0.11.0
)
require (
filippo.io/hpke v0.4.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.49.0 // indirect
golang.org/x/sys v0.42.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)