@@ -6,21 +6,30 @@ require (
6
6
github.com/apex/gateway v1.1.1
7
7
github.com/aws/aws-lambda-go v1.13.2
8
8
github.com/aws/aws-sdk-go v1.16.15
9
- github.com/beorn7/perks v1.0.1
10
- github.com/cubewise-code/go-mime v0.0.0-20190322015324-9c5316ef3e8e
11
9
github.com/dgrijalva/jwt-go v3.2.0+incompatible
12
- github.com/golang/protobuf v1.3.2
13
10
github.com/hashicorp/hcl v1.0.0
14
- github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
15
- github.com/matttproud/golang_protobuf_extensions v1.0.1
16
11
github.com/patrickmn/go-cache v2.1.0+incompatible
17
12
github.com/pkg/xattr v0.4.4
18
- github.com/prometheus/client_golang v1.1.0
19
- github.com/prometheus/client_model v0.2.0
20
- github.com/prometheus/common v0.9.1
21
- github.com/prometheus/procfs v0.0.8
13
+ github.com/prometheus/client_golang v1.11.1
14
+ github.com/prometheus/common v0.26.0
22
15
github.com/spf13/cobra v1.6.1
23
- golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
24
- golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
25
- golang.org/x/sys v0.0.0-20201101102859-da207088b7d1
16
+ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
17
+ golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
18
+ golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40
19
+ )
20
+
21
+ require (
22
+ github.com/beorn7/perks v1.0.1 // indirect
23
+ github.com/cespare/xxhash/v2 v2.1.1 // indirect
24
+ github.com/golang/protobuf v1.4.3 // indirect
25
+ github.com/inconshreveable/mousetrap v1.0.1 // indirect
26
+ github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
27
+ github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
28
+ github.com/pkg/errors v0.9.1 // indirect
29
+ github.com/prometheus/client_model v0.2.0 // indirect
30
+ github.com/prometheus/procfs v0.6.0 // indirect
31
+ github.com/spf13/pflag v1.0.5 // indirect
32
+ github.com/stretchr/testify v1.6.1 // indirect
33
+ github.com/tj/assert v0.0.3 // indirect
34
+ google.golang.org/protobuf v1.26.0-rc.1 // indirect
26
35
)
0 commit comments