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 #293 from nats-io/0018
Browse files Browse the repository at this point in the history
prepare release 0.0.18
  • Loading branch information
ripienaar authored Aug 14, 2020
2 parents f4bc6d1 + 488c3e5 commit b34c1cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ require (
github.com/gosuri/uiprogress v0.0.1
github.com/guptarohit/asciigraph v0.4.2
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/nats-io/jsm.go v0.0.18-0.20200806135503-757e1fef940e
github.com/nats-io/nats-server/v2 v2.1.8-0.20200727232909-fbab1daf063e
github.com/nats-io/jsm.go v0.0.18
github.com/nats-io/nats-server/v2 v2.1.8-0.20200805175456-400b044ea033
github.com/nats-io/nats.go v1.10.1-0.20200720131241-97eff70ce747
github.com/tylertreat/hdrhistogram-writer v0.0.0-20180430173243-73b8d31ba571
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
Expand Down
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b h1:j7+1HpAFS1zy5+Q4qx1f
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b/go.mod h1:01TrycV0kFyexm33Z7vhZRXopbI8J3TDReVlkTgMUxE=
github.com/minio/highwayhash v1.0.0 h1:iMSDhgUILCr0TNm8LWlSjF8N0ZIj2qbO8WHp6Q/J2BA=
github.com/minio/highwayhash v1.0.0/go.mod h1:xQboMTeM9nY9v/LlAOxFctujiv5+Aq2hR5dxBpaMbdc=
github.com/nats-io/jsm.go v0.0.18-0.20200806135503-757e1fef940e h1:wVsZWw7Ucy3cu7PGc1oel4m0p50/Hp4+h1xUDbsbOGY=
github.com/nats-io/jsm.go v0.0.18-0.20200806135503-757e1fef940e/go.mod h1:DpTaPoOWXLp6JkTIL/p6YYC/ea4mcJXVGbmFkfs1XhI=
github.com/nats-io/jsm.go v0.0.18 h1:GCVG6ExRsp7potGxyMYj8AvyfpuWtfEJL1enoZlSJsQ=
github.com/nats-io/jsm.go v0.0.18/go.mod h1:DpTaPoOWXLp6JkTIL/p6YYC/ea4mcJXVGbmFkfs1XhI=
github.com/nats-io/jwt v0.3.2/go.mod h1:/euKqTS1ZD+zzjYrY7pseZrTtWQSjujC7xjPc8wL6eU=
github.com/nats-io/jwt v0.3.3-0.20200519195258-f2bf5ce574c7 h1:RnGotxlghqR5D2KDAu4TyuLqyjuylOsJiAFhXvMvQIc=
github.com/nats-io/jwt v0.3.3-0.20200519195258-f2bf5ce574c7/go.mod h1:n3cvmLfBfnpV4JJRN7lRYCyZnw48ksGsbThGXEk4w9M=
Expand All @@ -69,6 +69,8 @@ github.com/nats-io/nats-server/v2 v2.1.8-0.20200601203034-f8d6dd992b71/go.mod h1
github.com/nats-io/nats-server/v2 v2.1.8-0.20200617224755-fa744fdcdaa3/go.mod h1:uXGA6y1uxwW755SK+LoDZggh+UUVsbVoxh8ZG8MqbsI=
github.com/nats-io/nats-server/v2 v2.1.8-0.20200727232909-fbab1daf063e h1:PgTuDD7PI48zAO/wnWcMjw/XwpdKVK/XDCsDOAdCPE8=
github.com/nats-io/nats-server/v2 v2.1.8-0.20200727232909-fbab1daf063e/go.mod h1:MDO4flDityyw4YxR+/rbdcSzlO+Rw6SbY95tHkrd6EU=
github.com/nats-io/nats-server/v2 v2.1.8-0.20200805175456-400b044ea033 h1:9AK1rYeyQswhroxMu4tQkRjvQxIk2sunGkzML6BRPgs=
github.com/nats-io/nats-server/v2 v2.1.8-0.20200805175456-400b044ea033/go.mod h1:MDO4flDityyw4YxR+/rbdcSzlO+Rw6SbY95tHkrd6EU=
github.com/nats-io/nats.go v1.10.0/go.mod h1:AjGArbfyR50+afOUotNX2Xs5SYHf+CoOa5HH1eEl2HE=
github.com/nats-io/nats.go v1.10.1-0.20200531124210-96f2130e4d55/go.mod h1:ARiFsjW9DVxk48WJbO3OSZ2DG8fjkMi7ecLmXoY/n9I=
github.com/nats-io/nats.go v1.10.1-0.20200606002146-fc6fed82929a h1:gzSKZOBlu/DpbuPbt34paXCOvA6+E+lVfU2BmomQ9HA=
Expand Down

0 comments on commit b34c1cf

Please sign in to comment.