diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,4 +2,7 @@ module golang.fcuny.net/mpd-stats go 1.17 -require github.com/fhs/gompd/v2 v2.2.0 +require ( + github.com/fhs/gompd/v2 v2.2.0 + github.com/google/uuid v1.3.0 +) |
