forked from anirudhRowjee/bunsamosa-bot
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
20 lines (18 loc) · 757 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/anirudhRowjee/bunsamosa-bot
go 1.18
require (
github.com/bradleyfalzon/ghinstallation/v2 v2.1.0 // indirect
github.com/go-playground/webhooks/v6 v6.0.1 // indirect
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
github.com/google/go-github/v45 v45.2.0 // indirect
github.com/google/go-github/v47 v47.1.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-sqlite3 v1.14.15 // indirect
github.com/rs/cors v1.8.2 // indirect
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gorm.io/driver/sqlite v1.4.3 // indirect
gorm.io/gorm v1.24.0 // indirect
)