Skip to content

Commit

Permalink
*: add region id in resource usage record
Browse files Browse the repository at this point in the history
Signed-off-by: nolouch <[email protected]>
  • Loading branch information
nolouch committed Sep 19, 2024
1 parent 199f352 commit 3b7faf6
Show file tree
Hide file tree
Showing 37 changed files with 37,406 additions and 80,280 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ require (
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.3
github.com/grpc-ecosystem/grpc-gateway v1.16.0
golang.org/x/net v0.17.0
golang.org/x/tools v0.6.0
google.golang.org/genproto/googleapis/api v0.0.0-20231002182017-d307bd883b97
google.golang.org/grpc v1.59.0
Expand All @@ -13,7 +14,6 @@ require (
github.com/ghodss/yaml v1.0.0 // indirect
github.com/golang/glog v1.1.2 // indirect
golang.org/x/mod v0.8.0 // 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
google.golang.org/genproto v0.0.0-20231012201019-e917dd12ba7a // indirect
Expand Down
633 changes: 232 additions & 401 deletions pkg/autoid/autoid.pb.go

Large diffs are not rendered by default.

Loading

0 comments on commit 3b7faf6

Please sign in to comment.