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.1.4 to 2.7.4 #3

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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,22 @@ require (
github.com/draeron/golaunchpad v0.2.4
github.com/draeron/gopkgs v0.2.0
github.com/fogleman/gg v1.3.0
github.com/golang/protobuf v1.3.3
github.com/golang/protobuf v1.4.2
github.com/gorilla/websocket v1.4.0 // indirect
github.com/grandcat/zeroconf v1.0.0
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.14.1
github.com/improbable-eng/grpc-web v0.12.0
github.com/json-iterator/go v1.1.9
github.com/labstack/gommon v0.3.0
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 // indirect
github.com/mwitkow/go-proto-validators v0.3.0
github.com/nats-io/nats-server/v2 v2.1.4
github.com/nats-io/nats.go v1.9.1
github.com/nats-io/nats-server/v2 v2.7.4
github.com/nats-io/nats.go v1.13.1-0.20220308171302-2f2f6968e98d
github.com/rs/cors v1.7.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/wcharczuk/go-chart v2.0.1+incompatible
go.uber.org/atomic v1.5.1
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
gonum.org/v1/gonum v0.6.2
google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c
google.golang.org/grpc v1.27.1
Expand Down
Loading