Skip to content

Commit

Permalink
Merge pull request #1119 from sagikazarmark/dep-updates
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
sagikazarmark committed Jun 24, 2021
2 parents 02ece0f + 5fef71e commit 38deb18
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
options: --health-cmd "ETCDCTL_API=3 etcdctl --endpoints http://localhost:2379 endpoint health" --health-interval 10s --health-timeout 5s --health-retries 5

consul:
image: consul:1.7
image: consul:1.10
ports:
- 8500

Expand Down
12 changes: 6 additions & 6 deletions go.mod
Expand Up @@ -10,7 +10,7 @@ require (
github.com/aws/aws-sdk-go v1.38.65
github.com/aws/aws-sdk-go-v2 v1.6.0
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.4.1
github.com/casbin/casbin/v2 v2.1.2
github.com/casbin/casbin/v2 v2.31.5
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec // indirect
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
Expand All @@ -23,27 +23,27 @@ require (
github.com/go-stack/stack v1.8.0
github.com/go-zookeeper/zk v1.0.2
github.com/google/btree v1.0.0 // indirect
github.com/hashicorp/consul/api v1.3.0
github.com/hashicorp/consul/api v1.8.1
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/hudl/fargo v1.3.0
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d
github.com/nats-io/nats-server/v2 v2.2.6
github.com/nats-io/nats.go v1.11.0
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
github.com/opentracing/opentracing-go v1.2.0
github.com/openzipkin/zipkin-go v0.2.2
github.com/openzipkin/zipkin-go v0.2.5
github.com/performancecopilot/speed v3.0.0+incompatible
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/sirupsen/logrus v1.6.0
github.com/sirupsen/logrus v1.8.1
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/sony/gobreaker v0.4.1
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271
github.com/streadway/amqp v1.0.0
github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a
go.etcd.io/etcd/client/pkg/v3 v3.5.0
go.etcd.io/etcd/client/v2 v2.305.0
go.etcd.io/etcd/client/v3 v3.5.0
go.opencensus.io v0.22.3
go.opencensus.io v0.23.0
go.uber.org/zap v1.17.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
Expand Down

0 comments on commit 38deb18

Please sign in to comment.