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

Commit

Permalink
update to v0.1.1 release in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rajveermalviya committed Jun 1, 2020
1 parent 034301f commit 93e0332
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 4 deletions.
6 changes: 5 additions & 1 deletion examples/nats_example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ 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.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
)
Loading

0 comments on commit 93e0332

Please sign in to comment.