Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
fix payload message & some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rajveermalviya committed Aug 2, 2020
1 parent 93e0332 commit 0d79770
Show file tree
Hide file tree
Showing 5 changed files with 337 additions and 198 deletions.
12 changes: 5 additions & 7 deletions examples/nats_example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ module github.com/unifrost/examples/nats_example
go 1.14

require (
github.com/nats-io/jwt v1.0.1 // indirect
github.com/nats-io/nats.go v1.10.0
github.com/unifrost/unifrost v0.1.1
gocloud.dev v0.19.0
gocloud.dev/pubsub/natspubsub v0.19.0
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
golang.org/x/net v0.0.0-20200528225125-3c3fba18258b // indirect
google.golang.org/genproto v0.0.0-20200528191852-705c0b31589b // indirect
github.com/unifrost/unifrost v0.0.0-00010101000000-000000000000
gocloud.dev v0.20.0
gocloud.dev/pubsub/natspubsub v0.20.0
)

replace github.com/unifrost/unifrost => ../../
Loading

0 comments on commit 0d79770

Please sign in to comment.