mirror of
https://github.com/lightningequipment/circuitbreaker.git
synced 2026-08-13 12:33:02 +02:00
18 lines
492 B
Modula-2
18 lines
492 B
Modula-2
module github.com/lightningequipment/circuitbreaker/circuitbreakerrpc
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.1
|
|
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
|
|
google.golang.org/grpc v1.56.3
|
|
google.golang.org/protobuf v1.30.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/glog v1.1.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
)
|