-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (21 loc) · 815 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
module github.com/codefordenver/codefordenver-scout
require (
cloud.google.com/go v0.51.0 // indirect
github.com/bradleyfalzon/ghinstallation v1.1.0
github.com/bwmarrin/discordgo v0.22.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/gorilla/websocket v1.4.1 // indirect
github.com/jinzhu/gorm v1.9.15
github.com/lib/pq v1.3.0 // indirect
github.com/mattn/go-sqlite3 v2.0.2+incompatible // indirect
github.com/rickar/cal v1.0.1
github.com/teacat/noire v1.0.0
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
golang.org/x/oauth2 v0.0.0-20200107160858-eca82077e2d1
google.golang.org/api v0.15.0
gopkg.in/yaml.v2 v2.2.7 // indirect
)
go 1.13
// +heroku goVersion go1.13