@@ -4,67 +4,71 @@ go 1.22.4
4
4
5
5
require (
6
6
github.com/agnivade/wasmbrowsertest v0.8.0
7
- github.com/bufbuild/buf v1.30.0
7
+ github.com/bufbuild/buf v1.35.1
8
8
github.com/ecordell/optgen v0.0.9
9
9
github.com/envoyproxy/protoc-gen-validate v1.0.4
10
10
github.com/magefile/mage v1.15.0
11
11
github.com/planetscale/vtprotobuf v0.5.1-0.20231212170721-e7d721933795
12
- golang.org/x/tools v0.19 .0
12
+ golang.org/x/tools v0.22 .0
13
13
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
14
- google.golang.org/protobuf v1.33.0
14
+ google.golang.org/protobuf v1.34.2
15
15
mvdan.cc/gofumpt v0.6.0
16
16
)
17
17
18
18
require (
19
- buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.33.0-20240221180331-f05a6f4403ce.1 // indirect
20
- connectrpc.com/connect v1.15.0 // indirect
19
+ buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240508200655-46a4cf4ba109.2 // indirect
20
+ buf.build/gen/go/bufbuild/registry/connectrpc/go v1.16.2-20240610164129-660609bc46d3.1 // indirect
21
+ buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.34.2-20240610164129-660609bc46d3.2 // indirect
22
+ connectrpc.com/connect v1.16.2 // indirect
21
23
connectrpc.com/otelconnect v0.7.0 // indirect
22
24
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
23
25
github.com/Microsoft/go-winio v0.6.1 // indirect
24
26
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
25
- github.com/bufbuild/protocompile v0.9 .0 // indirect
26
- github.com/bufbuild/protovalidate-go v0.6.0 // indirect
27
- github.com/bufbuild/protoyaml -go v0.1.8 // indirect
28
- github.com/cenkalti/backoff/v4 v4.2.1 // indirect
27
+ github.com/bufbuild/protocompile v0.14 .0 // indirect
28
+ github.com/bufbuild/protoplugin v0.0.0-20240323223605-e2735f6c31ee // indirect
29
+ github.com/bufbuild/protovalidate -go v0.6.2 // indirect
30
+ github.com/bufbuild/protoyaml-go v0.1.9 // indirect
29
31
github.com/chromedp/cdproto v0.0.0-20230802225258-3cf4e6d46a89 // indirect
30
32
github.com/chromedp/chromedp v0.9.2 // indirect
31
33
github.com/chromedp/sysutil v1.0.0 // indirect
32
34
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
33
- github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
35
+ github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
34
36
github.com/creasty/defaults v1.7.0 // indirect
35
37
github.com/dave/jennifer v1.6.1 // indirect
36
- github.com/distribution/reference v0.5 .0 // indirect
37
- github.com/docker/cli v25.0 .4+incompatible // indirect
38
+ github.com/distribution/reference v0.6 .0 // indirect
39
+ github.com/docker/cli v26.1 .4+incompatible // indirect
38
40
github.com/docker/distribution v2.8.3+incompatible // indirect
39
- github.com/docker/docker v25.0.5 +incompatible // indirect
40
- github.com/docker/docker-credential-helpers v0.8.1 // indirect
41
+ github.com/docker/docker v27.1.1 +incompatible // indirect
42
+ github.com/docker/docker-credential-helpers v0.8.2 // indirect
41
43
github.com/docker/go-connections v0.5.0 // indirect
42
44
github.com/docker/go-units v0.5.0 // indirect
43
45
github.com/fatih/structtag v1.2.0 // indirect
44
46
github.com/felixge/fgprof v0.9.4 // indirect
45
47
github.com/felixge/httpsnoop v1.0.4 // indirect
46
- github.com/go-chi/chi/v5 v5.0.12 // indirect
48
+ github.com/go-chi/chi/v5 v5.0.14 // indirect
47
49
github.com/go-interpreter/wagon v0.6.0 // indirect
48
- github.com/go-logr/logr v1.4.1 // indirect
50
+ github.com/go-logr/logr v1.4.2 // indirect
49
51
github.com/go-logr/stdr v1.2.2 // indirect
50
52
github.com/gobwas/httphead v0.1.0 // indirect
51
53
github.com/gobwas/pool v0.2.1 // indirect
52
54
github.com/gobwas/ws v1.2.1 // indirect
53
- github.com/gofrs/uuid/v5 v5.0 .0 // indirect
55
+ github.com/gofrs/uuid/v5 v5.2 .0 // indirect
54
56
github.com/gogo/protobuf v1.3.2 // indirect
55
57
github.com/google/cel-go v0.20.1 // indirect
56
58
github.com/google/go-cmp v0.6.0 // indirect
57
- github.com/google/go-containerregistry v0.19.0 // indirect
58
- github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect
59
+ github.com/google/go-containerregistry v0.19.2 // indirect
60
+ github.com/google/pprof v0.0.0-20240622144329-c177fd99eaa9 // indirect
61
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
59
62
github.com/iancoleman/strcase v0.3.0 // indirect
60
63
github.com/inconshreveable/mousetrap v1.1.0 // indirect
61
64
github.com/jdx/go-netrc v1.0.0 // indirect
62
65
github.com/josharian/intern v1.0.0 // indirect
63
- github.com/klauspost/compress v1.17.7 // indirect
66
+ github.com/klauspost/compress v1.17.9 // indirect
64
67
github.com/klauspost/pgzip v1.2.6 // indirect
65
68
github.com/lyft/protoc-gen-star/v2 v2.0.3 // indirect
66
69
github.com/mailru/easyjson v0.7.7 // indirect
67
70
github.com/mitchellh/go-homedir v1.1.0 // indirect
71
+ github.com/moby/docker-image-spec v1.3.1 // indirect
68
72
github.com/moby/term v0.5.0 // indirect
69
73
github.com/morikuni/aec v1.0.0 // indirect
70
74
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -76,7 +80,7 @@ require (
76
80
github.com/russross/blackfriday/v2 v2.1.0 // indirect
77
81
github.com/sirupsen/logrus v1.9.3 // indirect
78
82
github.com/spf13/afero v1.10.0 // indirect
79
- github.com/spf13/cobra v1.8.0 // indirect
83
+ github.com/spf13/cobra v1.8.1 // indirect
80
84
github.com/spf13/pflag v1.0.5 // indirect
81
85
github.com/stoewer/go-strcase v1.3.0 // indirect
82
86
github.com/vbatts/tar-split v0.11.5 // indirect
@@ -86,19 +90,18 @@ require (
86
90
go.opentelemetry.io/otel/metric v1.24.0 // indirect
87
91
go.opentelemetry.io/otel/sdk v1.24.0 // indirect
88
92
go.opentelemetry.io/otel/trace v1.24.0 // indirect
89
- go.opentelemetry.io/proto/otlp v1.1.0 // indirect
90
93
go.uber.org/atomic v1.11.0 // indirect
91
94
go.uber.org/multierr v1.11.0 // indirect
92
95
go.uber.org/zap v1.27.0 // indirect
93
- golang.org/x/crypto v0.22 .0 // indirect
94
- golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
95
- golang.org/x/mod v0.16 .0 // indirect
96
- golang.org/x/net v0.24 .0 // indirect
97
- golang.org/x/sync v0.6 .0 // indirect
98
- golang.org/x/sys v0.19 .0 // indirect
99
- golang.org/x/term v0.19 .0 // indirect
100
- golang.org/x/text v0.14 .0 // indirect
101
- google.golang.org/genproto/googleapis/api v0.0.0-20240304212257-790db918fca8 // indirect
102
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240304212257-790db918fca8 // indirect
96
+ golang.org/x/crypto v0.24 .0 // indirect
97
+ golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
98
+ golang.org/x/mod v0.18 .0 // indirect
99
+ golang.org/x/net v0.26 .0 // indirect
100
+ golang.org/x/sync v0.7 .0 // indirect
101
+ golang.org/x/sys v0.21 .0 // indirect
102
+ golang.org/x/term v0.21 .0 // indirect
103
+ golang.org/x/text v0.16 .0 // indirect
104
+ google.golang.org/genproto/googleapis/api v0.0.0-20240617180043-68d350f18fd4 // indirect
105
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240617180043-68d350f18fd4 // indirect
103
106
gopkg.in/yaml.v3 v3.0.1 // indirect
104
107
)
0 commit comments