aboutsummaryrefslogtreecommitdiff
path: root/tools/mpd-stats/go.mod
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-24 17:32:17 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-24 17:32:17 -0700
commitfe7dfdd250b701177f051ad6cdc3dc68695cbfc4 (patch)
tree99d7cf0230ad604c256df2225c1d32ef4266d4ec /tools/mpd-stats/go.mod
parentfeat(home/packages): install git-broom (diff)
downloadinfra-fe7dfdd250b701177f051ad6cdc3dc68695cbfc4.tar.gz
ref(tools/mpd-stats): delete the project
It's been moved to its own repository at https://github.com/fcuny/mpd-stats Update the list of repositories managed by terraform.
Diffstat (limited to 'tools/mpd-stats/go.mod')
-rw-r--r--tools/mpd-stats/go.mod9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/mpd-stats/go.mod b/tools/mpd-stats/go.mod
deleted file mode 100644
index cc9971c..0000000
--- a/tools/mpd-stats/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
-)