mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
13 lines
344 B
Modula-2
13 lines
344 B
Modula-2
module github.com/gogo/status
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gogo/googleapis v0.0.0-20180223154316-0cd9801be74a
|
|
github.com/gogo/protobuf v1.2.0
|
|
github.com/golang/protobuf v1.2.0
|
|
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect
|
|
google.golang.org/genproto v0.0.0-20180518175338-11a468237815
|
|
google.golang.org/grpc v1.12.0
|
|
)
|