Initial commit

This commit is contained in:
The_evening_detective
2025-05-12 17:10:48 +00:00
commit a0f50ea2bf
12 changed files with 650 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
module evening_detective
go 1.22
require (
github.com/go-pkgz/routegroup v1.1.1
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
google.golang.org/genproto/googleapis/api v0.0.0-20240513163218-0867130af1f8
google.golang.org/grpc v1.64.0
google.golang.org/protobuf v1.34.1
)
require (
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.15.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240513163218-0867130af1f8 // indirect
)