forked from ansible/receptor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (29 loc) · 1.07 KB
/
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
26
27
28
29
30
31
module github.com/ansible/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/golang-jwt/jwt/v4 v4.0.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/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/vishvananda/netlink v1.1.0
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/text v0.3.6 // indirect
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
)