diff options
Diffstat (limited to '')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ module go.fcuny.net/x go 1.24.5 require ( + github.com/fhs/gompd/v2 v2.3.0 + github.com/google/uuid v1.6.0 + github.com/mattn/go-sqlite3 v1.14.32 github.com/prometheus/client_golang v1.23.0 golang.org/x/mod v0.27.0 golang.org/x/text v0.28.0 |
