forked from nezhahq/go-github-selfupdate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 914 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/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/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
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/btree v1.1.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/onsi/gomega v1.18.1 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // 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
)