Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #16 from nats-io/latest_nats
Browse files Browse the repository at this point in the history
update nats server dependency
  • Loading branch information
ripienaar authored Dec 19, 2019
2 parents 3aac169 + a359012 commit dd4c34d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/dustin/go-humanize v1.0.0
github.com/nats-io/nats-server/v2 v2.1.3-0.20191216135632-57ab1601b932
github.com/nats-io/nats-server/v2 v2.1.3-0.20191218221812-ecfe7aeb89ee
github.com/nats-io/nats.go v1.9.1
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ github.com/nats-io/jwt v0.3.0 h1:xdnzwFETV++jNc4W1mw//qFyJGb2ABOombmZJQS4+Qo=
github.com/nats-io/jwt v0.3.0/go.mod h1:fRYCDE99xlTsqUzISS1Bi75UBJ6ljOJQOAAu5VglpSg=
github.com/nats-io/jwt v0.3.2 h1:+RB5hMpXUUA2dfxuhBTEkMOrYmM+gKIZYS1KjSostMI=
github.com/nats-io/jwt v0.3.2/go.mod h1:/euKqTS1ZD+zzjYrY7pseZrTtWQSjujC7xjPc8wL6eU=
github.com/nats-io/nats-server/v2 v2.1.3-0.20191216135632-57ab1601b932 h1:+Yt0vsbc7awNN/nchTX7yuZwaV5MbNTp5ARqj2JoC/g=
github.com/nats-io/nats-server/v2 v2.1.3-0.20191216135632-57ab1601b932/go.mod h1:WRWcbeBX1Cs0tp75BadfuF+geW6G25EUY0Utg1Sy/7w=
github.com/nats-io/nats-server/v2 v2.1.3-0.20191218221812-ecfe7aeb89ee h1:UeMPWKHoe932LHfcTdw/DsqjH5OoiAjzgND7F543F4E=
github.com/nats-io/nats-server/v2 v2.1.3-0.20191218221812-ecfe7aeb89ee/go.mod h1:WRWcbeBX1Cs0tp75BadfuF+geW6G25EUY0Utg1Sy/7w=
github.com/nats-io/nats.go v1.9.1 h1:ik3HbLhZ0YABLto7iX80pZLPw/6dx3T+++MZJwLnMrQ=
github.com/nats-io/nats.go v1.9.1/go.mod h1:ZjDU1L/7fJ09jvUSRVBR2e7+RnLiiIQyqyzEE/Zbp4w=
github.com/nats-io/nkeys v0.1.0 h1:qMd4+pRHgdr1nAClu+2h/2a5F2TmKcCzjCDazVgRoX4=
Expand Down

0 comments on commit dd4c34d

Please sign in to comment.