-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
37 lines (34 loc) · 1.27 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/AccessibleAI/cnvrg-capsule
go 1.16
require (
cloud.google.com/go v0.88.0 // indirect
cloud.google.com/go/storage v1.16.0
github.com/Azure/azure-storage-blob-go v0.14.0
github.com/briandowns/spinner v1.16.0
github.com/gin-gonic/gin v1.7.2
github.com/go-logr/zapr v0.1.0
github.com/go-playground/validator/v10 v10.6.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/jackc/pgx/v4 v4.12.0
github.com/leodido/go-urn v1.2.1 // indirect
github.com/lithammer/shortuuid/v3 v3.0.7
github.com/manifoldco/promptui v0.8.0
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/minio/minio-go/v7 v7.0.12
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.14.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/teris-io/shortid v0.0.0-20201117134242-e59966efd125
github.com/ugorji/go v1.2.6 // indirect
go.uber.org/zap v1.17.0
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
google.golang.org/api v0.51.0
google.golang.org/genproto v0.0.0-20210726200206-e7812ac95cc0 // indirect
k8s.io/api v0.17.2
k8s.io/apimachinery v0.17.2
k8s.io/client-go v0.17.2
sigs.k8s.io/controller-runtime v0.5.0
)