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 #107 from nats-io/dependencies
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
ripienaar authored Feb 29, 2020
2 parents 2ea4c1b + 8da10c0 commit 545815d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
13 changes: 1 addition & 12 deletions internal/jsch/jsch.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 545815d

Please sign in to comment.