Skip to content

Commit 25b7b6a

Browse files
chore(deps): bump github.com/open-policy-agent/opa from 0.39.0 to 0.40.0 (#1170)
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.39.0 to 0.40.0. - [Release notes](https://github.com/open-policy-agent/opa/releases) - [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md) - [Commits](open-policy-agent/opa@v0.39.0...v0.40.0) --- updated-dependencies: - dependency-name: github.com/open-policy-agent/opa dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a8075a commit 25b7b6a

2 files changed

Lines changed: 166 additions & 24 deletions

File tree

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/hashicorp/go-version v1.4.0
1515
github.com/onsi/ginkgo v1.16.5
1616
github.com/onsi/gomega v1.19.0
17-
github.com/open-policy-agent/opa v0.39.0
17+
github.com/open-policy-agent/opa v0.40.0
1818
github.com/spf13/cobra v1.4.0
1919
github.com/spf13/pflag v1.0.5
2020
github.com/stretchr/testify v1.7.1
@@ -35,8 +35,8 @@ require (
3535
require (
3636
cloud.google.com/go v0.99.0 // indirect
3737
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
38-
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
39-
github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
38+
github.com/Azure/go-autorest/autorest v0.11.20 // indirect
39+
github.com/Azure/go-autorest/autorest/adal v0.9.15 // indirect
4040
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
4141
github.com/Azure/go-autorest/logger v0.2.1 // indirect
4242
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
@@ -47,8 +47,7 @@ require (
4747
github.com/cespare/xxhash/v2 v2.1.2 // indirect
4848
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
4949
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
50-
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
51-
github.com/fsnotify/fsnotify v1.5.1 // indirect
50+
github.com/fsnotify/fsnotify v1.5.4 // indirect
5251
github.com/ghodss/yaml v1.0.0 // indirect
5352
github.com/go-errors/errors v1.0.1 // indirect
5453
github.com/go-logr/zapr v1.2.0 // indirect
@@ -58,10 +57,11 @@ require (
5857
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
5958
github.com/gobwas/glob v0.2.3 // indirect
6059
github.com/gogo/protobuf v1.3.2 // indirect
60+
github.com/golang-jwt/jwt/v4 v4.0.0 // indirect
6161
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
6262
github.com/golang/protobuf v1.5.2 // indirect
6363
github.com/google/btree v1.0.1 // indirect
64-
github.com/google/gofuzz v1.1.0 // indirect
64+
github.com/google/gofuzz v1.2.0 // indirect
6565
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
6666
github.com/googleapis/gnostic v0.5.5 // indirect
6767
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
@@ -93,11 +93,11 @@ require (
9393
go.uber.org/atomic v1.7.0 // indirect
9494
go.uber.org/multierr v1.6.0 // indirect
9595
go.uber.org/zap v1.19.1 // indirect
96-
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
96+
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
9797
golang.org/x/mod v0.5.1 // indirect
9898
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
9999
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
100-
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
100+
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
101101
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
102102
golang.org/x/text v0.3.7 // indirect
103103
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect

0 commit comments

Comments
 (0)