-
Notifications
You must be signed in to change notification settings - Fork 16
/
go.mod
53 lines (51 loc) · 2.04 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
module github.com/consensys/quorum-key-manager
go 1.16
require (
github.com/Azure/azure-sdk-for-go v52.5.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.24
github.com/Azure/go-autorest/autorest/azure/auth v0.5.7
github.com/Azure/go-autorest/autorest/date v0.3.0
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
github.com/auth0/go-jwt-middleware/v2 v2.0.0-beta.1
github.com/aws/aws-sdk-go v1.43.9
github.com/cenkalti/backoff/v4 v4.1.1
github.com/consensys/gnark-crypto v0.5.0
github.com/consensys/quorum v2.7.0+incompatible
github.com/docker/docker v20.10.12+incompatible
github.com/docker/go-connections v0.4.0
github.com/ethereum/go-ethereum v1.10.13
github.com/fsnotify/fsnotify v1.4.9
github.com/go-kit/kit v0.12.0
github.com/go-pg/pg/v10 v10.10.1
github.com/go-playground/validator/v10 v10.5.0
github.com/golang-migrate/migrate/v4 v4.15.1
github.com/golang/mock v1.6.0
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-retryablehttp v0.6.6
github.com/hashicorp/vault/api v1.3.1
github.com/justinas/alice v1.2.0
github.com/lib/pq v1.10.1
github.com/magefile/mage v1.10.0 // indirect
github.com/mattn/go-runewidth v0.0.12 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
github.com/rivo/uniseg v0.2.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/smartystreets/assertions v1.1.0 // indirect
github.com/spf13/afero v1.3.4 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
go.elastic.co/ecszap v1.0.0
go.uber.org/zap v1.19.1
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
gopkg.in/yaml.v2 v2.4.0
k8s.io/apimachinery v0.21.0
)