summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authoruakci <git@uakci.space>2022-11-07 02:30:26 +0100
committeruakci <git@uakci.space>2022-11-07 02:35:47 +0100
commit77b95f3a07f1c18b345f8e312f3321c3e38658bc (patch)
treea3b2ef282f4653ce50421f89f2e5adb3a47a3906 /go.mod
parentreplace spe and nui with zugai’s lil serial tool (diff)
downloadnuogai-77b95f3a07f1c18b345f8e312f3321c3e38658bc.tar.gz
nuogai-77b95f3a07f1c18b345f8e312f3321c3e38658bc.zip
simplify and refactor toadua search + add bias
Diffstat (limited to '')
-rw-r--r--go.mod20
1 files changed, 10 insertions, 10 deletions
diff --git a/go.mod b/go.mod
index 5f76146..50015a9 100644
--- a/go.mod
+++ b/go.mod
@@ -3,18 +3,18 @@ module git.uakci.pl/toaq/nuogai
go 1.17
require (
- github.com/JohannesKaufmann/html-to-markdown v1.3.5
- github.com/bwmarrin/discordgo v0.25.0
+ 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.3.7
+ golang.org/x/text v0.4.0
)
require (
- github.com/PuerkitoBio/goquery v1.5.1 // indirect
- github.com/andybalholm/cascadia v1.1.0 // indirect
- github.com/eaburns/peggy v1.0.0 // indirect
- github.com/gorilla/websocket v1.4.2 // indirect
- golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
- golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
- golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
+ 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
)