forked from ThalesGroup/k8s-kms-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 834 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
module github.com/thalescpl-io/k8s-kms-plugin
go 1.15
require (
github.com/ThalesIgnite/crypto11 v1.2.3
github.com/ThalesIgnite/gose v0.8.5
github.com/golang/protobuf v1.4.2
github.com/google/uuid v1.1.2
github.com/grpc-ecosystem/grpc-gateway v1.15.2
github.com/infobloxopen/atlas-app-toolkit v0.22.1
github.com/keepeye/logrus-filename v0.0.0-20190711075016-ce01a4391dd1
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/protoc-gen-go-json v0.0.0-20200917194518-364b693410ae
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.0
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
golang.org/x/sync v0.0.0-20201008141435-b3e1573b7520
golang.org/x/tools v0.0.0-20201014231627-1610a49f37af
google.golang.org/grpc v1.33.0
google.golang.org/protobuf v1.25.0
k8s.io/apiserver v0.19.2
)