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

go 1.17

require (
	github.com/PuerkitoBio/purell v1.2.0
	github.com/bwmarrin/discordgo v0.27.1
	github.com/mattn/go-sqlite3 v1.14.17
	golang.org/x/net v0.14.0
)

require (
	github.com/gorilla/websocket v1.5.0 // indirect
	golang.org/x/crypto v0.12.0 // indirect
	golang.org/x/sys v0.11.0 // indirect
	golang.org/x/text v0.12.0 // indirect
)