aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--go.mod9
1 files changed, 0 insertions, 9 deletions
diff --git a/go.mod b/go.mod
deleted file mode 100644
index cc9971c..0000000
--- a/go.mod
+++ /dev/null
@@ -1,9 +0,0 @@
-module golang.fcuny.net/mpd-stats
-
-go 1.17
-
-require (
- github.com/fhs/gompd/v2 v2.2.0
- github.com/google/uuid v1.3.0
- github.com/mattn/go-sqlite3 v1.14.8
-)