-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
39 lines (35 loc) · 1.22 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
module github.com/toksikk/gidbig
go 1.21
require (
github.com/bwmarrin/discordgo v0.27.1
github.com/dustin/go-humanize v1.0.1
github.com/gorilla/mux v1.8.1
github.com/gorilla/sessions v1.2.2
github.com/simplesurance/go-ip-anonymizer v0.0.0-20200429124537-35a880f8e87d
github.com/toksikk/gbp-eso v0.2.0
github.com/toksikk/gbp-leetoclock v0.4.4
github.com/toksikk/gbp-stoll v0.2.0
github.com/toksikk/gbp-wttrin v1.3.1-0.20231211120339-27cbf10ac120
golang.org/x/oauth2 v0.15.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-sqlite3 v1.14.19 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
gorm.io/driver/sqlite v1.5.4 // indirect
gorm.io/gorm v1.25.5 // indirect
)
require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/toksikk/gbp-coffee v0.0.1
github.com/toksikk/gbp-gamerstatus v0.1.4
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)