Initial commit: stats-gateway gRPC service + dashboard + CLI
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
module github.com/bergabruh/psp-stats-cli
|
||||
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/bergabruh/stats-gateway v0.0.0
|
||||
google.golang.org/grpc v1.81.0
|
||||
)
|
||||
|
||||
require (
|
||||
golang.org/x/net v0.51.0 // indirect
|
||||
golang.org/x/sys v0.42.0 // indirect
|
||||
golang.org/x/text v0.34.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect
|
||||
google.golang.org/protobuf v1.36.11 // indirect
|
||||
)
|
||||
|
||||
replace github.com/bergabruh/stats-gateway => ..
|
||||
Reference in New Issue
Block a user