aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2021-12-03 07:19:28 -0700
committerJordan <me@jordan.im>2021-12-03 07:19:28 -0700
commitb0835fc63877c63e88e75840c5d52d3167ad5e10 (patch)
tree9db697711cab98fa9c49f87d40d6f7212baae19c /go.mod
downloadkeep-b0835fc63877c63e88e75840c5d52d3167ad5e10.tar.gz
keep-b0835fc63877c63e88e75840c5d52d3167ad5e10.zip
initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..e6473ed
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,9 @@
+module keep
+
+go 1.16
+
+require (
+ github.com/bwmarrin/discordgo v0.23.2 // indirect
+ github.com/mattn/go-sqlite3 v1.14.9 // indirect
+ golang.org/x/net v0.0.0-20211201190559-0a0e4e1bb54c // indirect
+)