@@ -17,7 +17,6 @@ require (
17
17
github.com/rs/zerolog v1.28.0
18
18
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
19
19
github.com/soheilhy/cmux v0.1.5
20
- github.com/spf13/viper v1.14.0
21
20
github.com/stoicperlman/fls v0.0.0-20171222144224-f073b7a01081
22
21
github.com/symfony-cli/cert v1.0.1
23
22
github.com/symfony-cli/console v1.0.2
@@ -40,11 +39,9 @@ require (
40
39
github.com/fsnotify/fsnotify v1.6.0 // indirect
41
40
github.com/gogo/protobuf v1.3.2 // indirect
42
41
github.com/google/btree v1.1.2 // indirect
43
- github.com/hashicorp/hcl v1.0.0 // indirect
44
42
github.com/imdario/mergo v0.3.13 // indirect
45
43
github.com/kr/pretty v0.3.1 // indirect
46
44
github.com/kr/text v0.2.0 // indirect
47
- github.com/magiconair/properties v1.8.6 // indirect
48
45
github.com/mattn/go-colorable v0.1.13 // indirect
49
46
github.com/mattn/go-isatty v0.0.16 // indirect
50
47
github.com/mattn/go-runewidth v0.0.14 // indirect
@@ -54,17 +51,10 @@ require (
54
51
github.com/morikuni/aec v1.0.0 // indirect
55
52
github.com/opencontainers/go-digest v1.0.0 // indirect
56
53
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
57
- github.com/pelletier/go-toml v1.9.5 // indirect
58
- github.com/pelletier/go-toml/v2 v2.0.5 // indirect
59
54
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
60
55
github.com/rivo/uniseg v0.4.2 // indirect
61
56
github.com/rogpeppe/go-internal v1.9.0 // indirect
62
57
github.com/sirupsen/logrus v1.9.0 // indirect
63
- github.com/spf13/afero v1.9.2 // indirect
64
- github.com/spf13/cast v1.5.0 // indirect
65
- github.com/spf13/jwalterweatherman v1.1.0 // indirect
66
- github.com/spf13/pflag v1.0.5 // indirect
67
- github.com/subosito/gotenv v1.4.1 // indirect
68
58
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
69
59
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
70
60
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
@@ -77,7 +67,6 @@ require (
77
67
golang.org/x/time v0.1.0 // indirect
78
68
golang.org/x/tools v0.2.0 // indirect
79
69
gopkg.in/fsnotify.v1 v1.4.7 // indirect
80
- gopkg.in/ini.v1 v1.67.0 // indirect
81
70
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
82
71
gopkg.in/yaml.v3 v3.0.1 // indirect
83
72
howett.net/plist v1.0.0 // indirect
0 commit comments