schnutibox/go.mod

34 lines
1.2 KiB
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/bufbuild/buf v0.37.0
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/golang/protobuf v1.5.2
2021-05-04 08:41:43 +02:00
github.com/grpc-ecosystem/grpc-gateway/v2 v2.4.0
github.com/helloyi/go-sshclient v1.0.0
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
github.com/ory/dockertest/v3 v3.6.3
github.com/philip-bui/grpc-zerolog v1.0.1
2021-03-31 20:14:05 +02:00
github.com/prometheus/client_golang v0.9.3
2021-06-01 15:18:39 +02:00
github.com/rs/zerolog v1.22.0
2021-03-30 19:59:26 +02:00
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
2021-03-30 19:59:26 +02:00
github.com/spf13/viper v1.7.0
github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
2021-06-01 15:18:39 +02:00
go.xsfx.dev/don v1.0.0
2021-05-03 14:51:53 +02:00
go.xsfx.dev/logginghandler v0.0.4
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
2021-05-05 12:18:21 +02:00
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
google.golang.org/genproto v0.0.0-20210426193834-eac7f76ac494
2021-05-05 08:32:35 +02:00
google.golang.org/grpc v1.37.0
2021-05-04 08:41:43 +02:00
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
google.golang.org/protobuf v1.26.0
gotest.tools/v3 v3.0.3 // indirect
2021-03-30 19:59:26 +02:00
)