aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: ef29ca4533ecc1d04162b293f9ad2af688fdeec5 (plain)
1
2
3
4
5
6
7
8
9
module keep

go 1.16

require (
	github.com/bwmarrin/discordgo v0.23.2
	github.com/mattn/go-sqlite3 v1.14.9
	golang.org/x/net v0.0.0-20211205041911-012df41ee64c
)