| module csbench | |
| go 1.20 | |
| require ( | |
| github.com/apache/cloudstack-go/v2 v2.15.0 | |
| github.com/jedib0t/go-pretty/v6 v6.4.8 | |
| github.com/montanaflynn/stats v0.7.1 | |
| github.com/sirupsen/logrus v1.9.3 | |
| github.com/sourcegraph/conc v0.3.0 | |
| ) | |
| require ( | |
| github.com/golang/mock v1.6.0 // indirect | |
| github.com/mattn/go-runewidth v0.0.13 // indirect | |
| github.com/rivo/uniseg v0.2.0 // indirect | |
| go.uber.org/atomic v1.7.0 // indirect | |
| go.uber.org/multierr v1.9.0 // indirect | |
| golang.org/x/sys v0.13.0 // indirect | |
| ) |