summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 14 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..aef2cf3
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,14 @@
+module github.com/ChausseBenjamin/songlinkr
+
+go 1.22.6
+
+require (
+ github.com/bwmarrin/discordgo v0.28.1 // indirect
+ github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
+ github.com/gorilla/websocket v1.4.2 // indirect
+ github.com/russross/blackfriday/v2 v2.1.0 // indirect
+ github.com/urfave/cli/v2 v2.27.4 // indirect
+ github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
+ golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
+ golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
+)