Skip to content

Commit 534e337

Browse files
chore: bump github.com/open-policy-agent/opa from 0.41.0 to 0.44.0
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.41.0 to 0.44.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.41.0...v0.44.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>
1 parent 5c0d63d commit 534e337

File tree

2 files changed

+61
-102
lines changed

2 files changed

+61
-102
lines changed

go.mod

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ require (
7070
github.com/bgentry/speakeasy v0.1.0
7171
github.com/bramvdbogaerde/go-scp v1.2.0
7272
github.com/briandowns/spinner v1.18.1
73-
github.com/charmbracelet/charm v0.12.1
73+
github.com/charmbracelet/charm v0.8.6
7474
github.com/charmbracelet/lipgloss v0.6.0
7575
github.com/cli/safeexec v1.0.0
7676
github.com/coder/retry v1.3.0
@@ -116,7 +116,7 @@ require (
116116
github.com/mitchellh/mapstructure v1.5.0
117117
github.com/moby/moby v20.10.18+incompatible
118118
github.com/nhatthm/otelsql v0.4.0
119-
github.com/open-policy-agent/opa v0.41.0
119+
github.com/open-policy-agent/opa v0.44.0
120120
github.com/ory/dockertest/v3 v3.9.1
121121
github.com/pion/datachannel v1.5.2
122122
github.com/pion/logging v0.2.2
@@ -127,7 +127,7 @@ require (
127127
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
128128
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
129129
github.com/pkg/sftp v1.13.5
130-
github.com/prometheus/client_golang v1.12.2
130+
github.com/prometheus/client_golang v1.13.0
131131
github.com/quasilyte/go-ruleguard/dsl v0.3.21
132132
github.com/robfig/cron/v3 v3.0.1
133133
github.com/spf13/afero v1.9.2
@@ -145,7 +145,7 @@ require (
145145
go.opentelemetry.io/otel/trace v1.9.0
146146
go.uber.org/atomic v1.9.0
147147
go.uber.org/goleak v1.2.0
148-
golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167
148+
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
149149
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
150150
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
151151
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b
@@ -170,14 +170,16 @@ require (
170170
tailscale.com v1.30.0
171171
)
172172

173+
require github.com/tchap/go-patricia/v2 v2.3.1 // indirect
174+
173175
require (
174176
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
175177
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
176178
github.com/Microsoft/go-winio v0.5.2 // indirect
177179
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
178180
github.com/OneOfOne/xxhash v1.2.8 // indirect
179181
github.com/agext/levenshtein v1.2.3 // indirect
180-
github.com/agnivade/levenshtein v1.0.1 // indirect
182+
github.com/agnivade/levenshtein v1.1.1 // indirect
181183
github.com/akutz/memconn v0.1.0 // indirect
182184
github.com/alecthomas/chroma v0.10.0 // indirect
183185
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
@@ -196,8 +198,8 @@ require (
196198
github.com/coreos/go-iptables v0.6.0 // indirect
197199
github.com/davecgh/go-spew v1.1.1 // indirect
198200
github.com/dlclark/regexp2 v1.4.0 // indirect
199-
github.com/docker/cli v20.10.16+incompatible // indirect
200-
github.com/docker/docker v20.10.16+incompatible // indirect
201+
github.com/docker/cli v20.10.17+incompatible // indirect
202+
github.com/docker/docker v20.10.17+incompatible // indirect
201203
github.com/docker/go-connections v0.4.0 // indirect
202204
github.com/docker/go-units v0.4.0 // indirect
203205
github.com/elastic/go-windows v1.0.0 // indirect
@@ -271,11 +273,11 @@ require (
271273
github.com/pkg/errors v0.9.1 // indirect
272274
github.com/pmezard/go-difflib v1.0.0 // indirect
273275
github.com/prometheus/client_model v0.2.0 // indirect
274-
github.com/prometheus/common v0.32.1 // indirect
275-
github.com/prometheus/procfs v0.7.3 // indirect
276+
github.com/prometheus/common v0.37.0 // indirect
277+
github.com/prometheus/procfs v0.8.0 // indirect
276278
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
277279
github.com/rivo/uniseg v0.2.0 // indirect
278-
github.com/sirupsen/logrus v1.8.1 // indirect
280+
github.com/sirupsen/logrus v1.9.0 // indirect
279281
github.com/spf13/cast v1.5.0 // indirect
280282
github.com/spf13/jwalterweatherman v1.1.0 // indirect
281283
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
@@ -286,7 +288,6 @@ require (
286288
github.com/tcnksm/go-httpstat v0.2.0 // indirect
287289
github.com/tdewolff/parse/v2 v2.6.0 // indirect
288290
github.com/u-root/uio v0.0.0-20220204230159-dac05f7d2cb4 // indirect
289-
github.com/vektah/gqlparser/v2 v2.4.4 // indirect
290291
github.com/vishvananda/netlink v1.1.1-0.20211118161826-650dca95af54 // indirect
291292
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
292293
github.com/x448/float16 v0.8.4 // indirect
@@ -309,7 +310,7 @@ require (
309310
golang.zx2c4.com/wireguard/windows v0.4.10 // indirect
310311
google.golang.org/appengine v1.6.7 // indirect
311312
google.golang.org/genproto v0.0.0-20220804142021-4e6b2dfa6612 // indirect
312-
google.golang.org/grpc v1.48.0 // indirect
313+
google.golang.org/grpc v1.49.0 // indirect
313314
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
314315
gopkg.in/yaml.v2 v2.4.0 // indirect
315316
howett.net/plist v1.0.0 // indirect

0 commit comments

Comments
 (0)