-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 738 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/drycc/builder
go 1.16
require (
github.com/arschles/assert v1.0.1-0.20191213221312-71f210f9375a
github.com/aws/aws-sdk-go v1.40.15
github.com/docker/distribution v2.7.1+incompatible
github.com/docker/go-metrics v0.0.1 // indirect
github.com/drycc/controller-sdk-go v0.0.0-20210805062837-2a7a960603e6
github.com/drycc/pkg v0.0.0-20210805062602-f69851d7b6af
github.com/gorilla/mux v1.8.0 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/pborman/uuid v1.2.1
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/urfave/cli v1.22.5
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.22.0
k8s.io/apimachinery v0.22.0
k8s.io/client-go v0.22.0
)