handshake/go.mod

13 lines
256 B
Modula-2

module git.thisco.de/vbatts/handshake
go 1.15
require (
github.com/gogo/googleapis v1.4.0
github.com/gogo/protobuf v1.3.1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/urfave/cli v1.22.4
google.golang.org/grpc v1.33.0
)