This repository was archived by the owner on Nov 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (36 loc) · 1.68 KB
/
go.mod
File metadata and controls
38 lines (36 loc) · 1.68 KB
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
module github.com/hanjunlee/argocui
go 1.13
require (
github.com/argoproj/argo v2.4.1+incompatible
github.com/argoproj/pkg v0.0.0-20191031223000-02a6aac40ac4
github.com/colinmarc/hdfs v1.1.4-0.20180805212432-9746310a4d31 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/go-openapi/spec v0.19.3 // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/gorilla/websocket v1.4.1 // indirect
github.com/hanjunlee/tree v0.0.0-20200101032508-62b94dc232b4
github.com/hashicorp/go-uuid v1.0.1 // indirect
github.com/jcmturner/gofork v1.0.0 // indirect
github.com/jroimartin/gocui v0.4.0
github.com/json-iterator/go v1.1.7 // indirect
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/nsf/termbox-go v0.0.0-20200204031403-4d2b513ad8be // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/valyala/fasttemplate v1.1.0 // indirect
github.com/willf/pad v0.0.0-20190207183901-eccfe5d84172
golang.org/x/net v0.0.0-20191011234655-491137f69257 // indirect
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/jcmturner/goidentity.v2 v2.0.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
k8s.io/api v0.0.0-20191004120003-3a12735a829a
k8s.io/apimachinery v0.0.0-20191004115701-31ade1b30762
k8s.io/client-go v0.0.0-20191004120415-b2f42092e376
k8s.io/klog v1.0.0 // indirect
k8s.io/kube-openapi v0.0.0-20190918143330-0270cf2f1c1d // indirect
k8s.io/utils v0.0.0-20191010214722-8d271d903fe4 // indirect
)