11module github.com/aserto-dev/topaz
22
3- go 1.23.7
3+ go 1.23.8
44
5- toolchain go1.24.1
5+ toolchain go1.24.2
66
77// replace github.com/aserto-dev/azm => ../azm
88// replace github.com/aserto-dev/go-directory => ../go-directory
@@ -25,7 +25,7 @@ require (
2525 github.com/aserto-dev/logger v0.0.9
2626 github.com/aserto-dev/openapi-authorizer v0.20.6
2727 github.com/aserto-dev/openapi-directory v0.33.5
28- github.com/aserto-dev/runtime v1.3.1
28+ github.com/aserto-dev/runtime v1.4.2
2929 github.com/aserto-dev/self-decision-logger v0.0.12
3030 github.com/authzen/access.go v0.0.0-20250226232048-71248046cf0a
3131 github.com/cli/browser v1.3.0
@@ -42,29 +42,29 @@ require (
4242 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
4343 github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
4444 github.com/itchyny/gojq v0.12.17
45- github.com/lestrrat-go/jwx/v2 v2.1.4
45+ github.com/lestrrat-go/jwx/v2 v2.1.6
4646 github.com/magefile/mage v1.15.0
4747 github.com/mattn/go-isatty v0.0.20
48- github.com/mennanov/fmutils v0.3.0
48+ github.com/mennanov/fmutils v0.3.2
4949 github.com/mitchellh/go-wordwrap v1.0.1
5050 github.com/moby/term v0.5.2
5151 github.com/olekukonko/tablewriter v0.0.5
52- github.com/open-policy-agent/opa v1.3.0
52+ github.com/open-policy-agent/opa v1.4.2
5353 github.com/opencontainers/image-spec v1.1.1
5454 github.com/pkg/errors v0.9.1
5555 github.com/prometheus/client_golang v1.22.0
56- github.com/rivo/tview v0.0.0-20250330220935-949945f8d922
56+ github.com/rivo/tview v0.0.0-20250501113434-0c592cd31026
5757 github.com/rs/cors v1.11.1
5858 github.com/rs/zerolog v1.34.0
59- github.com/samber/lo v1.49.1
59+ github.com/samber/lo v1.50.0
6060 github.com/slok/go-http-metrics v0.13.0
6161 github.com/spf13/cobra v1.9.1
6262 github.com/spf13/viper v1.20.1
6363 github.com/stretchr/testify v1.10.0
64- github.com/testcontainers/testcontainers-go v0.36 .0
64+ github.com/testcontainers/testcontainers-go v0.37 .0
6565 golang.org/x/sync v0.13.0
6666 golang.org/x/sys v0.32.0
67- google.golang.org/grpc v1.71.1
67+ google.golang.org/grpc v1.72.0
6868 google.golang.org/protobuf v1.36.6
6969 gopkg.in/natefinch/lumberjack.v2 v2.2.1
7070)
@@ -116,14 +116,14 @@ require (
116116 github.com/itchyny/timefmt-go v0.1.6 // indirect
117117 github.com/josharian/intern v1.0.0 // indirect
118118 github.com/klauspost/compress v1.18.0 // indirect
119- github.com/lestrrat-go/blackmagic v1.0.2 // indirect
119+ github.com/lestrrat-go/blackmagic v1.0.3 // indirect
120120 github.com/lestrrat-go/httpcc v1.0.1 // indirect
121121 github.com/lestrrat-go/httprc v1.0.6 // indirect
122122 github.com/lestrrat-go/iter v1.0.2 // indirect
123123 github.com/lestrrat-go/option v1.0.1 // indirect
124124 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
125125 github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // indirect
126- github.com/magiconair/properties v1.8.9 // indirect
126+ github.com/magiconair/properties v1.8.10 // indirect
127127 github.com/mailru/easyjson v0.7.7 // indirect
128128 github.com/mattn/go-colorable v0.1.14 // indirect
129129 github.com/mattn/go-runewidth v0.0.16 // indirect
@@ -192,7 +192,7 @@ require (
192192 golang.org/x/time v0.11.0 // indirect
193193 golang.org/x/tools v0.32.0 // indirect
194194 google.golang.org/genproto/googleapis/api v0.0.0-20250407143221-ac9807e6c755 // indirect
195- google.golang.org/genproto/googleapis/rpc v0.0.0-20250407143221-ac9807e6c755 // indirect
195+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250428153025-10db94c68c34 // indirect
196196 gopkg.in/yaml.v3 v3.0.1 // indirect
197197 oras.land/oras-go/v2 v2.5.0 // indirect
198198 sigs.k8s.io/yaml v1.4.0 // indirect
0 commit comments