1
1
module github.com/opentdf/platform/service
2
2
3
- go 1.24.0
4
-
5
- toolchain go1.24.6
3
+ go 1.25
6
4
7
5
require (
8
- buf.build/go/protovalidate v0.13.1
9
- connectrpc.com/connect v1.18.1
6
+ buf.build/go/protovalidate v1.0.0
7
+ connectrpc.com/connect v1.19.0
10
8
connectrpc.com/grpchealth v1.4.0
11
9
connectrpc.com/grpcreflect v1.3.0
12
- connectrpc.com/validate v0.3 .0
10
+ connectrpc.com/validate v0.6 .0
13
11
github.com/Masterminds/squirrel v1.5.4
14
12
github.com/Nerzal/gocloak/v13 v13.9.0
15
13
github.com/bmatcuk/doublestar v1.3.4
16
- github.com/casbin/casbin/v2 v2.108 .0
14
+ github.com/casbin/casbin/v2 v2.127 .0
17
15
github.com/creasty/defaults v1.8.0
18
16
github.com/dgraph-io/ristretto v0.2.0
19
- github.com/docker/docker v28.3.3 +incompatible
20
- github.com/docker/go-connections v0.5 .0
21
- github.com/eko/gocache/lib/v4 v4.2.0
22
- github.com/eko/gocache/store/ristretto/v4 v4.2.2
17
+ github.com/docker/docker v28.5.0 +incompatible
18
+ github.com/docker/go-connections v0.6 .0
19
+ github.com/eko/gocache/lib/v4 v4.2.1
20
+ github.com/eko/gocache/store/ristretto/v4 v4.3.1
23
21
github.com/fsnotify/fsnotify v1.9.0
24
- github.com/go-chi/cors v1.2.1
25
- github.com/go-playground/validator/v10 v10.26 .0
22
+ github.com/go-chi/cors v1.2.2
23
+ github.com/go-playground/validator/v10 v10.28 .0
26
24
github.com/go-viper/mapstructure/v2 v2.4.0
27
25
github.com/google/uuid v1.6.0
28
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.0
26
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3
29
27
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa
30
- github.com/jackc/pgx/v5 v5.7.5
28
+ github.com/jackc/pgx/v5 v5.7.6
31
29
github.com/lestrrat-go/jwx/v2 v2.1.6
32
30
github.com/lib/pq v1.10.9
33
- github.com/mattn/go-sqlite3 v1.14.29
34
- github.com/open-policy-agent/opa v1.5.1
31
+ github.com/mattn/go-sqlite3 v1.14.32
32
+ github.com/open-policy-agent/opa v1.9.0
35
33
github.com/opentdf/platform/lib/fixtures v0.3.0
36
34
github.com/opentdf/platform/lib/flattening v0.1.3
37
35
github.com/opentdf/platform/lib/identifier v0.2.0
38
36
github.com/opentdf/platform/lib/ocrypto v0.6.0
39
37
github.com/opentdf/platform/protocol/go v0.11.0
40
38
github.com/opentdf/platform/sdk v0.7.0
41
- github.com/pressly/goose/v3 v3.24.3
42
- github.com/spf13/cobra v1.9 .1
43
- github.com/spf13/viper v1.20.1
44
- github.com/stretchr/testify v1.10.0
45
- github.com/testcontainers/testcontainers-go v0.37 .0
46
- go.opentelemetry.io/otel v1.36 .0
47
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36 .0
48
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.36 .0
49
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.36 .0
50
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.36 .0
51
- go.opentelemetry.io/otel/sdk v1.36 .0
52
- go.opentelemetry.io/otel/trace v1.36 .0
53
- golang.org/x/net v0.41 .0
54
- google.golang.org/grpc v1.73.0
55
- google.golang.org/protobuf v1.36.6
39
+ github.com/pressly/goose/v3 v3.26.0
40
+ github.com/spf13/cobra v1.10 .1
41
+ github.com/spf13/viper v1.21.0
42
+ github.com/stretchr/testify v1.11.1
43
+ github.com/testcontainers/testcontainers-go v0.39 .0
44
+ go.opentelemetry.io/otel v1.38 .0
45
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38 .0
46
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38 .0
47
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38 .0
48
+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.38 .0
49
+ go.opentelemetry.io/otel/sdk v1.38 .0
50
+ go.opentelemetry.io/otel/trace v1.38 .0
51
+ golang.org/x/net v0.44 .0
52
+ google.golang.org/grpc v1.75.1
53
+ google.golang.org/protobuf v1.36.10
56
54
gopkg.in/natefinch/lumberjack.v2 v2.2.1
57
55
gopkg.in/yaml.v2 v2.4.0
58
56
gopkg.in/yaml.v3 v3.0.1
59
57
)
60
58
61
59
require (
62
- buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.6-20250613105001-9f2d3c737feb .1 // indirect
63
- cel.dev/expr v0.23.1 // indirect
60
+ buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.9-20250912141014-52f32327d4b0 .1 // indirect
61
+ cel.dev/expr v0.24.0 // indirect
64
62
github.com/Masterminds/semver/v3 v3.3.1 // indirect
65
- github.com/cenkalti/backoff/v5 v5.0.2 // indirect
63
+ github.com/cenkalti/backoff/v5 v5.0.3 // indirect
66
64
github.com/containerd/errdefs v1.0.0 // indirect
67
65
github.com/containerd/errdefs/pkg v0.3.0 // indirect
68
- github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da // indirect
66
+ github.com/dgraph-io/ristretto/v2 v2.3.0 // indirect
69
67
github.com/ebitengine/purego v0.8.4 // indirect
68
+ github.com/lestrrat-go/dsig v1.0.0 // indirect
69
+ github.com/lestrrat-go/dsig-secp256k1 v1.0.0 // indirect
70
+ github.com/lestrrat-go/httprc/v3 v3.0.1 // indirect
71
+ github.com/lestrrat-go/jwx/v3 v3.0.11 // indirect
72
+ github.com/lestrrat-go/option/v2 v2.0.0 // indirect
70
73
github.com/moby/go-archive v0.1.0 // indirect
71
- github.com/shirou/gopsutil/v4 v4.25.5 // indirect
74
+ github.com/shirou/gopsutil/v3 v3.24.5 // indirect
75
+ github.com/shirou/gopsutil/v4 v4.25.6 // indirect
72
76
github.com/stretchr/objx v0.5.2 // indirect
73
- github.com/vektah/gqlparser/v2 v2.5.26 // indirect
77
+ github.com/valyala/fastjson v1.6.4 // indirect
78
+ github.com/vektah/gqlparser/v2 v2.5.30 // indirect
79
+ go.yaml.in/yaml/v2 v2.4.2 // indirect
80
+ go.yaml.in/yaml/v3 v3.0.4 // indirect
74
81
)
75
82
76
83
require (
@@ -93,7 +100,7 @@ require (
93
100
github.com/docker/go-units v0.5.0 // indirect
94
101
github.com/dustin/go-humanize v1.0.1 // indirect
95
102
github.com/felixge/httpsnoop v1.0.4 // indirect
96
- github.com/gabriel-vasile/mimetype v1.4.8 // indirect
103
+ github.com/gabriel-vasile/mimetype v1.4.10 // indirect
97
104
github.com/go-ini/ini v1.67.0 // indirect
98
105
github.com/go-logr/logr v1.4.3 // indirect
99
106
github.com/go-logr/stdr v1.2.2 // indirect
@@ -103,11 +110,9 @@ require (
103
110
github.com/go-resty/resty/v2 v2.16.5 // indirect
104
111
github.com/gobwas/glob v0.2.3 // indirect
105
112
github.com/goccy/go-json v0.10.5 // indirect
106
- github.com/gogo/protobuf v1.3.2 // indirect
107
113
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
108
114
github.com/golang/mock v1.6.0 // indirect
109
- github.com/google/cel-go v0.25.0 // indirect
110
- github.com/gorilla/mux v1.8.1 // indirect
115
+ github.com/google/cel-go v0.26.1 // indirect
111
116
github.com/gowebpki/jcs v1.0.1 // indirect
112
117
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 // indirect
113
118
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -141,23 +146,23 @@ require (
141
146
github.com/pkg/errors v0.9.1 // indirect
142
147
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
143
148
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
144
- github.com/prometheus/client_golang v1.22.0 // indirect
149
+ github.com/prometheus/client_golang v1.23.2 // indirect
145
150
github.com/prometheus/client_model v0.6.2 // indirect
146
- github.com/prometheus/common v0.62.0 // indirect
147
- github.com/prometheus/procfs v0.16.1 // indirect
148
- github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
149
- github.com/sagikazarmark/locafero v0.7 .0 // indirect
151
+ github.com/prometheus/common v0.66.1 // indirect
152
+ github.com/prometheus/procfs v0.17.0 // indirect
153
+ github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect
154
+ github.com/sagikazarmark/locafero v0.11 .0 // indirect
150
155
github.com/segmentio/asm v1.2.0 // indirect
151
156
github.com/segmentio/ksuid v1.0.4 // indirect
152
157
github.com/sethvargo/go-retry v0.3.0 // indirect
153
- github.com/sirupsen/logrus v1.9.3 // indirect
154
- github.com/sourcegraph/conc v0.3.0 // indirect
155
- github.com/spf13/afero v1.12 .0 // indirect
156
- github.com/spf13/cast v1.7.1 // indirect
157
- github.com/spf13/pflag v1.0.6 // indirect
158
- github.com/stoewer/go-strcase v1.3.0 // indirect
158
+ github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af // indirect
159
+ github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
160
+ github.com/spf13/afero v1.15 .0 // indirect
161
+ github.com/spf13/cast v1.10.0 // indirect
162
+ github.com/spf13/pflag v1.0.10 // indirect
163
+ github.com/stoewer/go-strcase v1.3.1 // indirect
159
164
github.com/subosito/gotenv v1.6.0 // indirect
160
- github.com/tchap/go-patricia/v2 v2.3.2 // indirect
165
+ github.com/tchap/go-patricia/v2 v2.3.3 // indirect
161
166
github.com/tklauser/go-sysconf v0.3.15 // indirect
162
167
github.com/tklauser/numcpus v0.10.0 // indirect
163
168
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
@@ -166,18 +171,18 @@ require (
166
171
github.com/yashtewari/glob-intersection v0.2.0 // indirect
167
172
github.com/yusufpapurcu/wmi v1.2.4 // indirect
168
173
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
169
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61 .0 // indirect
170
- go.opentelemetry.io/otel/metric v1.36 .0 // indirect
171
- go.opentelemetry.io/proto/otlp v1.6.0 // indirect
172
- go.uber.org/mock v0.4 .0 // indirect
174
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63 .0 // indirect
175
+ go.opentelemetry.io/otel/metric v1.38 .0 // indirect
176
+ go.opentelemetry.io/proto/otlp v1.7.1 // indirect
177
+ go.uber.org/mock v0.6 .0 // indirect
173
178
go.uber.org/multierr v1.11.0 // indirect
174
- golang.org/x/crypto v0.39 .0 // indirect
175
- golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
179
+ golang.org/x/crypto v0.42 .0 // indirect
180
+ golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect
176
181
golang.org/x/oauth2 v0.30.0 // indirect
177
- golang.org/x/sync v0.15 .0 // indirect
178
- golang.org/x/sys v0.33 .0 // indirect
179
- golang.org/x/text v0.26 .0
180
- google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
181
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
182
- sigs.k8s.io/yaml v1.4 .0 // indirect
182
+ golang.org/x/sync v0.17 .0 // indirect
183
+ golang.org/x/sys v0.36 .0 // indirect
184
+ golang.org/x/text v0.29 .0
185
+ google.golang.org/genproto/googleapis/api v0.0.0-20250929231259-57b25ae835d4 // indirect
186
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250929231259-57b25ae835d4 // indirect
187
+ sigs.k8s.io/yaml v1.6 .0 // indirect
183
188
)
0 commit comments