-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
30 lines (28 loc) · 1.15 KB
/
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
26
27
28
29
30
module github.com/keikoproj/manny
go 1.13
require (
github.com/aws/aws-sdk-go v1.32.5
github.com/go-git/go-git/v5 v5.0.0
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-cmp v0.5.0 // indirect
github.com/imdario/mergo v0.3.9
github.com/json-iterator/go v1.1.10 // indirect
github.com/keikoproj/cloudresource-manager v0.0.0-20210610065713-81b7b045e158
github.com/onsi/gomega v1.8.1
github.com/qri-io/jsonschema v0.1.0
github.com/spf13/cobra v0.0.6
github.com/stretchr/testify v1.5.1
go.uber.org/zap v1.15.0
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/tools v0.0.0-20200606014950-c42cb6316fb6 // indirect
google.golang.org/protobuf v1.24.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
k8s.io/api v0.18.4 // indirect
sigs.k8s.io/controller-runtime v0.6.0 // indirect
)