mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
11 lines
194 B
Modula-2
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
|
|
)
|