-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (14 loc) · 501 Bytes
/
Copy pathgo.mod
File metadata and controls
17 lines (14 loc) · 501 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/chyroc/github2dropbox
go 1.18
require (
github.com/google/go-github/v42 v42.0.0
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
)
require (
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)