-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
35 lines (33 loc) · 1.48 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
31
32
33
34
35
module github.com/armory-io/arm
go 1.12
require (
github.com/Masterminds/sprig/v3 v3.2.0 // indirect
github.com/armory-io/dinghy v0.1.0-rc.4.0.20231011141048-3380324ef645
github.com/armory-io/monitoring v0.0.7 // indirect
github.com/armory/dinghy v0.0.0-20230918080952-22ef6f78d576
github.com/armory/plank/v4 v4.1.2
github.com/aws/aws-sdk-go v1.30.15 // indirect
github.com/frankban/quicktest v1.7.2 // indirect
github.com/go-test/deep v1.0.2 // indirect
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
github.com/hashicorp/vault/api v1.0.5-0.20200317185738-82f498082f02 // indirect
github.com/hashicorp/vault/sdk v0.1.14-0.20200406173424-43a93d4a43b1 // indirect
github.com/magiconair/properties v1.8.1
github.com/mitchellh/mapstructure v1.2.3 // indirect
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/sirupsen/logrus v1.5.0
github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.3
github.com/stretchr/objx v0.2.0 // indirect
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
google.golang.org/api v0.22.0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/genproto v0.0.0-20200424135956-bca184e23272 // indirect
google.golang.org/grpc v1.29.1 // indirect
gopkg.in/ini.v1 v1.55.0 // indirect
gopkg.in/square/go-jose.v2 v2.5.0 // indirect
gopkg.in/yaml.v2 v2.3.0
)