-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (30 loc) · 1.2 KB
/
Copy pathgo.mod
File metadata and controls
32 lines (30 loc) · 1.2 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
module github.com/Lord-Y/cypress-parallel-api
go 1.16
require (
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/containerd/containerd v1.5.2 // indirect
github.com/corpix/uarand v0.1.1 // indirect
github.com/docker/docker v20.10.7+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/gin-contrib/logger v0.0.3
github.com/gin-gonic/gin v1.7.2
github.com/go-git/go-git/v5 v5.4.2
github.com/golang-migrate/migrate v3.5.4+incompatible
github.com/google/go-cmp v0.5.6 // indirect
github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
github.com/lib/pq v1.10.2
github.com/mcuadros/go-gin-prometheus v0.1.0
github.com/mitchellh/mapstructure v1.4.1
github.com/prometheus/client_golang v1.10.0 // indirect
github.com/rs/zerolog v1.22.0
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/stretchr/testify v1.7.0
github.com/syyongx/php2go v0.9.4
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
google.golang.org/grpc v1.38.0 // indirect
k8s.io/api v0.21.1
k8s.io/apimachinery v0.21.1
k8s.io/client-go v0.21.1
k8s.io/utils v0.0.0-20210527160623-6fdb442a123b // indirect
)