-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
57 lines (55 loc) · 2.05 KB
/
go.mod
File metadata and controls
57 lines (55 loc) · 2.05 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
module github.com/thecodeisalreadydeployed
go 1.16
require (
bou.ke/monkey v1.0.2
firebase.google.com/go v3.13.0+incompatible
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/ProtonMail/go-crypto v0.0.0-20210707164159-52430bf6b52c // indirect
github.com/auth0/go-jwt-middleware/v2 v2.0.0
github.com/bxcodec/faker/v3 v3.6.0
github.com/fasthttp/websocket v1.4.3 // indirect
github.com/gavv/httpexpect/v2 v2.3.1
github.com/ghodss/yaml v1.0.0 //ct
github.com/go-git/go-billy/v5 v5.3.1
github.com/go-git/go-git/v5 v5.4.2
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.19.5 // indirect
github.com/go-openapi/swag v0.19.14 // indirect
github.com/go-playground/validator/v10 v10.9.0
github.com/gofiber/fiber/v2 v2.26.0
github.com/golang/mock v1.6.0
github.com/google/uuid v1.3.0
github.com/jackc/pgx/v4 v4.13.0 // indirect
github.com/jarcoal/httpmock v1.1.0
github.com/kevinburke/ssh_config v1.1.0 // indirect
github.com/klauspost/compress v1.14.2 // indirect
github.com/matoous/go-nanoid/v2 v2.0.0
github.com/moby/buildkit v0.9.1
github.com/onsi/ginkgo v1.16.4 // indirect
github.com/onsi/gomega v1.13.0 // indirect
github.com/segmentio/ksuid v1.0.4
github.com/sergi/go-diff v1.2.0 // indirect
github.com/spf13/cast v1.4.1
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
github.com/subosito/gotenv v1.2.0
github.com/valyala/fasthttp v1.33.0 // indirect
github.com/xanzy/ssh-agent v0.3.1 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/automaxprocs v1.4.0
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.0
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
golang.org/x/sys v0.0.0-20220207234003-57398862261d // indirect
google.golang.org/api v0.63.0
gorm.io/driver/mysql v1.1.2
gorm.io/driver/postgres v1.1.0
gorm.io/gorm v1.21.13
k8s.io/api v0.21.2
k8s.io/apimachinery v0.21.2
k8s.io/client-go v0.21.2
sigs.k8s.io/kustomize/api v0.10.0
sigs.k8s.io/kustomize/kyaml v0.12.0
sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
sigs.k8s.io/yaml v1.2.0
)