-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathgo.mod
31 lines (27 loc) · 931 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
30
31
module github.com/creativeprojects/go-selfupdate
go 1.23.0
toolchain go1.24.2
require (
code.gitea.io/sdk/gitea v0.21.0
github.com/Masterminds/semver/v3 v3.3.1
github.com/google/go-github/v30 v30.1.0
github.com/stretchr/testify v1.10.0
github.com/ulikunitz/xz v0.5.12
github.com/xanzy/go-gitlab v0.115.0
golang.org/x/crypto v0.37.0
golang.org/x/oauth2 v0.29.0
golang.org/x/sys v0.32.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/42wim/httpsig v1.2.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/davidmz/go-pageant v1.0.2 // indirect
github.com/go-fed/httpsig v1.1.0 // indirect
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/hashicorp/go-version v1.7.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/time v0.11.0 // indirect
)