forked from tektoncd/hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
41 lines (39 loc) · 1.37 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
module github.com/tektoncd/hub
go 1.16
require (
github.com/ActiveState/vt10x v1.3.1
github.com/AlecAivazis/survey/v2 v2.3.5
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2
github.com/fatih/color v1.13.0
github.com/ghodss/yaml v1.0.0
github.com/go-co-op/gocron v1.15.0
github.com/go-gormigrate/gormigrate/v2 v2.0.2
github.com/go-testfixtures/testfixtures/v3 v3.7.0
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.1
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/ikawaha/goahttpcheck v1.11.1
github.com/joho/godotenv v1.4.0
github.com/markbates/goth v1.73.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.5.0
github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.8.0
github.com/tektoncd/pipeline v0.37.1
github.com/tektoncd/plumbing v0.0.0-20220329085922-d765a5cba75f
go.uber.org/automaxprocs v1.5.1
go.uber.org/zap v1.21.0
goa.design/goa/v3 v3.7.10
goa.design/plugins/v3 v3.7.10
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
gopkg.in/h2non/gock.v1 v1.1.2
gorm.io/driver/postgres v1.3.7
gorm.io/gorm v1.23.7
gotest.tools/v3 v3.3.0
k8s.io/apimachinery v0.23.5
k8s.io/client-go v0.23.5
knative.dev/pkg v0.0.0-20220329144915-0a1ec2e0d46c
)