Skip to content

Commit 4336d49

Browse files
Update to runtime v1.1.0 (#192)
1 parent 89a2e47 commit 4336d49

File tree

3 files changed

+77
-88
lines changed

3 files changed

+77
-88
lines changed

go.mod

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
module github.com/opcr-io/policy
22

3-
go 1.22.10
3+
go 1.22.11
44

55
toolchain go1.23.4
66

77
require (
88
github.com/Masterminds/sprig v2.22.0+incompatible
99
github.com/alecthomas/kong v1.6.0
1010
github.com/aserto-dev/clui v0.8.3
11-
github.com/aserto-dev/logger v0.0.6
12-
github.com/aserto-dev/runtime v1.0.0
11+
github.com/aserto-dev/logger v0.0.7
12+
github.com/aserto-dev/runtime v1.1.0
1313
github.com/aserto-dev/scc-lib v0.1.3
14-
github.com/containerd/containerd v1.7.24
14+
github.com/containerd/containerd v1.7.25
1515
github.com/containerd/errdefs v1.0.0
1616
github.com/distribution/reference v0.6.0
1717
github.com/docker/cli v27.4.1+incompatible
@@ -22,15 +22,15 @@ require (
2222
github.com/opcr-io/oras-go/v2 v2.0.0-20231122155130-eb4260d8a0ae
2323
github.com/opcr-io/policy/oci v0.2.16
2424
github.com/opcr-io/policy/parser v0.2.16
25-
github.com/open-policy-agent/opa v1.0.0
25+
github.com/open-policy-agent/opa v1.1.0
2626
github.com/opencontainers/go-digest v1.0.0
2727
github.com/opencontainers/image-spec v1.1.0
2828
github.com/pkg/errors v0.9.1
2929
github.com/rs/zerolog v1.33.0
3030
github.com/spf13/viper v1.19.0
3131
github.com/stretchr/testify v1.10.0
3232
golang.org/x/sync v0.10.0
33-
golang.org/x/term v0.27.0
33+
golang.org/x/term v0.28.0
3434
sigs.k8s.io/controller-runtime v0.19.3
3535
)
3636

@@ -54,7 +54,6 @@ require (
5454
github.com/go-logr/logr v1.4.2 // indirect
5555
github.com/go-logr/stdr v1.2.2 // indirect
5656
github.com/gobwas/glob v0.2.3 // indirect
57-
github.com/google/flatbuffers v23.5.26+incompatible // indirect
5857
github.com/google/subcommands v1.2.0 // indirect
5958
github.com/google/uuid v1.6.0 // indirect
6059
github.com/gorilla/mux v1.8.1 // indirect
@@ -91,28 +90,28 @@ require (
9190
github.com/spf13/cast v1.7.1 // indirect
9291
github.com/spf13/pflag v1.0.5 // indirect
9392
github.com/subosito/gotenv v1.6.0 // indirect
94-
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
93+
github.com/tchap/go-patricia/v2 v2.3.2 // indirect
9594
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
9695
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
9796
github.com/yashtewari/glob-intersection v0.2.0 // indirect
9897
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
99-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
100-
go.opentelemetry.io/otel v1.33.0 // indirect
101-
go.opentelemetry.io/otel/metric v1.33.0 // indirect
102-
go.opentelemetry.io/otel/sdk v1.33.0 // indirect
103-
go.opentelemetry.io/otel/trace v1.33.0 // indirect
98+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
99+
go.opentelemetry.io/otel v1.34.0 // indirect
100+
go.opentelemetry.io/otel/metric v1.34.0 // indirect
101+
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
102+
go.opentelemetry.io/otel/trace v1.34.0 // indirect
104103
go.uber.org/multierr v1.11.0 // indirect
105-
golang.org/x/crypto v0.31.0 // indirect
104+
golang.org/x/crypto v0.32.0 // indirect
106105
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
107106
golang.org/x/mod v0.22.0 // indirect
108-
golang.org/x/net v0.33.0 // indirect
109-
golang.org/x/sys v0.28.0 // indirect
107+
golang.org/x/net v0.34.0 // indirect
108+
golang.org/x/sys v0.29.0 // indirect
110109
golang.org/x/text v0.21.0 // indirect
111-
golang.org/x/time v0.8.0 // indirect
112-
golang.org/x/tools v0.28.0 // indirect
113-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241216192217-9240e9c98484 // indirect
114-
google.golang.org/grpc v1.69.2 // indirect
115-
google.golang.org/protobuf v1.36.0 // indirect
110+
golang.org/x/time v0.9.0 // indirect
111+
golang.org/x/tools v0.29.0 // indirect
112+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250127172529-29210b9bc287 // indirect
113+
google.golang.org/grpc v1.70.0 // indirect
114+
google.golang.org/protobuf v1.36.4 // indirect
116115
gopkg.in/ini.v1 v1.67.0 // indirect
117116
gopkg.in/yaml.v3 v3.0.1 // indirect
118117
gotest.tools/v3 v3.5.1 // indirect

0 commit comments

Comments
 (0)