diff options
| author | uakci <uakci@uakci.pl> | 2022-08-12 22:46:52 +0200 |
|---|---|---|
| committer | uakci <uakci@uakci.pl> | 2022-08-13 00:08:13 +0200 |
| commit | b12a53e327b8c85d1ada2ad9a299f03773d82d0b (patch) | |
| tree | 93d44eb6890ae07bebd4f7a68cd909180e0f0941 /go.mod | |
| parent | pin go to an older version to prevent internal compiler error in the large ma... (diff) | |
| download | nuogai-b12a53e327b8c85d1ada2ad9a299f03773d82d0b.tar.gz nuogai-b12a53e327b8c85d1ada2ad9a299f03773d82d0b.zip | |
add zugai commands; refactor somewhat
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,9 +1,20 @@ module git.uakci.pl/toaq/nuogai -go 1.13 +go 1.17 require ( - github.com/bwmarrin/discordgo v0.23.2 + github.com/JohannesKaufmann/html-to-markdown v1.3.5 + github.com/bwmarrin/discordgo v0.25.0 github.com/eaburns/toaq v0.0.0-20210614121731-80ccb209650b golang.org/x/text v0.3.7 ) + +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 +) |
