@@ -6,6 +6,8 @@ require (
6
6
github.com/kisielk/errcheck v1.6.3
7
7
github.com/mattn/goveralls v0.0.11
8
8
github.com/mgechev/revive v1.2.5
9
+ // last used version, would likely be good to upgrade if possible
10
+ github.com/vektra/mockery/v2 v2.16.0
9
11
go.uber.org/thriftrw v1.25.0
10
12
go.uber.org/yarpc v1.55.0
11
13
golang.org/x/tools v0.5.0
@@ -16,31 +18,47 @@ require (
16
18
github.com/BurntSushi/toml v1.2.1 // indirect
17
19
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
18
20
github.com/chavacava/garif v0.0.0-20221024190013-b3ef35877348 // indirect
21
+ github.com/chigopher/pathlib v0.12.0 // indirect
19
22
github.com/fatih/color v1.14.1 // indirect
20
23
github.com/fatih/structtag v1.2.0 // indirect
24
+ github.com/fsnotify/fsnotify v1.5.4 // indirect
21
25
github.com/golang/mock v1.5.0 // indirect
26
+ github.com/hashicorp/hcl v1.0.0 // indirect
27
+ github.com/inconshreveable/mousetrap v1.0.0 // indirect
22
28
github.com/jessevdk/go-flags v1.4.0 // indirect
23
- github.com/kr/pretty v0.3.0 // indirect
29
+ github.com/magiconair/properties v1.8.6 // indirect
24
30
github.com/mattn/go-colorable v0.1.13 // indirect
25
31
github.com/mattn/go-isatty v0.0.17 // indirect
26
32
github.com/mattn/go-runewidth v0.0.14 // indirect
27
33
github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 // indirect
28
34
github.com/mitchellh/go-homedir v1.1.0 // indirect
35
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
29
36
github.com/olekukonko/tablewriter v0.0.5 // indirect
37
+ github.com/pelletier/go-toml v1.9.5 // indirect
38
+ github.com/pelletier/go-toml/v2 v2.0.2 // indirect
30
39
github.com/pkg/errors v0.9.1 // indirect
31
40
github.com/rivo/uniseg v0.4.3 // indirect
41
+ github.com/rs/zerolog v1.27.0 // indirect
42
+ github.com/spf13/afero v1.8.2 // indirect
43
+ github.com/spf13/cast v1.5.0 // indirect
44
+ github.com/spf13/cobra v1.4.0 // indirect
45
+ github.com/spf13/jwalterweatherman v1.1.0 // indirect
46
+ github.com/spf13/pflag v1.0.5 // indirect
47
+ github.com/spf13/viper v1.12.0 // indirect
48
+ github.com/subosito/gotenv v1.4.0 // indirect
32
49
github.com/uber/tchannel-go v1.32.1 // indirect
33
50
go.uber.org/atomic v1.9.0 // indirect
34
51
go.uber.org/fx v1.13.1 // indirect
35
52
go.uber.org/multierr v1.6.0 // indirect
36
53
go.uber.org/zap v1.17.0 // indirect
54
+ golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
37
55
golang.org/x/exp/typeparams v0.0.0-20230203172020-98cc5a0785f9 // indirect
38
- golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
39
56
golang.org/x/mod v0.7.0 // indirect
40
57
golang.org/x/sys v0.4.0 // indirect
58
+ golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
41
59
golang.org/x/text v0.6.0 // indirect
42
- google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
43
- google.golang.org/grpc v1.46.2 // indirect
44
- google.golang.org/protobuf v1.28.0 // indirect
60
+ gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
61
+ gopkg.in/ini.v1 v1.66.6 // indirect
45
62
gopkg.in/yaml.v2 v2.4.0 // indirect
63
+ gopkg.in/yaml.v3 v3.0.1 // indirect
46
64
)
0 commit comments