-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (25 loc) · 1.11 KB
/
go.mod
File metadata and controls
27 lines (25 loc) · 1.11 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
module github.com/tinyci/ci-runners
go 1.16
require (
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/containerd/containerd v1.5.2 // indirect
github.com/creack/pty v1.1.12
github.com/docker/docker v20.10.6+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/fatih/color v1.12.0
github.com/gin-gonic/gin v1.7.2 // indirect
github.com/go-playground/validator/v10 v10.6.1 // indirect
github.com/json-iterator/go v1.1.11 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/tinyci/ci-agents v0.3.1-0.20210525040112-486dd6cfb7a5
github.com/uber/jaeger-client-go v2.29.1+incompatible // indirect
github.com/ugorji/go v1.2.6 // indirect
github.com/urfave/cli v1.22.5
go.mongodb.org/mongo-driver v1.5.2 // indirect
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea
google.golang.org/genproto v0.0.0-20210524171403-669157292da3 // indirect
google.golang.org/grpc v1.38.0
)