add categories table and local env

This commit is contained in:
2024-11-18 20:29:45 +07:00
parent 9a51201678
commit 6cfab72b9c
8 changed files with 65 additions and 6 deletions
+3 -1
View File
@@ -6,7 +6,7 @@ require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0
google.golang.org/genproto/googleapis/api v0.0.0-20241021214115-324edc3d5d38
google.golang.org/grpc v1.67.1
google.golang.org/protobuf v1.35.1
google.golang.org/protobuf v1.35.2
)
require (
@@ -14,4 +14,6 @@ require (
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.19.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)