summaryrefslogtreecommitdiff
path: root/go.mod
blob: a033e9ed00e12ed400edcdfc13a5f7230a088c38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module git.uakci.space/toaq/nuogai

go 1.17

require (
	github.com/JohannesKaufmann/html-to-markdown v1.3.6
	github.com/bwmarrin/discordgo v0.26.1
	github.com/eaburns/toaq v0.0.0-20210614121731-80ccb209650b
	golang.org/x/text v0.4.0
)

require (
	github.com/PuerkitoBio/goquery v1.8.0 // indirect
	github.com/andybalholm/cascadia v1.3.1 // indirect
	github.com/eaburns/peggy v1.0.2 // indirect
	github.com/gorilla/websocket v1.5.0 // indirect
	golang.org/x/crypto v0.1.0 // indirect
	golang.org/x/net v0.1.0 // indirect
	golang.org/x/sys v0.1.0 // indirect
)