Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/nats-io/nats-server/v2 from 2.7.0 to 2.9.23 #1067

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.16
require (
github.com/Shopify/sarama v1.26.4
github.com/actiontech/golang-live-coverage-report v0.0.0-20210902074032-43aa91afdc2c
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/araddon/qlbridge v0.0.0-00010101000000-000000000000
github.com/armon/go-metrics v0.3.4
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
Expand All @@ -26,7 +25,7 @@ require (
github.com/mojocn/base64Captcha v1.3.4
github.com/nats-io/gnatsd v1.4.1 // indirect
github.com/nats-io/go-nats v1.7.2
github.com/nats-io/nats-server/v2 v2.7.0
github.com/nats-io/nats-server/v2 v2.9.23
github.com/nats-io/nats-streaming-server v0.23.2
github.com/outbrain/golib v0.0.0-20180830062331-ab954725f502
github.com/pingcap/dm v0.0.0-00010101000000-000000000000
Expand All @@ -41,8 +40,8 @@ require (
github.com/swaggo/echo-swagger v1.1.0
github.com/swaggo/swag v1.7.0
github.com/thinkeridea/go-extend v1.3.2
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
golang.org/x/text v0.3.7
golang.org/x/net v0.10.0
golang.org/x/text v0.12.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)

Expand Down
81 changes: 57 additions & 24 deletions go.sum

Large diffs are not rendered by default.

25 changes: 0 additions & 25 deletions vendor/github.com/alecthomas/template/README.md

This file was deleted.

Loading