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

go 1.17

require (
	github.com/bwmarrin/discordgo v0.26.1
	github.com/mattn/go-sqlite3 v1.14.15
	golang.org/x/net v0.0.0-20220927171203-f486391704dc
	golang.org/x/text v0.3.7
)

require (
	github.com/gorilla/websocket v1.5.0 // indirect
	golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect
	golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
)