-
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) · 676 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 676 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/utkuufuk/github-service
// +heroku goVersion go1.18
go 1.18
require (
github.com/google/go-github/v39 v39.1.0
github.com/joho/godotenv v1.4.0
github.com/utkuufuk/entrello v1.1.2
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
)
require (
github.com/adlio/trello v1.8.0 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)