-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (23 loc) · 784 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
module github.com/jaredallard/vcs
go 1.23.4
require (
github.com/Masterminds/semver/v3 v3.3.1
github.com/chainguard-dev/git-urls v1.0.2
github.com/google/go-cmp v0.6.0
github.com/google/go-github/v68 v68.0.0
github.com/jaredallard/archives v1.0.0
github.com/jaredallard/cmdexec v1.2.1
github.com/pkg/errors v0.9.1
gitlab.com/gitlab-org/api/client-go v0.119.0
golang.org/x/oauth2 v0.25.0
gotest.tools/v3 v3.5.1
)
require (
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
github.com/jamespfennell/xz v0.1.2 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/ulikunitz/xz v0.5.12 // indirect
golang.org/x/time v0.8.0 // indirect
)