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

11 lines
194 B
Modula-2
Raw Normal View History

2019-08-30 18:33:25 +00:00
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
)