aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: bd15d8881a0fd3295343b06e3dd8efb510b3303f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module keep

go 1.17

require (
	github.com/bwmarrin/discordgo v0.23.2
	github.com/mattn/go-sqlite3 v1.14.10
	golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d
	golang.org/x/text v0.3.7
)

require (
	github.com/gorilla/websocket v1.4.0 // indirect
	golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16 // indirect
)