diff --git a/go.mod b/go.mod index 1ebb61a..338c15f 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/dustin/go-humanize v1.0.0 github.com/google/go-cmp v0.4.0 github.com/guptarohit/asciigraph v0.4.1 - github.com/nats-io/nats-server/v2 v2.1.5-0.20200224190004-582c33995fa5 + github.com/nats-io/nats-server/v2 v2.1.5-0.20200228231124-42fe104358e2 github.com/nats-io/nats.go v1.9.1 github.com/xlab/tablewriter v0.0.0-20160610135559-80b567a11ad5 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 diff --git a/go.sum b/go.sum index 6375534..cad9aad 100644 --- a/go.sum +++ b/go.sum @@ -36,8 +36,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.5-0.20200224190004-582c33995fa5 h1:VtTGWNFc/b7u+uQDGCZ6MiFIK7TdiaJWd0yqsNWnwKE= -github.com/nats-io/nats-server/v2 v2.1.5-0.20200224190004-582c33995fa5/go.mod h1:FBtPk+0dj8JdsLJ1eiXh7OLXnJiwjO6VpJkzjYo7lro= +github.com/nats-io/nats-server/v2 v2.1.5-0.20200228231124-42fe104358e2 h1:XLXs9bZBB1MRBr9uCxdloSodBG5rVycJwLqhh7wFj6E= +github.com/nats-io/nats-server/v2 v2.1.5-0.20200228231124-42fe104358e2/go.mod h1:FBtPk+0dj8JdsLJ1eiXh7OLXnJiwjO6VpJkzjYo7lro= 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= diff --git a/internal/jsch/jsch.go b/internal/jsch/jsch.go index e0133a6..47f681d 100644 --- a/internal/jsch/jsch.go +++ b/internal/jsch/jsch.go @@ -11,18 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package jsch provides client helpers for interacting with NATS -// JetStream -// -// This is a helper library for managing and interacting with JetStream -// we are exploring a few options for how such a library will look and -// determine what will go into core NATS clients and what will be left -// as an external library. -// -// This this library is not an official blessed way for interacting with -// JetStream yet but as a set of examples of all the capabilities this -// is valuable and it's for us a starting point to learning what patterns -// work well +// Package jsch provides client helpers for managing and interacting with NATS JetStreamcd . package jsch import (