Skip to content

Commit 189ad70

Browse files
committed
Upgrade all direct dependencies
1 parent a3c7406 commit 189ad70

File tree

2 files changed

+381
-90
lines changed

2 files changed

+381
-90
lines changed

go.mod

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ go 1.17
55
require (
66
github.com/VividCortex/gohistogram v1.0.0
77
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
8-
github.com/aws/aws-sdk-go v1.38.68
9-
github.com/aws/aws-sdk-go-v2 v1.7.0
10-
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.5.0
11-
github.com/casbin/casbin/v2 v2.31.6
8+
github.com/aws/aws-sdk-go v1.40.45
9+
github.com/aws/aws-sdk-go-v2 v1.9.1
10+
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.8.1
11+
github.com/casbin/casbin/v2 v2.37.0
1212
github.com/go-kit/log v0.2.0
1313
github.com/go-zookeeper/zk v1.0.2
1414
github.com/golang-jwt/jwt/v4 v4.0.0
15-
github.com/hashicorp/consul/api v1.8.1
15+
github.com/hashicorp/consul/api v1.10.1
1616
github.com/hudl/fargo v1.4.0
1717
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
18-
github.com/nats-io/nats-server/v2 v2.2.6
19-
github.com/nats-io/nats.go v1.11.0
18+
github.com/nats-io/nats-server/v2 v2.5.0
19+
github.com/nats-io/nats.go v1.12.1
2020
github.com/opentracing/opentracing-go v1.2.0
2121
github.com/openzipkin/zipkin-go v0.2.5
2222
github.com/performancecopilot/speed/v4 v4.0.0
@@ -29,65 +29,65 @@ require (
2929
go.etcd.io/etcd/client/v2 v2.305.0
3030
go.etcd.io/etcd/client/v3 v3.5.0
3131
go.opencensus.io v0.23.0
32-
go.uber.org/zap v1.17.0
32+
go.uber.org/zap v1.19.1
3333
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
34-
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
35-
google.golang.org/grpc v1.38.0
34+
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
35+
google.golang.org/grpc v1.40.0
3636
google.golang.org/protobuf v1.27.1
3737
)
3838

3939
require (
40-
github.com/HdrHistogram/hdrhistogram-go v1.1.0 // indirect
40+
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
4141
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
42-
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
43-
github.com/aws/smithy-go v1.5.0 // indirect
42+
github.com/armon/go-metrics v0.3.9 // indirect
43+
github.com/aws/smithy-go v1.8.0 // indirect
4444
github.com/beorn7/perks v1.0.1 // indirect
4545
github.com/cenkalti/backoff/v4 v4.1.1 // indirect
46-
github.com/cespare/xxhash/v2 v2.1.1 // indirect
46+
github.com/cespare/xxhash/v2 v2.1.2 // indirect
4747
github.com/clbanning/mxj v1.8.4 // indirect
4848
github.com/coreos/go-semver v0.3.0 // indirect
4949
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
5050
github.com/edsrzf/mmap-go v1.0.0 // indirect
51-
github.com/fatih/color v1.9.0 // indirect
51+
github.com/fatih/color v1.12.0 // indirect
5252
github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8 // indirect
5353
github.com/go-logfmt/logfmt v0.5.1 // indirect
5454
github.com/gogo/protobuf v1.3.2 // indirect
55-
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
55+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
5656
github.com/golang/protobuf v1.5.2 // indirect
57-
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
58-
github.com/hashicorp/go-hclog v0.12.0 // indirect
59-
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
57+
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
58+
github.com/hashicorp/go-hclog v0.16.2 // indirect
59+
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
6060
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
61-
github.com/hashicorp/golang-lru v0.5.0 // indirect
61+
github.com/hashicorp/golang-lru v0.5.4 // indirect
6262
github.com/hashicorp/serf v0.9.5 // indirect
6363
github.com/jmespath/go-jmespath v0.4.0 // indirect
64-
github.com/json-iterator/go v1.1.11 // indirect
65-
github.com/klauspost/compress v1.11.12 // indirect
66-
github.com/mattn/go-colorable v0.1.6 // indirect
67-
github.com/mattn/go-isatty v0.0.12 // indirect
64+
github.com/json-iterator/go v1.1.12 // indirect
65+
github.com/klauspost/compress v1.13.6 // indirect
66+
github.com/mattn/go-colorable v0.1.8 // indirect
67+
github.com/mattn/go-isatty v0.0.14 // indirect
6868
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
6969
github.com/miekg/dns v1.1.43 // indirect
70-
github.com/minio/highwayhash v1.0.1 // indirect
70+
github.com/minio/highwayhash v1.0.2 // indirect
7171
github.com/mitchellh/go-homedir v1.1.0 // indirect
72-
github.com/mitchellh/mapstructure v1.1.2 // indirect
72+
github.com/mitchellh/mapstructure v1.4.2 // indirect
7373
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
74-
github.com/modern-go/reflect2 v1.0.1 // indirect
75-
github.com/nats-io/jwt/v2 v2.0.2 // indirect
74+
github.com/modern-go/reflect2 v1.0.2 // indirect
75+
github.com/nats-io/jwt/v2 v2.0.3 // indirect
7676
github.com/nats-io/nkeys v0.3.0 // indirect
7777
github.com/nats-io/nuid v1.0.1 // indirect
7878
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
7979
github.com/pkg/errors v0.9.1 // indirect
8080
github.com/prometheus/client_model v0.2.0 // indirect
81-
github.com/prometheus/common v0.26.0 // indirect
82-
github.com/prometheus/procfs v0.6.0 // indirect
81+
github.com/prometheus/common v0.30.0 // indirect
82+
github.com/prometheus/procfs v0.7.3 // indirect
8383
go.etcd.io/etcd/api/v3 v3.5.0 // indirect
84-
go.uber.org/atomic v1.7.0 // indirect
85-
go.uber.org/multierr v1.6.0 // indirect
86-
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b // indirect
87-
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect
88-
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 // indirect
89-
golang.org/x/text v0.3.6 // indirect
90-
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
84+
go.uber.org/atomic v1.9.0 // indirect
85+
go.uber.org/multierr v1.7.0 // indirect
86+
golang.org/x/crypto v0.0.0-20210915214749-c084706c2272 // indirect
87+
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
88+
golang.org/x/sys v0.0.0-20210917161153-d61c044b1678 // indirect
89+
golang.org/x/text v0.3.7 // indirect
90+
google.golang.org/genproto v0.0.0-20210917145530-b395a37504d4 // indirect
9191
gopkg.in/gcfg.v1 v1.2.3 // indirect
9292
gopkg.in/warnings.v0 v0.1.2 // indirect
9393
)

0 commit comments

Comments
 (0)