Skip to content

Commit

Permalink
🤖🦾🛠️ go mod tidy & make package-specs
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix committed Sep 3, 2024
1 parent d127490 commit b05a1dc
Show file tree
Hide file tree
Showing 3 changed files with 635 additions and 693 deletions.
2 changes: 2 additions & 0 deletions packages/eventgenerator/spec
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ files:
- autoscaler/vendor/golang.org/x/text/unicode/bidi/* # gosub
- autoscaler/vendor/golang.org/x/text/unicode/norm/* # gosub
- autoscaler/vendor/golang.org/x/text/width/* # gosub
- autoscaler/vendor/google.golang.org/genproto/googleapis/api/* # gosub
- autoscaler/vendor/google.golang.org/genproto/googleapis/api/annotations/* # gosub
- autoscaler/vendor/google.golang.org/genproto/googleapis/api/httpbody/* # gosub
- autoscaler/vendor/google.golang.org/genproto/googleapis/rpc/status/* # gosub
Expand Down Expand Up @@ -246,6 +247,7 @@ files:
- autoscaler/vendor/google.golang.org/protobuf/reflect/protoregistry/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/runtime/protoiface/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/runtime/protoimpl/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/types/descriptorpb/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/types/known/anypb/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/types/known/durationpb/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/types/known/fieldmaskpb/* # gosub
Expand Down
1 change: 0 additions & 1 deletion src/autoscaler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ require (
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
golang.org/x/net v0.28.0
golang.org/x/time v0.6.0
google.golang.org/genproto v0.0.0-20240827150818-7e3bb234dfed
google.golang.org/grpc v1.66.0
gopkg.in/errgo.v2 v2.1.0
gopkg.in/yaml.v3 v3.0.1
Expand Down
Loading

0 comments on commit b05a1dc

Please sign in to comment.