-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 905 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
26
27
module github.com/minio/kes
go 1.14
require (
cloud.google.com/go v0.65.0
github.com/Azure/go-autorest/autorest v0.11.17
github.com/Azure/go-autorest/autorest/azure/auth v0.5.7
github.com/aws/aws-sdk-go v1.27.0
github.com/blang/semver/v4 v4.0.0
github.com/cheggaaa/pb/v3 v3.0.5
github.com/fatih/color v1.7.0
github.com/gizak/termui/v3 v3.1.0
github.com/hashicorp/vault/api v1.1.0
github.com/minio/selfupdate v0.3.1
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.30.0
github.com/secure-io/sio-go v0.3.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40
golang.org/x/term v0.0.0-20210406210042-72f3dc4e9b72
google.golang.org/api v0.31.0
google.golang.org/genproto v0.0.0-20200901141002-b3bf27a9dbd1
google.golang.org/grpc v1.31.1
gopkg.in/yaml.v2 v2.4.0
)