Skip to content

Commit

Permalink
use cornelk/hashmap instead sync.Map
Browse files Browse the repository at this point in the history
Signed-off-by: jkoberg <[email protected]>
  • Loading branch information
kobergj committed Nov 29, 2023
1 parent 2192d17 commit 6e63562
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 704 deletions.
7 changes: 5 additions & 2 deletions v4/store/nats-js/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
module github.com/go-micro/plugins/v4/store/nats-js

go 1.17
go 1.21

require github.com/nats-io/nats-server/v2 v2.8.4
require (
github.com/cornelk/hashmap v1.0.8
github.com/nats-io/nats-server/v2 v2.8.4
)

require (
github.com/Microsoft/go-winio v0.5.2 // indirect
Expand Down
Loading

0 comments on commit 6e63562

Please sign in to comment.