-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 685 Bytes
/
Copy pathgo.mod
File metadata and controls
22 lines (19 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/SolidityGithub/core
go 1.19
require (
github.com/coreos/pkg v0.0.0-20220810130054-c7d1c02cb6cf
github.com/dghubble/go-twitter v0.0.0-20221104224141-912508c3888b
github.com/dghubble/oauth1 v0.7.2
github.com/google/go-github/v48 v48.2.0
github.com/joho/godotenv v1.4.0
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
)
require (
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
github.com/dghubble/sling v1.4.0 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/crypto v0.4.0 // indirect
golang.org/x/net v0.3.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
)