Marvin Steadfast
949d97b49c
All checks were successful
continuous-integration/drone/push Build is passing
30 lines
1.1 KiB
Modula-2
30 lines
1.1 KiB
Modula-2
module go.xsfx.dev/schnutibox
|
|
|
|
go 1.16
|
|
|
|
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
|
|
github.com/fhs/gompd/v2 v2.2.0
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
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/prometheus/client_golang v0.9.3
|
|
github.com/rs/zerolog v1.21.0
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/spf13/viper v1.7.0
|
|
github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
|
|
go.xsfx.dev/logginghandler v0.0.4
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
|
|
google.golang.org/genproto v0.0.0-20210426193834-eac7f76ac494
|
|
google.golang.org/grpc v1.37.0
|
|
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
|
|
)
|