|
1 | 1 | module github.com/VirusTotal/vt-cli |
2 | 2 |
|
3 | | -go 1.14 |
| 3 | +go 1.22.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/VirusTotal/vt-go v0.0.0-20230717142150-8431ff2cc00f |
7 | | - github.com/briandowns/spinner v1.7.0 |
8 | | - github.com/cavaliercoder/grab v2.0.0+incompatible |
9 | | - github.com/dustin/go-humanize v1.0.0 |
10 | | - github.com/fatih/color v1.7.0 |
| 6 | + github.com/VirusTotal/vt-go v1.0.1 |
| 7 | + github.com/briandowns/spinner v1.23.1 |
| 8 | + github.com/cavaliergopher/grab/v3 v3.0.1 |
| 9 | + github.com/dustin/go-humanize v1.0.1 |
| 10 | + github.com/fatih/color v1.17.0 |
11 | 11 | github.com/gobwas/glob v0.2.3 |
12 | 12 | github.com/gosuri/uitable v0.0.4 |
13 | 13 | github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213 |
14 | | - github.com/mattn/go-isatty v0.0.10 // indirect |
15 | | - github.com/mattn/go-runewidth v0.0.5 // indirect |
16 | 14 | github.com/mitchellh/go-homedir v1.1.0 |
17 | | - github.com/pelletier/go-toml v1.6.0 // indirect |
18 | 15 | github.com/plusvic/go-ansi v0.0.0-20180516115420-9879244c4340 |
19 | | - github.com/spf13/afero v1.2.2 // indirect |
20 | | - github.com/spf13/cobra v1.1.3 |
21 | | - github.com/spf13/jwalterweatherman v1.1.0 // indirect |
| 16 | + github.com/spf13/cobra v1.8.1 |
22 | 17 | github.com/spf13/pflag v1.0.5 |
23 | | - github.com/spf13/viper v1.7.1 |
24 | | - github.com/stretchr/testify v1.7.0 |
25 | | - golang.org/x/sync v0.0.0-20190423024810-112230192c58 |
26 | | - golang.org/x/sys v0.0.0-20220909162455-aba9fc2a8ff2 // indirect |
| 18 | + github.com/spf13/viper v1.19.0 |
| 19 | + github.com/stretchr/testify v1.9.0 |
| 20 | + golang.org/x/sync v0.6.0 |
| 21 | +) |
| 22 | + |
| 23 | +require ( |
| 24 | + github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect |
| 25 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
| 26 | + github.com/fsnotify/fsnotify v1.7.0 // indirect |
| 27 | + github.com/hashicorp/hcl v1.0.0 // indirect |
| 28 | + github.com/inconshreveable/mousetrap v1.1.0 // indirect |
| 29 | + github.com/magiconair/properties v1.8.7 // indirect |
| 30 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 31 | + github.com/mattn/go-isatty v0.0.20 // indirect |
| 32 | + github.com/mattn/go-runewidth v0.0.16 // indirect |
| 33 | + github.com/mitchellh/mapstructure v1.5.0 // indirect |
| 34 | + github.com/pelletier/go-toml/v2 v2.2.2 // indirect |
| 35 | + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
| 36 | + github.com/rivo/uniseg v0.2.0 // indirect |
| 37 | + github.com/russross/blackfriday/v2 v2.1.0 // indirect |
| 38 | + github.com/sagikazarmark/locafero v0.4.0 // indirect |
| 39 | + github.com/sagikazarmark/slog-shim v0.1.0 // indirect |
| 40 | + github.com/sourcegraph/conc v0.3.0 // indirect |
| 41 | + github.com/spf13/afero v1.11.0 // indirect |
| 42 | + github.com/spf13/cast v1.6.0 // indirect |
| 43 | + github.com/subosito/gotenv v1.6.0 // indirect |
| 44 | + github.com/thedevsaddam/gojsonq/v2 v2.5.2 // indirect |
| 45 | + go.uber.org/atomic v1.9.0 // indirect |
| 46 | + go.uber.org/multierr v1.9.0 // indirect |
| 47 | + golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect |
| 48 | + golang.org/x/sys v0.18.0 // indirect |
| 49 | + golang.org/x/term v0.1.0 // indirect |
| 50 | + golang.org/x/text v0.14.0 // indirect |
| 51 | + gopkg.in/ini.v1 v1.67.0 // indirect |
| 52 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
27 | 53 | ) |
0 commit comments