schnutibox/go.mod

14 lines
297 B
Modula-2
Raw Normal View History

2021-03-30 19:59:26 +02:00
module go.xsfx.dev/schnutibox
2021-03-27 15:14:37 +01:00
go 1.16
2021-03-30 19:59:26 +02:00
require (
github.com/fhs/gompd/v2 v2.2.0
github.com/fsnotify/fsnotify v1.4.7
github.com/manifoldco/promptui v0.8.0
2021-03-31 20:14:05 +02:00
github.com/prometheus/client_golang v0.9.3
2021-03-30 19:59:26 +02:00
github.com/rs/zerolog v1.21.0
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.0
)