aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 5b8453244374b1f21c0c089749bf046b9cc20f23 (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.26.1
	github.com/mattn/go-sqlite3 v1.14.15
	golang.org/x/net v0.0.0-20220927171203-f486391704dc
)

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
	golang.org/x/text v0.3.7 // indirect
)