@@ -41,10 +41,11 @@ require (
41
41
github.com/charmbracelet/charm v0.11.0
42
42
github.com/charmbracelet/lipgloss v0.5.0
43
43
github.com/cli/safeexec v1.0.0
44
- github.com/cloudflare/cloudflared v0.0.0-20220308214351-5352b3cf0489
45
44
github.com/coder/retry v1.3.0
46
45
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
47
46
github.com/creack/pty v1.1.18
47
+ github.com/fatedier/frp v0.41.0
48
+ github.com/fatedier/golib v0.1.1-0.20220321042308-c306138b83ac
48
49
github.com/fatih/color v1.13.0
49
50
github.com/gliderlabs/ssh v0.3.3
50
51
github.com/go-chi/chi/v5 v5.0.7
@@ -74,13 +75,11 @@ require (
74
75
github.com/pion/webrtc/v3 v3.1.27
75
76
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
76
77
github.com/quasilyte/go-ruleguard/dsl v0.3.19
77
- github.com/rs/zerolog v1.26.1
78
78
github.com/spf13/cobra v1.4.0
79
79
github.com/spf13/pflag v1.0.5
80
80
github.com/stretchr/testify v1.7.1
81
81
github.com/tabbed/pqtype v0.1.1
82
82
github.com/unrolled/secure v1.10.0
83
- github.com/urfave/cli/v2 v2.3.0
84
83
go.uber.org/atomic v1.9.0
85
84
go.uber.org/goleak v1.1.12
86
85
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
@@ -96,9 +95,24 @@ require (
96
95
97
96
require github.com/go-chi/httprate v0.5.3
98
97
98
+ require (
99
+ github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
100
+ github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 // indirect
101
+ github.com/coreos/go-oidc v2.2.1+incompatible // indirect
102
+ github.com/fatedier/beego v0.0.0-20171024143340-6c6a4f5bd5eb // indirect
103
+ github.com/fatedier/kcp-go v2.0.4-0.20190803094908-fe8645b0a904+incompatible // indirect
104
+ github.com/golang/snappy v0.0.4 // indirect
105
+ github.com/klauspost/cpuid/v2 v2.0.6 // indirect
106
+ github.com/klauspost/reedsolomon v1.9.15 // indirect
107
+ github.com/pires/go-proxyproto v0.5.0 // indirect
108
+ github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
109
+ github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
110
+ github.com/tjfoc/gmsm v1.4.1 // indirect
111
+ gopkg.in/ini.v1 v1.62.0 // indirect
112
+ )
113
+
99
114
require (
100
115
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
101
- github.com/BurntSushi/toml v1.0.0 // indirect
102
116
github.com/DataDog/datadog-agent/pkg/obfuscate v0.0.0-20211129110424-6491aa3bf583 // indirect
103
117
github.com/DataDog/datadog-go v4.8.2+incompatible // indirect
104
118
github.com/DataDog/datadog-go/v5 v5.0.2 // indirect
@@ -108,24 +122,15 @@ require (
108
122
github.com/agext/levenshtein v1.2.3 // indirect
109
123
github.com/alecthomas/chroma v0.10.0 // indirect
110
124
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
111
- github.com/apparentlymart/go-cidr v1.1.0 // indirect
112
125
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
113
- github.com/beorn7/perks v1.0.1 // indirect
114
126
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
115
- github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
116
127
github.com/cespare/xxhash/v2 v2.1.2 // indirect
117
128
github.com/charmbracelet/bubbles v0.10.3 // indirect
118
129
github.com/charmbracelet/bubbletea v0.20.0 // indirect
119
- github.com/cheekybits/genny v1.0.0 // indirect
120
130
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
121
131
github.com/clbanning/mxj/v2 v2.5.5 // indirect
122
- github.com/cloudflare/brotli-go v0.0.0-20191101163834-d34379f7ff93 // indirect
123
- github.com/cloudflare/golibs v0.0.0-20210909181612-21743d7dd02a // indirect
124
132
github.com/containerd/console v1.0.3 // indirect
125
133
github.com/containerd/continuity v0.2.2 // indirect
126
- github.com/coredns/caddy v1.1.1 // indirect
127
- github.com/coredns/coredns v1.9.0 // indirect
128
- github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
129
134
github.com/davecgh/go-spew v1.1.1 // indirect
130
135
github.com/dgraph-io/ristretto v0.1.0 // indirect
131
136
github.com/dhui/dktest v0.3.9 // indirect
@@ -136,30 +141,17 @@ require (
136
141
github.com/docker/go-connections v0.4.0 // indirect
137
142
github.com/docker/go-units v0.4.0 // indirect
138
143
github.com/dustin/go-humanize v1.0.0 // indirect
139
- github.com/facebookgo/grace v0.0.0-20180706040059-75cf19382434 // indirect
140
- github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
141
- github.com/francoispqt/gojay v1.2.13 // indirect
142
- github.com/fsnotify/fsnotify v1.5.1 // indirect
143
- github.com/gdamore/encoding v1.0.0 // indirect
144
- github.com/gdamore/tcell v1.4.0 // indirect
145
- github.com/getsentry/raven-go v0.2.0 // indirect
146
144
github.com/go-playground/locales v0.14.0 // indirect
147
145
github.com/go-playground/universal-translator v0.18.0 // indirect
148
- github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
149
146
github.com/gobwas/glob v0.2.3 // indirect
150
- github.com/gobwas/httphead v0.1.0 // indirect
151
- github.com/gobwas/pool v0.2.1 // indirect
152
147
github.com/gobwas/ws v1.1.0 // indirect
153
148
github.com/gogo/protobuf v1.3.2 // indirect
154
- github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 // indirect
155
149
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
156
150
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
157
151
github.com/golang/protobuf v1.5.2 // indirect
158
152
github.com/google/go-cmp v0.5.7 // indirect
159
153
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
160
154
github.com/gorilla/mux v1.8.0 // indirect
161
- github.com/gorilla/websocket v1.5.0 // indirect
162
- github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
163
155
github.com/hashicorp/errwrap v1.1.0 // indirect
164
156
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
165
157
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -173,33 +165,21 @@ require (
173
165
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
174
166
github.com/klauspost/compress v1.15.0 // indirect
175
167
github.com/leodido/go-urn v1.2.1 // indirect
176
- github.com/lucas-clemente/quic-go v0.25.1-0.20220307142123-ad1cb27c1b64 // indirect
177
168
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
178
169
github.com/lunixbochs/vtclean v1.0.0 // indirect
179
170
github.com/mailru/easyjson v0.7.7 // indirect
180
- github.com/marten-seemann/qtls-go1-16 v0.1.4 // indirect
181
- github.com/marten-seemann/qtls-go1-17 v0.1.0 // indirect
182
- github.com/marten-seemann/qtls-go1-18 v0.1.0-beta.1 // indirect
183
171
github.com/mattn/go-colorable v0.1.12 // indirect
184
172
github.com/mattn/go-runewidth v0.0.13 // indirect
185
- github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
186
173
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
187
- github.com/miekg/dns v1.1.46 // indirect
188
- github.com/mitchellh/go-homedir v1.1.0 // indirect
189
174
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
190
175
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
191
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
192
- github.com/modern-go/reflect2 v1.0.2 // indirect
193
176
github.com/muesli/ansi v0.0.0-20211031195517-c9f0611b6c70 // indirect
194
177
github.com/muesli/reflow v0.3.0 // indirect
195
178
github.com/muesli/termenv v0.11.1-0.20220212125758-44cd13922739 // indirect
196
179
github.com/niklasfasching/go-org v1.6.2 // indirect
197
- github.com/nxadm/tail v1.4.8 // indirect
198
- github.com/onsi/ginkgo v1.16.5 // indirect
199
180
github.com/opencontainers/go-digest v1.0.0 // indirect
200
181
github.com/opencontainers/image-spec v1.0.2 // indirect
201
182
github.com/opencontainers/runc v1.1.0 // indirect
202
- github.com/opentracing/opentracing-go v1.2.0 // indirect
203
183
github.com/pelletier/go-toml/v2 v2.0.0-beta.6 // indirect
204
184
github.com/philhofer/fwd v1.1.1 // indirect
205
185
github.com/pion/dtls/v2 v2.1.3 // indirect
@@ -218,14 +198,8 @@ require (
218
198
github.com/pkg/errors v0.9.1 // indirect
219
199
github.com/pmezard/go-difflib v1.0.0 // indirect
220
200
github.com/pquerna/cachecontrol v0.1.0 // indirect
221
- github.com/prometheus/client_golang v1.12.1 // indirect
222
- github.com/prometheus/client_model v0.2.0 // indirect
223
- github.com/prometheus/common v0.32.1 // indirect
224
- github.com/prometheus/procfs v0.7.3 // indirect
225
- github.com/rivo/tview v0.0.0-20200712113419-c65badfc3d92 // indirect
226
201
github.com/rivo/uniseg v0.2.0 // indirect
227
202
github.com/robfig/cron/v3 v3.0.1
228
- github.com/russross/blackfriday/v2 v2.1.0 // indirect
229
203
github.com/sirupsen/logrus v1.8.1 // indirect
230
204
github.com/spf13/afero v1.8.1 // indirect
231
205
github.com/spf13/cast v1.4.1 // indirect
@@ -242,16 +216,11 @@ require (
242
216
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
243
217
golang.org/x/text v0.3.7 // indirect
244
218
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
245
- golang.org/x/tools v0.1.9 // indirect
246
219
google.golang.org/appengine v1.6.7 // indirect
247
220
google.golang.org/genproto v0.0.0-20220324131243-acbaeb5b85eb // indirect
248
221
google.golang.org/grpc v1.45.0 // indirect
249
222
gopkg.in/DataDog/dd-trace-go.v1 v1.37.1
250
- gopkg.in/coreos/go-oidc.v2 v2.2.1 // indirect
251
- gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
252
223
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
253
- gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
254
224
gopkg.in/yaml.v2 v2.4.0 // indirect
255
225
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
256
- zombiezen.com/go/capnproto2 v2.18.2+incompatible // indirect
257
226
)
0 commit comments