k3s/vendor/github.com/rancher/remotedialer/go.mod
Darren Shepherd 8031137b79 Update vendor
2019-08-30 23:08:05 -07:00

11 lines
194 B
Modula-2

module github.com/rancher/remotedialer
go 1.12
require (
github.com/gorilla/mux v1.7.3
github.com/gorilla/websocket v1.4.0
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.2
)