@@ -40,7 +40,7 @@ replace github.com/tcnksm/go-httpstat => github.com/kylecarbs/go-httpstat v0.0.0
40
40
41
41
// There are a few minor changes we make to Tailscale that we're slowly upstreaming. Compare here:
42
42
// https://github.com/tailscale/tailscale/compare/main...coder:tailscale:main
43
- replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20221015033036-5861cbbf7bf5
43
+ replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20221104170440-ef53dca69a41
44
44
45
45
// Switch to our fork that imports fixes from http://github.com/tailscale/ssh.
46
46
// See: https://github.com/coder/coder/issues/3371
@@ -54,13 +54,16 @@ replace github.com/gliderlabs/ssh => github.com/coder/ssh v0.0.0-20220811105153-
54
54
require (
55
55
cdr.dev/slog v1.4.2-0.20220525200111-18dce5c2cd5f
56
56
cloud.google.com/go/compute v1.12.1 // indirect
57
+ cloud.google.com/go/compute/metadata v0.2.1
57
58
github.com/AlecAivazis/survey/v2 v2.3.5
59
+ github.com/adrg/xdg v0.4.0
58
60
github.com/andybalholm/brotli v1.0.4
59
61
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
60
62
github.com/awalterschulze/gographviz v2.0.3+incompatible
61
63
github.com/bgentry/speakeasy v0.1.0
62
64
github.com/bramvdbogaerde/go-scp v1.2.0
63
65
github.com/briandowns/spinner v1.18.1
66
+ github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5
64
67
github.com/charmbracelet/charm v0.12.1
65
68
github.com/charmbracelet/lipgloss v0.6.0
66
69
github.com/cli/safeexec v1.0.0
@@ -80,6 +83,7 @@ require (
80
83
github.com/go-chi/chi/v5 v5.0.7
81
84
github.com/go-chi/httprate v0.7.0
82
85
github.com/go-chi/render v1.0.1
86
+ github.com/go-logr/logr v1.2.3
83
87
github.com/go-ping/ping v1.1.0
84
88
github.com/go-playground/validator/v10 v10.11.0
85
89
github.com/gofrs/flock v0.8.1
@@ -99,6 +103,7 @@ require (
99
103
github.com/hashicorp/yamux v0.0.0-20220718163420-dd80a7ee44ce
100
104
github.com/imulab/go-scim/pkg/v2 v2.2.0
101
105
github.com/jedib0t/go-pretty/v6 v6.4.0
106
+ github.com/jmoiron/sqlx v1.3.5
102
107
github.com/justinas/nosurf v1.1.1
103
108
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
104
109
github.com/klauspost/compress v1.15.9
@@ -119,11 +124,13 @@ require (
119
124
github.com/spf13/afero v1.9.2
120
125
github.com/spf13/cobra v1.6.1
121
126
github.com/spf13/pflag v1.0.5
127
+ github.com/spf13/viper v1.13.0
122
128
github.com/stretchr/testify v1.8.0
123
129
github.com/tabbed/pqtype v0.1.1
124
130
github.com/u-root/u-root v0.10.0
125
131
github.com/unrolled/secure v1.13.0
126
132
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1
133
+ go.nhat.io/otelsql v0.7.0
127
134
go.opentelemetry.io/otel v1.11.1
128
135
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.11.1
129
136
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.11.1
@@ -132,6 +139,7 @@ require (
132
139
go.opentelemetry.io/otel/trace v1.11.1
133
140
go.uber.org/atomic v1.10.0
134
141
go.uber.org/goleak v1.2.0
142
+ go4.org/netipx v0.0.0-20220725152314-7e7bdc8411bf
135
143
golang.org/x/crypto v0.1.0
136
144
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
137
145
golang.org/x/mod v0.6.0
@@ -145,32 +153,16 @@ require (
145
153
golang.zx2c4.com/wireguard v0.0.0-20220920152132-bb719d3a6e2c
146
154
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220504211119-3d4a969bb56b
147
155
google.golang.org/api v0.100.0
156
+ google.golang.org/grpc v1.50.1
148
157
google.golang.org/protobuf v1.28.1
149
158
gopkg.in/natefinch/lumberjack.v2 v2.0.0
159
+ gopkg.in/square/go-jose.v2 v2.6.0
150
160
gopkg.in/yaml.v3 v3.0.1
151
161
gvisor.dev/gvisor v0.0.0-20220817001344-846276b3dbc5
152
162
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
153
163
nhooyr.io/websocket v1.8.7
154
164
storj.io/drpc v0.0.33-0.20220622181519-9206537a4db7
155
- tailscale.com v1.30.0
156
- )
157
-
158
- require github.com/jmoiron/sqlx v1.3.5
159
-
160
- require (
161
- cloud.google.com/go/compute/metadata v0.2.1
162
- github.com/adrg/xdg v0.4.0
163
- github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5
164
- github.com/spf13/viper v1.13.0
165
- go.nhat.io/otelsql v0.7.0
166
- )
167
-
168
- require (
169
- github.com/fsnotify/fsnotify v1.6.0 // indirect
170
- github.com/magiconair/properties v1.8.6 // indirect
171
- github.com/pelletier/go-toml v1.9.5 // indirect
172
- github.com/subosito/gotenv v1.4.1 // indirect
173
- gopkg.in/ini.v1 v1.67.0 // indirect
165
+ tailscale.com v1.32.2
174
166
)
175
167
176
168
require (
@@ -204,10 +196,10 @@ require (
204
196
github.com/docker/go-connections v0.4.0 // indirect
205
197
github.com/docker/go-units v0.4.0 // indirect
206
198
github.com/elastic/go-windows v1.0.0 // indirect
199
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
207
200
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
208
201
github.com/ghodss/yaml v1.0.0 // indirect
209
202
github.com/gin-gonic/gin v1.7.0 // indirect
210
- github.com/go-logr/logr v1.2.3
211
203
github.com/go-logr/stdr v1.2.2 // indirect
212
204
github.com/go-ole/go-ole v1.2.6 // indirect
213
205
github.com/go-playground/locales v0.14.0 // indirect
@@ -226,7 +218,7 @@ require (
226
218
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
227
219
github.com/hashicorp/errwrap v1.1.0 // indirect
228
220
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
229
- github.com/hashicorp/go-multierror v1.1.1 // indirect
221
+ github.com/hashicorp/go-multierror v1.1.1
230
222
github.com/hashicorp/hcl v1.0.0 // indirect
231
223
github.com/hdevalence/ed25519consensus v0.0.0-20220222234857-c00d1f31bab3 // indirect
232
224
github.com/imdario/mergo v0.3.12 // indirect
@@ -240,6 +232,7 @@ require (
240
232
github.com/kr/fs v0.1.0 // indirect
241
233
github.com/leodido/go-urn v1.2.1 // indirect
242
234
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
235
+ github.com/magiconair/properties v1.8.6 // indirect
243
236
github.com/mattn/go-colorable v0.1.12 // indirect
244
237
github.com/mattn/go-runewidth v0.0.13 // indirect
245
238
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
@@ -259,6 +252,7 @@ require (
259
252
github.com/opencontainers/go-digest v1.0.0 // indirect
260
253
github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198 // indirect
261
254
github.com/opencontainers/runc v1.1.2 // indirect
255
+ github.com/pelletier/go-toml v1.9.5 // indirect
262
256
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
263
257
github.com/pion/transport v0.13.1 // indirect
264
258
github.com/pkg/errors v0.9.1 // indirect
@@ -272,9 +266,10 @@ require (
272
266
github.com/sirupsen/logrus v1.9.0 // indirect
273
267
github.com/spf13/cast v1.5.0 // indirect
274
268
github.com/spf13/jwalterweatherman v1.1.0 // indirect
269
+ github.com/subosito/gotenv v1.4.1 // indirect
275
270
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
276
271
github.com/tailscale/certstore v0.1.1-0.20220316223106-78d6e1c49d8d // indirect
277
- github.com/tailscale/golang-x-crypto v0.0.0-20220428210705-0b941c09a5e1 // indirect
272
+ github.com/tailscale/golang-x-crypto v0.0.0-20221102133106-bc99ab8c2d17 // indirect
278
273
github.com/tailscale/goupnp v1.0.1-0.20210804011211-c64d0f06ea05 // indirect
279
274
github.com/tailscale/netlink v1.1.1-0.20211101221916-cabfb018fe85 // indirect
280
275
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
@@ -297,15 +292,13 @@ require (
297
292
go.opentelemetry.io/otel/metric v0.33.0 // indirect
298
293
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
299
294
go4.org/mem v0.0.0-20210711025021-927187094b94 // indirect
300
- go4.org/netipx v0.0.0-20220725152314-7e7bdc8411bf
301
295
golang.org/x/net v0.1.0 // indirect
302
296
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
303
297
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
304
298
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
305
299
google.golang.org/appengine v1.6.7 // indirect
306
300
google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e // indirect
307
- google.golang.org/grpc v1.50.1
308
- gopkg.in/square/go-jose.v2 v2.6.0
301
+ gopkg.in/ini.v1 v1.67.0 // indirect
309
302
gopkg.in/yaml.v2 v2.4.0 // indirect
310
303
howett.net/plist v1.0.0 // indirect
311
304
)
0 commit comments