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/rs/zerolog v1.21.0
|
|
|
|
github.com/spf13/cobra v1.1.3
|
|
|
|
github.com/spf13/viper v1.7.0
|
|
|
|
)
|