mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
11 lines
243 B
Modula-2
11 lines
243 B
Modula-2
module github.com/authzed/grpcutil
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
|
github.com/stretchr/testify v1.7.0
|
|
google.golang.org/grpc v1.40.0
|
|
)
|