-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
25 lines (23 loc) · 916 Bytes
/
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
module github.com/reddec/git-pipe
go 1.16
require (
github.com/aws/aws-sdk-go v1.38.64
github.com/cloudflare/cloudflare-go v0.18.0
github.com/compose-spec/compose-go v0.0.0-20210722130045-6e1e1c2b26de
github.com/containerd/containerd v1.5.2 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/docker/docker v20.10.7+incompatible
github.com/google/uuid v1.2.0
github.com/hashicorp/go-multierror v1.1.1
github.com/jessevdk/go-flags v1.5.0
github.com/kr/text v0.2.0 // indirect
github.com/moby/sys/mount v0.2.0 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/stretchr/testify v1.7.0
go.uber.org/zap v1.18.1
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
google.golang.org/grpc v1.38.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0
)