|
1 | 1 | module github.com/minio/dperf
|
2 | 2 |
|
3 |
| -go 1.17 |
| 3 | +go 1.22 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/dustin/go-humanize v1.0.1
|
7 |
| - github.com/fatih/color v1.15.0 |
8 |
| - github.com/google/uuid v1.3.0 |
9 |
| - github.com/lrita/numa v1.0.2 |
10 |
| - github.com/minio/pkg/v2 v2.0.4 |
| 7 | + github.com/fatih/color v1.17.0 |
| 8 | + github.com/google/uuid v1.6.0 |
| 9 | + github.com/minio/pkg/v3 v3.0.15 |
11 | 10 | github.com/ncw/directio v1.0.5
|
12 | 11 | github.com/secure-io/sio-go v0.3.1
|
13 |
| - github.com/spf13/cobra v1.7.0 |
14 |
| - github.com/spf13/viper v1.16.0 |
15 |
| - golang.org/x/sys v0.9.0 |
| 12 | + github.com/spf13/cobra v1.8.1 |
| 13 | + github.com/spf13/viper v1.19.0 |
| 14 | + golang.org/x/sys v0.25.0 |
16 | 15 | )
|
17 | 16 |
|
18 | 17 | require (
|
19 |
| - github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
20 |
| - github.com/fsnotify/fsnotify v1.6.0 // indirect |
| 18 | + github.com/fsnotify/fsnotify v1.7.0 // indirect |
21 | 19 | github.com/hashicorp/hcl v1.0.0 // indirect
|
22 | 20 | github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
23 |
| - github.com/intel-go/cpuid v0.0.0-20220614022739-219e067757cb // indirect |
24 | 21 | github.com/magiconair/properties v1.8.7 // indirect
|
25 | 22 | github.com/mattn/go-colorable v0.1.13 // indirect
|
26 |
| - github.com/mattn/go-isatty v0.0.19 // indirect |
| 23 | + github.com/mattn/go-isatty v0.0.20 // indirect |
27 | 24 | github.com/mitchellh/mapstructure v1.5.0 // indirect
|
28 |
| - github.com/pelletier/go-toml/v2 v2.0.8 // indirect |
29 |
| - github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
| 25 | + github.com/pelletier/go-toml/v2 v2.2.3 // indirect |
30 | 26 | github.com/rogpeppe/go-internal v1.9.1-0.20221123163938-fef05454be76 // indirect
|
31 |
| - github.com/spf13/afero v1.9.5 // indirect |
32 |
| - github.com/spf13/cast v1.5.1 // indirect |
33 |
| - github.com/spf13/jwalterweatherman v1.1.0 // indirect |
| 27 | + github.com/sagikazarmark/locafero v0.6.0 // indirect |
| 28 | + github.com/sagikazarmark/slog-shim v0.1.0 // indirect |
| 29 | + github.com/sourcegraph/conc v0.3.0 // indirect |
| 30 | + github.com/spf13/afero v1.11.0 // indirect |
| 31 | + github.com/spf13/cast v1.7.0 // indirect |
34 | 32 | github.com/spf13/pflag v1.0.5 // indirect
|
35 |
| - github.com/stretchr/testify v1.8.4 // indirect |
36 |
| - github.com/subosito/gotenv v1.4.2 // indirect |
37 |
| - golang.org/x/crypto v0.10.0 // indirect |
38 |
| - golang.org/x/text v0.10.0 // indirect |
| 33 | + github.com/subosito/gotenv v1.6.0 // indirect |
| 34 | + go.uber.org/multierr v1.11.0 // indirect |
| 35 | + golang.org/x/crypto v0.27.0 // indirect |
| 36 | + golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect |
| 37 | + golang.org/x/text v0.18.0 // indirect |
39 | 38 | gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
40 | 39 | gopkg.in/ini.v1 v1.67.0 // indirect
|
41 | 40 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
0 commit comments