Skip to content

Commit

Permalink
Re-set nats.go to v2.10 branch after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jnmoyne committed Jun 29, 2023
1 parent a3e7441 commit 3bff9a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/mattn/go-isatty v0.0.19
github.com/nats-io/jsm.go v0.0.36-0.20230618145645-3f5c479c76c0
github.com/nats-io/nats-server/v2 v2.9.20-0.20230628034157-c16d361ead4b
github.com/nats-io/nats.go v1.27.1
github.com/nats-io/nats.go v1.27.1-0.20230614073442-4eac72b1c3a0
github.com/nats-io/nuid v1.0.1
github.com/prometheus/client_golang v1.16.0
github.com/prometheus/common v0.44.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ github.com/nats-io/jwt/v2 v2.4.1 h1:Y35W1dgbbz2SQUYDPCaclXcuqleVmpbRa7646Jf2EX4=
github.com/nats-io/jwt/v2 v2.4.1/go.mod h1:24BeQtRwxRV8ruvC4CojXlx/WQ/VjuwlYiH+vu/+ibI=
github.com/nats-io/nats-server/v2 v2.9.20-0.20230628034157-c16d361ead4b h1:991i49MUDvK45TN2A2e5eXIgAOHcvMyXRFjQzDSWiZc=
github.com/nats-io/nats-server/v2 v2.9.20-0.20230628034157-c16d361ead4b/go.mod h1:aTb/xtLCGKhfTFLxP591CMWfkdgBmcUUSkiSOe5A3gw=
github.com/nats-io/nats.go v1.27.1-0.20230614073442-4eac72b1c3a0 h1:j5NrbtvSAc3p/3mNfH+dAIBabDReI3QInsyROA8tNUo=
github.com/nats-io/nats.go v1.27.1-0.20230614073442-4eac72b1c3a0/go.mod h1:XpbWUlOElGwTYbMR7imivs7jJj9GtK7ypv321Wp6pjc=
github.com/nats-io/nats.go v1.27.1 h1:OuYnal9aKVSnOzLQIzf7554OXMCG7KbaTkCSBHRcSoo=
github.com/nats-io/nats.go v1.27.1/go.mod h1:XpbWUlOElGwTYbMR7imivs7jJj9GtK7ypv321Wp6pjc=
github.com/nats-io/nkeys v0.4.4 h1:xvBJ8d69TznjcQl9t6//Q5xXuVhyYiSos6RPtvQNTwA=
Expand Down

0 comments on commit 3bff9a0

Please sign in to comment.