generated from LinuxSuRen/.github
-
Notifications
You must be signed in to change notification settings - Fork 16
/
go.mod
37 lines (35 loc) · 1.35 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
module github.com/kubesphere-sigs/ks
go 1.16
require (
github.com/AlecAivazis/survey/v2 v2.3.1
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/Pallinder/go-randomdata v1.2.0
github.com/evanphx/json-patch v4.9.0+incompatible
github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1
github.com/go-git/go-git/v5 v5.4.2
github.com/google/go-github/v29 v29.0.3
github.com/huandu/xstrings v1.3.2 // indirect
github.com/jenkins-x/go-scm v1.11.1
github.com/linuxsuren/cobra-extension v0.0.15
github.com/linuxsuren/go-cli-alias v0.0.10
github.com/linuxsuren/http-downloader v0.0.35
github.com/mitchellh/copystructure v1.1.1 // indirect
github.com/rivo/tview v0.0.0-20210923051754-2cb20002bc4c
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
k8s.io/api v0.19.4
k8s.io/apimachinery v0.19.4
k8s.io/cli-runtime v0.19.4
k8s.io/client-go v0.19.4
sigs.k8s.io/yaml v1.2.0
)