mirror of https://github.com/cirruslabs/tart.git
35 lines
1.0 KiB
Modula-2
35 lines
1.0 KiB
Modula-2
module github.com/cirruslabs/tart/benchmark
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.1
|
|
|
|
require (
|
|
github.com/avast/retry-go/v4 v4.5.1
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gosuri/uitable v0.0.4
|
|
github.com/shirou/gopsutil v3.21.11+incompatible
|
|
github.com/spf13/cobra v1.8.0
|
|
github.com/stretchr/testify v1.9.0
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/crypto v0.35.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fatih/color v1.16.0 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|