This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-90
lines changed Expand file tree Collapse file tree 2 files changed +13
-90
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,12 @@ require (
16
16
github.com/google/go-cmp v0.5.6
17
17
github.com/gorilla/websocket v1.4.2
18
18
github.com/hashicorp/yamux v0.0.0-20210826001029-26ff87cf9493
19
+ github.com/json-iterator/go v1.1.11 // indirect
19
20
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
20
21
github.com/klauspost/compress v1.13.5 // indirect
21
22
github.com/manifoldco/promptui v0.8.0
22
23
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
24
+ github.com/modern-go/reflect2 v1.0.1 // indirect
23
25
github.com/pion/datachannel v1.4.21
24
26
github.com/pion/dtls/v2 v2.0.9
25
27
github.com/pion/ice/v2 v2.1.12
@@ -29,7 +31,7 @@ require (
29
31
github.com/pkg/browser v0.0.0-20210904010418-6d279e18f982
30
32
github.com/rjeczalik/notify v0.9.2
31
33
github.com/spf13/afero v1.6.0
32
- github.com/spf13/cobra v1.2 .1
34
+ github.com/spf13/cobra v1.6 .1
33
35
github.com/stretchr/testify v1.7.0
34
36
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
35
37
golang.org/x/net v0.0.0-20210907225631-ff17edfbf26d
You can’t perform that action at this time.
0 commit comments