k3s/vendor/github.com/rancher/kine/go.mod

17 lines
437 B
Modula-2
Raw Normal View History

2019-08-22 05:12:46 +00:00
module github.com/rancher/kine
go 1.12
require (
github.com/coreos/etcd v3.3.13+incompatible
github.com/go-sql-driver/mysql v1.4.1
github.com/gogo/protobuf v1.2.1 // indirect
github.com/lib/pq v1.1.1
github.com/mattn/go-sqlite3 v1.10.0
github.com/pkg/errors v0.8.1
github.com/rancher/wrangler v0.0.0-20190512193419-40fa298578b9
github.com/sirupsen/logrus v1.4.1
github.com/urfave/cli v1.21.0
google.golang.org/grpc v1.20.1
)