@@ -6,6 +6,7 @@ require (
6
6
github.com/bufbuild/buf v1.25.0
7
7
github.com/google/go-cmp v0.5.9
8
8
github.com/google/gofuzz v1.1.0
9
+ github.com/hexops/autogold/v2 v2.2.1
9
10
github.com/hexops/gotextdiff v1.0.3
10
11
github.com/hhatto/gocloc v0.4.2
11
12
github.com/k0kubun/pp/v3 v3.1.0
@@ -15,7 +16,7 @@ require (
15
16
github.com/sourcegraph/sourcegraph/lib v0.0.0-20220511160847-5a43d3ea24eb
16
17
github.com/stretchr/testify v1.8.4
17
18
github.com/urfave/cli/v2 v2.25.7
18
- golang.org/x/tools v0.11 .0
19
+ golang.org/x/tools v0.12 .0
19
20
google.golang.org/protobuf v1.31.0
20
21
)
21
22
@@ -41,6 +42,7 @@ require (
41
42
github.com/docker/go-connections v0.4.0 // indirect
42
43
github.com/docker/go-units v0.5.0 // indirect
43
44
github.com/envoyproxy/protoc-gen-validate v0.3.0-java // indirect
45
+ github.com/fatih/color v1.15.0 // indirect
44
46
github.com/felixge/fgprof v0.9.3 // indirect
45
47
github.com/getsentry/sentry-go v0.12.0 // indirect
46
48
github.com/go-chi/chi/v5 v5.0.10 // indirect
@@ -54,6 +56,7 @@ require (
54
56
github.com/google/go-containerregistry v0.15.2 // indirect
55
57
github.com/google/pprof v0.0.0-20230705174524-200ffdc848b8 // indirect
56
58
github.com/google/uuid v1.3.0 // indirect
59
+ github.com/hexops/valast v1.4.4 // indirect
57
60
github.com/huandu/xstrings v1.0.0 // indirect
58
61
github.com/imdario/mergo v0.3.4 // indirect
59
62
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -63,22 +66,23 @@ require (
63
66
github.com/klauspost/pgzip v1.2.6 // indirect
64
67
github.com/kr/pretty v0.3.1 // indirect
65
68
github.com/kr/text v0.2.0 // indirect
66
- github.com/mattn/go-colorable v0.1.12 // indirect
67
- github.com/mattn/go-isatty v0.0.14 // indirect
69
+ github.com/mattn/go-colorable v0.1.13 // indirect
70
+ github.com/mattn/go-isatty v0.0.19 // indirect
68
71
github.com/mitchellh/go-homedir v1.1.0 // indirect
69
72
github.com/moby/term v0.5.0 // indirect
70
73
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
71
74
github.com/modern-go/reflect2 v1.0.2 // indirect
72
75
github.com/morikuni/aec v1.0.0 // indirect
73
76
github.com/mwitkow/go-proto-validators v0.0.0-20180403085117-0950a7990007 // indirect
77
+ github.com/nightlyone/lockfile v1.0.0 // indirect
74
78
github.com/opencontainers/go-digest v1.0.0 // indirect
75
79
github.com/opencontainers/image-spec v1.1.0-rc4 // indirect
76
80
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
77
81
github.com/pkg/errors v0.9.1 // indirect
78
82
github.com/pkg/profile v1.7.0 // indirect
79
83
github.com/pmezard/go-difflib v1.0.0 // indirect
80
84
github.com/pseudomuto/protokit v0.2.0 // indirect
81
- github.com/rogpeppe/go-internal v1.9 .0 // indirect
85
+ github.com/rogpeppe/go-internal v1.10 .0 // indirect
82
86
github.com/rs/cors v1.9.0 // indirect
83
87
github.com/russross/blackfriday/v2 v2.1.0 // indirect
84
88
github.com/sirupsen/logrus v1.9.3 // indirect
@@ -94,13 +98,14 @@ require (
94
98
go.uber.org/atomic v1.11.0 // indirect
95
99
go.uber.org/multierr v1.11.0 // indirect
96
100
go.uber.org/zap v1.24.0 // indirect
97
- golang.org/x/crypto v0.11 .0 // indirect
101
+ golang.org/x/crypto v0.12 .0 // indirect
98
102
golang.org/x/mod v0.12.0 // indirect
99
- golang.org/x/net v0.12 .0 // indirect
103
+ golang.org/x/net v0.14 .0 // indirect
100
104
golang.org/x/sync v0.3.0 // indirect
101
- golang.org/x/sys v0.10 .0 // indirect
102
- golang.org/x/term v0.10 .0 // indirect
103
- golang.org/x/text v0.11 .0 // indirect
105
+ golang.org/x/sys v0.11 .0 // indirect
106
+ golang.org/x/term v0.11 .0 // indirect
107
+ golang.org/x/text v0.12 .0 // indirect
104
108
google.golang.org/genproto v0.0.0-20220414192740-2d67ff6cf2b4 // indirect
105
109
gopkg.in/yaml.v3 v3.0.1 // indirect
110
+ mvdan.cc/gofumpt v0.5.0 // indirect
106
111
)
0 commit comments