23 lines
822 B
Modula-2
23 lines
822 B
Modula-2
module github.com/jamesread/OliveTin
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.3.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
|
|
golang.org/x/text v0.3.5 // indirect
|
|
golang.org/x/tools v0.1.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/genproto v0.0.0-20210224155714-063164c882e6
|
|
google.golang.org/grpc v1.37.0
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|