blob: 7b40556d0b965fd53d18519ce5cd59e85553dc53 [file] [log] [blame]
module github.com/apache/skywalking-cli
go 1.13
require (
github.com/99designs/gqlgen v0.11.3 // indirect
github.com/agnivade/levenshtein v1.1.0 // indirect
github.com/gizak/termui/v3 v3.1.0
github.com/gobuffalo/packr/v2 v2.8.0
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/karrick/godirwalk v1.15.6 // indirect
github.com/machinebox/graphql v0.2.2
github.com/matryer/moq v0.0.0-20200607124540-4638a53893e6 // indirect
github.com/mattn/go-runewidth v0.0.4
github.com/mitchellh/mapstructure v1.3.2 // indirect
github.com/mum4k/termdash v0.10.0
github.com/nsf/termbox-go v0.0.0-20190817171036-93860e161317
github.com/olekukonko/tablewriter v0.0.2
github.com/pkg/errors v0.9.1 // indirect
github.com/rogpeppe/go-internal v1.6.0 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/urfave/cli v1.22.1
github.com/urfave/cli/v2 v2.2.0 // indirect
github.com/vektah/dataloaden v0.3.0 // indirect
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
golang.org/x/tools v0.0.0-20200717024301-6ddee64345a6 // indirect
google.golang.org/grpc v1.24.0
gopkg.in/yaml.v2 v2.3.0
)