This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
50 lines (48 loc) · 2.52 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
module code.cloudfoundry.org/eirini-ssh
go 1.13
require (
code.cloudfoundry.org/bbs v0.0.0-20190724191824-01b96ad15a77 // indirect
code.cloudfoundry.org/cfhttp/v2 v2.0.0 // indirect
code.cloudfoundry.org/clock v0.0.0-20180518195852-02e53af36e6c
code.cloudfoundry.org/consuladapter v0.0.0-20190222031846-a0ec466a22b6
code.cloudfoundry.org/debugserver v0.0.0-20180612203758-a3ba348dfede
code.cloudfoundry.org/diego-logging-client v0.0.0-20190626151511-6278d4119f52
code.cloudfoundry.org/diego-ssh v0.0.0-20190726165408-4e330a244ce1
code.cloudfoundry.org/durationjson v0.0.0-20170223024715-718cecacb217 // indirect
code.cloudfoundry.org/eirinix v0.3.1-0.20200908072226-2c03042398ea
code.cloudfoundry.org/executor v0.0.0-20200218194701-024d0bdd52d4 // indirect
code.cloudfoundry.org/garden v0.0.0-20200224155059-061eda450ad9 // indirect
code.cloudfoundry.org/go-diodes v0.0.0-20190809170250-f77fb823c7ee // indirect
code.cloudfoundry.org/go-loggregator v7.4.0+incompatible
code.cloudfoundry.org/inigo v0.0.0-20200318144131-597cd5dbfe8b // indirect
code.cloudfoundry.org/lager v2.0.0+incompatible
code.cloudfoundry.org/locket v0.0.0-20190524173003-285105ed8d9a
code.cloudfoundry.org/rep v0.0.0-20200325195957-1404b978e31e // indirect
code.cloudfoundry.org/rfc5424 v0.0.0-20180905210152-236a6d29298a // indirect
code.cloudfoundry.org/tlsconfig v0.0.0-20190710180242-462f72de1106 // indirect
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
github.com/go-test/deep v1.0.7 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/hashicorp/consul/api v1.1.0
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/go-rootcerts v1.0.1 // indirect
github.com/hashicorp/memberlist v0.1.4 // indirect
github.com/hashicorp/serf v0.8.3 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/pborman/getopt v0.0.0-20190409184431-ee0cd42419d3 // indirect
github.com/pkg/errors v0.9.1
github.com/pkg/sftp v1.11.0 // indirect
github.com/prometheus/common v0.6.0 // indirect
github.com/spf13/cobra v0.0.7
github.com/spf13/viper v1.6.3
github.com/tedsuo/ifrit v0.0.0-20180802180643-bea94bb476cc
github.com/vito/go-sse v1.0.0 // indirect
go.uber.org/zap v1.15.0
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
google.golang.org/appengine v1.6.1 // indirect
k8s.io/api v0.18.6
k8s.io/apimachinery v0.18.6
k8s.io/client-go v0.18.6
sigs.k8s.io/controller-runtime v0.6.2
)