Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Commit 2b94247

Browse files
Bump github.com/open-policy-agent/opa in /services/gateway
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.28.0 to 0.43.1. - [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.28.0...v0.43.1) --- updated-dependencies: - dependency-name: github.com/open-policy-agent/opa dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3af1703 commit 2b94247

2 files changed

Lines changed: 1215 additions & 143 deletions

File tree

services/gateway/go.mod

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,22 @@ go 1.14
44

55
require (
66
github.com/dgrijalva/jwt-go v3.2.0+incompatible
7-
github.com/go-ini/ini v1.57.0 // indirect
87
github.com/gorilla/mux v1.8.0
98
github.com/gravitational/trace v1.1.11 // indirect
109
github.com/jinzhu/configor v1.2.1
11-
github.com/jonboulle/clockwork v0.2.0 // indirect
1210
github.com/joonix/log v0.0.0-20180502111528-d2d3f2f4a806
1311
github.com/lestrrat-go/jwx v1.2.0
1412
github.com/minio/minio-go v6.0.14+incompatible
15-
github.com/mitchellh/go-homedir v1.1.0 // indirect
1613
github.com/nats-io/jwt v1.0.1 // indirect
14+
github.com/nats-io/nats-server/v2 v2.1.2 // indirect
1715
github.com/nats-io/nats.go v1.10.0
1816
github.com/nats-io/nkeys v0.2.0 // indirect
19-
github.com/open-policy-agent/opa v0.28.0
20-
github.com/prometheus/client_golang v1.10.0
17+
github.com/open-policy-agent/opa v0.43.1
18+
github.com/prometheus/client_golang v1.12.2
2119
github.com/rs/cors v1.7.0
2220
github.com/sirupsen/logrus v1.9.0
2321
github.com/urfave/negroni v1.0.0
2422
github.com/vulcand/oxy v1.3.0
25-
golang.org/x/crypto v0.0.0-20201217014255-9d1352758620
26-
google.golang.org/protobuf v1.25.0 // indirect
23+
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
2724
gopkg.in/h2non/gock.v1 v1.0.16
28-
gopkg.in/ini.v1 v1.60.0 // indirect
2925
)

0 commit comments

Comments
 (0)