blob: 5fc76e02669c65708ed22b25d62fe797269f6ed4 [file] [log] [blame]
module github.com/apache/calcite-avatica-go/v5
go 1.12
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/golang/protobuf v1.3.5
github.com/hashicorp/go-uuid v1.0.2
github.com/jcmturner/gokrb5/v8 v8.4.0
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/unchartedsoftware/witch v0.0.0-20200617171400-4f405404126f
github.com/urfave/cli v1.22.4 // indirect
github.com/xinsnake/go-http-digest-auth-client v0.6.0
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71 // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/sys v0.0.0-20200620081246-981b61492c35 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
)