1
1
module github.com/opcr-io/policy
2
2
3
- go 1.22.10
3
+ go 1.22.11
4
4
5
5
toolchain go1.23.4
6
6
7
7
require (
8
8
github.com/Masterminds/sprig v2.22.0+incompatible
9
9
github.com/alecthomas/kong v1.6.0
10
10
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
13
13
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
15
15
github.com/containerd/errdefs v1.0.0
16
16
github.com/distribution/reference v0.6.0
17
17
github.com/docker/cli v27.4.1+incompatible
@@ -22,15 +22,15 @@ require (
22
22
github.com/opcr-io/oras-go/v2 v2.0.0-20231122155130-eb4260d8a0ae
23
23
github.com/opcr-io/policy/oci v0.2.16
24
24
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
26
26
github.com/opencontainers/go-digest v1.0.0
27
27
github.com/opencontainers/image-spec v1.1.0
28
28
github.com/pkg/errors v0.9.1
29
29
github.com/rs/zerolog v1.33.0
30
30
github.com/spf13/viper v1.19.0
31
31
github.com/stretchr/testify v1.10.0
32
32
golang.org/x/sync v0.10.0
33
- golang.org/x/term v0.27 .0
33
+ golang.org/x/term v0.28 .0
34
34
sigs.k8s.io/controller-runtime v0.19.3
35
35
)
36
36
@@ -54,7 +54,6 @@ require (
54
54
github.com/go-logr/logr v1.4.2 // indirect
55
55
github.com/go-logr/stdr v1.2.2 // indirect
56
56
github.com/gobwas/glob v0.2.3 // indirect
57
- github.com/google/flatbuffers v23.5.26+incompatible // indirect
58
57
github.com/google/subcommands v1.2.0 // indirect
59
58
github.com/google/uuid v1.6.0 // indirect
60
59
github.com/gorilla/mux v1.8.1 // indirect
@@ -91,28 +90,28 @@ require (
91
90
github.com/spf13/cast v1.7.1 // indirect
92
91
github.com/spf13/pflag v1.0.5 // indirect
93
92
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
95
94
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
96
95
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
97
96
github.com/yashtewari/glob-intersection v0.2.0 // indirect
98
97
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
104
103
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
106
105
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
107
106
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
110
109
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
116
115
gopkg.in/ini.v1 v1.67.0 // indirect
117
116
gopkg.in/yaml.v3 v3.0.1 // indirect
118
117
gotest.tools/v3 v3.5.1 // indirect
0 commit comments