forked from ansible/receptor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 869 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/project-receptor/receptor
go 1.15
require (
github.com/creack/pty v1.1.11
github.com/fortytw2/leaktest v1.3.0
github.com/fsnotify/fsnotify v1.4.9
github.com/ghjm/cmdline v0.1.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/gorilla/websocket v1.4.2
github.com/jupp0r/go-priority-queue v0.0.0-20160601094913-ab1073853bde
github.com/lucas-clemente/quic-go v0.18.1
github.com/minio/highwayhash v1.0.0
github.com/pbnjay/memory v0.0.0-20190104145345-974d429e7ae4
github.com/prep/socketpair v0.0.0-20171228153254-c2c6a7f821c2
github.com/rogpeppe/go-internal v1.6.1
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
github.com/vishvananda/netlink v1.1.0
golang.org/x/net v0.0.0-20200707034311-ab3426394381
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.18.6
k8s.io/apimachinery v0.18.6
k8s.io/client-go v0.18.6
)