26 lines
750 B
Modula-2
26 lines
750 B
Modula-2
module github.com/influxdata/influx-cli/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/AlecAivazis/survey/v2 v2.2.9
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/MakeNowJust/heredoc/v2 v2.0.1
|
|
github.com/daixiang0/gci v0.2.8
|
|
github.com/fatih/color v1.9.0
|
|
github.com/fujiwara/shapeio v1.0.0
|
|
github.com/gocarina/gocsv v0.0.0-20210408192840-02d7211d929d
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/golang/mock v1.5.0
|
|
github.com/google/go-jsonnet v0.17.0
|
|
github.com/mattn/go-isatty v0.0.13
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/urfave/cli v1.22.5
|
|
go.etcd.io/bbolt v1.3.6
|
|
golang.org/x/text v0.3.3
|
|
golang.org/x/tools v0.1.0
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
|
honnef.co/go/tools v0.1.3
|
|
)
|