Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Bump github.com/google/cel-go from 0.12.5 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [github.com/google/cel-go](https://github.com/google/cel-go) from 0.12.5 to 0.13.0.
- [Release notes](https://github.com/google/cel-go/releases)
- [Commits](google/cel-go@v0.12.5...v0.13.0)

---
updated-dependencies:
- dependency-name: github.com/google/cel-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2022
1 parent ab3502c commit 4a9f392
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 119 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/go-playground/locales v0.14.0
github.com/go-playground/universal-translator v0.18.0
github.com/goccy/go-json v0.10.0
github.com/google/cel-go v0.12.5
github.com/google/cel-go v0.13.0
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.3.0
github.com/lestrrat-go/jwx v1.2.25
Expand All @@ -33,7 +33,7 @@ require (
)

require (
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220418222510-f25a4f6275ed // indirect
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
github.com/bits-and-blooms/bitset v1.4.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
Expand All @@ -58,7 +58,7 @@ require (
golang.org/x/sys v0.2.0 // indirect
golang.org/x/term v0.2.0 // indirect
golang.org/x/text v0.4.0 // indirect
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading

0 comments on commit 4a9f392

Please sign in to comment.