Skip to content

Commit d01ab9f

Browse files
committed
interning: bump opa+roast, replace calls to removed intern terms
Signed-off-by: Stephan Renatus <stephan@styra.com>
1 parent a939219 commit d01ab9f

7 files changed

Lines changed: 143 additions & 143 deletions

File tree

cmd/test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,9 @@ func Runtime() *ast.Term {
403403
}
404404
}
405405

406-
obj.Insert(ast.InternedStringTerm("env"), ast.NewTerm(env))
407-
obj.Insert(ast.InternedStringTerm("version"), ast.StringTerm(version.Version))
408-
obj.Insert(ast.InternedStringTerm("commit"), ast.StringTerm(version.Vcs))
406+
obj.Insert(ast.InternedTerm("env"), ast.NewTerm(env))
407+
obj.Insert(ast.InternedTerm("version"), ast.StringTerm(version.Version))
408+
obj.Insert(ast.InternedTerm("commit"), ast.StringTerm(version.Vcs))
409409

410410
return ast.NewTerm(obj)
411411
}

e2e/testbuild/go.mod

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/styrainc/regal/e2e/testbuild
33
go 1.24.3
44

55
require (
6-
github.com/open-policy-agent/opa v1.5.1
6+
github.com/open-policy-agent/opa v1.5.1-0.20250627085034-d3e83fbd7735
77
github.com/styrainc/regal v0.34.1
88
)
99

@@ -15,7 +15,7 @@ require (
1515
github.com/arl/statsviz v0.6.0 // indirect
1616
github.com/beorn7/perks v1.0.1 // indirect
1717
github.com/bytecodealliance/wasmtime-go/v3 v3.0.2 // indirect
18-
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
18+
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
1919
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2020
github.com/cloudflare/circl v1.6.1 // indirect
2121
github.com/containerd/containerd/v2 v2.1.1 // indirect
@@ -38,7 +38,7 @@ require (
3838
github.com/go-git/go-billy/v5 v5.6.2 // indirect
3939
github.com/go-git/go-git/v5 v5.16.0 // indirect
4040
github.com/go-ini/ini v1.67.0 // indirect
41-
github.com/go-logr/logr v1.4.2 // indirect
41+
github.com/go-logr/logr v1.4.3 // indirect
4242
github.com/go-logr/stdr v1.2.2 // indirect
4343
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
4444
github.com/gobwas/glob v0.2.3 // indirect
@@ -50,7 +50,7 @@ require (
5050
github.com/google/uuid v1.6.0 // indirect
5151
github.com/gorilla/mux v1.8.1 // indirect
5252
github.com/gorilla/websocket v1.5.0 // indirect
53-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
53+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
5454
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5555
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
5656
github.com/json-iterator/go v1.1.12 // indirect
@@ -91,40 +91,40 @@ require (
9191
github.com/spf13/cobra v1.9.1 // indirect
9292
github.com/spf13/pflag v1.0.6 // indirect
9393
github.com/spf13/viper v1.20.1 // indirect
94-
github.com/styrainc/roast v0.11.2 // indirect
94+
github.com/styrainc/roast v0.14.1-0.20250627114319-677c9037669a // indirect
9595
github.com/subosito/gotenv v1.6.0 // indirect
9696
github.com/tchap/go-patricia/v2 v2.3.2 // indirect
97-
github.com/vektah/gqlparser/v2 v2.5.26 // indirect
97+
github.com/vektah/gqlparser/v2 v2.5.28 // indirect
9898
github.com/xanzy/ssh-agent v0.3.3 // indirect
9999
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
100100
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
101101
github.com/yashtewari/glob-intersection v0.2.0 // indirect
102102
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
103-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
104-
go.opentelemetry.io/otel v1.35.0 // indirect
105-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 // indirect
106-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0 // indirect
107-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0 // indirect
108-
go.opentelemetry.io/otel/metric v1.35.0 // indirect
109-
go.opentelemetry.io/otel/sdk v1.35.0 // indirect
110-
go.opentelemetry.io/otel/trace v1.35.0 // indirect
111-
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
103+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
104+
go.opentelemetry.io/otel v1.36.0 // indirect
105+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 // indirect
106+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.36.0 // indirect
107+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.36.0 // indirect
108+
go.opentelemetry.io/otel/metric v1.36.0 // indirect
109+
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
110+
go.opentelemetry.io/otel/trace v1.36.0 // indirect
111+
go.opentelemetry.io/proto/otlp v1.6.0 // indirect
112112
go.uber.org/atomic v1.9.0 // indirect
113113
go.uber.org/automaxprocs v1.6.0 // indirect
114114
go.uber.org/multierr v1.9.0 // indirect
115-
golang.org/x/crypto v0.37.0 // indirect
116-
golang.org/x/net v0.39.0 // indirect
115+
golang.org/x/crypto v0.38.0 // indirect
116+
golang.org/x/net v0.40.0 // indirect
117117
golang.org/x/sync v0.14.0 // indirect
118118
golang.org/x/sys v0.33.0 // indirect
119-
golang.org/x/text v0.24.0 // indirect
119+
golang.org/x/text v0.25.0 // indirect
120120
golang.org/x/time v0.11.0 // indirect
121-
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
122-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
123-
google.golang.org/grpc v1.72.0 // indirect
121+
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 // indirect
122+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
123+
google.golang.org/grpc v1.72.2 // indirect
124124
google.golang.org/protobuf v1.36.6 // indirect
125125
gopkg.in/warnings.v0 v0.1.2 // indirect
126126
gopkg.in/yaml.v3 v3.0.1 // indirect
127-
oras.land/oras-go/v2 v2.5.0 // indirect
127+
oras.land/oras-go/v2 v2.6.0 // indirect
128128
sigs.k8s.io/yaml v1.4.0 // indirect
129129
)
130130

0 commit comments

Comments
 (0)