Skip to content

Commit

Permalink
Merge pull request #133 from douyu/dependabot/go_modules/github.com/d…
Browse files Browse the repository at this point in the history
…ouyu/jupiter-0.11.10

build(deps): bump github.com/douyu/jupiter from 0.11.8 to 0.11.10
  • Loading branch information
sysulq authored Jul 25, 2023
2 parents 44ae909 + 0718eb3 commit 51d35a6
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 42 deletions.
19 changes: 9 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/douyu/juno-agent
go 1.19

require (
github.com/apache/rocketmq-client-go/v2 v2.1.2-0.20221202035048-f56a2dba2af8
github.com/apache/rocketmq-client-go/v2 v2.1.2-0.20230628073434-533de03048e1
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/douyu/jupiter v0.11.8
github.com/douyu/jupiter v0.11.10
github.com/fsnotify/fsnotify v1.6.0
github.com/garyburd/redigo v1.6.4
github.com/go-resty/resty/v2 v2.7.0
Expand All @@ -18,14 +18,14 @@ require (
github.com/robfig/cron/v3 v3.0.1
github.com/sony/sonyflake v1.1.0
github.com/spf13/cast v1.5.1
github.com/stretchr/testify v1.8.2
github.com/stretchr/testify v1.8.3
github.com/uber-go/atomic v1.4.0
github.com/yangchenxing/go-nginx-conf-parser v0.0.0-20190110023421-0d59f1b7a3f6
go.etcd.io/etcd/api/v3 v3.5.9
go.etcd.io/etcd/client/v3 v3.5.9
go.etcd.io/etcd/server/v3 v3.5.6
go.uber.org/zap v1.24.0
golang.org/x/sync v0.1.0
golang.org/x/sync v0.2.0
google.golang.org/grpc/examples v0.0.0-20220510235641-db79903af928
gopkg.in/ini.v1 v1.67.0
)
Expand Down Expand Up @@ -63,7 +63,7 @@ require (
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/juju/ratelimit v1.0.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
Expand All @@ -74,12 +74,11 @@ require (
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.15.0 // indirect
github.com/prometheus/client_golang v1.15.1 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/samber/lo v1.38.1 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/shirou/gopsutil/v3 v3.21.7 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/stretchr/objx v0.5.0 // indirect
Expand Down Expand Up @@ -108,10 +107,10 @@ require (
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/automaxprocs v1.5.2 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 // indirect
Expand Down
Loading

0 comments on commit 51d35a6

Please sign in to comment.