forked from rhysd/go-github-selfupdate
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 740 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/nezhahq/go-github-selfupdate
go 1.19
require (
gitee.com/naibahq/go-gitee v0.0.0-20240713052758-bc992e4c5b2c
github.com/blang/semver v3.5.1+incompatible
github.com/google/go-github v17.0.0+incompatible
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/tcnksm/go-gitconfig v0.1.2
github.com/ulikunitz/xz v0.5.11
golang.org/x/oauth2 v0.16.0
)
require (
github.com/antihax/optional v1.0.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/onsi/gomega v1.18.1 // indirect
golang.org/x/net v0.21.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)