schnutibox/go.mod

26 lines
950 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/Microsoft/go-winio v0.4.16 // indirect
github.com/containerd/continuity v0.0.0-20210208174643-50096c924a4e // indirect
2021-03-30 19:59:26 +02:00
github.com/fhs/gompd/v2 v2.2.0
github.com/fsnotify/fsnotify v1.4.7
github.com/google/go-cmp v0.5.5 // indirect
github.com/helloyi/go-sshclient v1.0.0
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/manifoldco/promptui v0.8.0
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
github.com/ory/dockertest/v3 v3.6.3
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
github.com/stretchr/testify v1.4.0
github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/sys v0.0.0-20210216224549-f992740a1bac // indirect
gotest.tools/v3 v3.0.3 // indirect
2021-03-30 19:59:26 +02:00
)