@@ -3,12 +3,15 @@ module github.com/coder/coder-kubernetes-logs
3
3
go 1.20
4
4
5
5
// Required to import the codersdk!
6
- replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20230418202606-ed9307cf1b22
6
+ replace tailscale.com => github.com/coder/tailscale v0.0.0-20230522123520-74712221d00f
7
+
8
+ replace gvisor.dev/gvisor => github.com/coder/gvisor v0.0.0-20230714132058-be2e4ac102c3
7
9
8
10
require (
9
11
cdr.dev/slog v1.5.3
12
+ github.com/breml/rootcerts v0.2.11
10
13
github.com/coder/coder v0.23.6-0.20230522192129-95839109db09
11
- github.com/coder/retry v1.3.1-0.20230210155434-e90a2e1e091d
14
+ github.com/fatih/color v1.15.0
12
15
github.com/spf13/cobra v1.7.0
13
16
github.com/stretchr/testify v1.8.2
14
17
github.com/zeebo/assert v1.3.0
@@ -32,17 +35,17 @@ require (
32
35
github.com/armon/go-radix v1.0.0 // indirect
33
36
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
34
37
github.com/beorn7/perks v1.0.1 // indirect
35
- github.com/breml/rootcerts v0.2.11 // indirect
38
+ github.com/bytedance/sonic v1.10.2 // indirect
36
39
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
37
40
github.com/cespare/xxhash/v2 v2.2.0 // indirect
38
41
github.com/charmbracelet/lipgloss v0.7.1 // indirect
42
+ github.com/coder/retry v1.3.1-0.20230210155434-e90a2e1e091d // indirect
39
43
github.com/coder/terraform-provider-coder v0.6.23 // indirect
40
44
github.com/coreos/go-iptables v0.6.0 // indirect
41
45
github.com/coreos/go-oidc/v3 v3.6.0 // indirect
42
46
github.com/davecgh/go-spew v1.1.1 // indirect
43
47
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
44
48
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
45
- github.com/fatih/color v1.15.0 // indirect
46
49
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
47
50
github.com/ghodss/yaml v1.0.0 // indirect
48
51
github.com/go-chi/chi/v5 v5.0.8 // indirect
@@ -54,6 +57,7 @@ require (
54
57
github.com/go-openapi/jsonreference v0.20.1 // indirect
55
58
github.com/go-openapi/swag v0.22.3 // indirect
56
59
github.com/gobwas/glob v0.2.3 // indirect
60
+ github.com/goccy/go-json v0.10.2 // indirect
57
61
github.com/godbus/dbus/v5 v5.1.0 // indirect
58
62
github.com/gogo/protobuf v1.3.2 // indirect
59
63
github.com/golang/glog v1.0.0 // indirect
@@ -175,7 +179,6 @@ require (
175
179
google.golang.org/grpc v1.54.0 // indirect
176
180
google.golang.org/protobuf v1.30.0 // indirect
177
181
gopkg.in/inf.v0 v0.9.1 // indirect
178
- gopkg.in/square/go-jose.v2 v2.6.0 // indirect
179
182
gopkg.in/yaml.v2 v2.4.0 // indirect
180
183
gopkg.in/yaml.v3 v3.0.1 // indirect
181
184
gvisor.dev/gvisor v0.0.0-20221203005347-703fd9b7fbc0 // indirect
0 commit comments