Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/GoogleCloudPlatform/aactl

go 1.20
toolchain go1.24.1

require (
cloud.google.com/go/containeranalysis v0.10.1
Expand All @@ -17,7 +18,7 @@ require (
google.golang.org/api v0.130.0
google.golang.org/genproto v0.0.0-20230710151506-e685fd7b542b
google.golang.org/grpc v1.56.2
google.golang.org/protobuf v1.31.0
google.golang.org/protobuf v1.36.6
)

require (
Expand Down
64 changes: 62 additions & 2 deletions go.sum

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion vendor/go.uber.org/zap/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 32 additions & 17 deletions vendor/google.golang.org/protobuf/encoding/protojson/decode.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 47 additions & 16 deletions vendor/google.golang.org/protobuf/encoding/protojson/encode.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading