Bump github.com/nats-io/nats.go from 1.11.0 to 1.12.1 (#29)

This commit was merged in pull request #29.
This commit is contained in:
dependabot[bot]
2021-09-07 06:30:47 +00:00
committed by GitHub
parent 4aa10ac1da
commit 7f2a32bad7
2 changed files with 4 additions and 37 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.15
require (
github.com/nats-io/nats-server/v2 v2.1.9 // indirect
github.com/nats-io/nats.go v1.11.0
github.com/nats-io/nats.go v1.12.1
github.com/unistack-org/micro/v3 v3.3.17
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)