use a new thread safe map
This commit is contained in:
3
go.mod
3
go.mod
@@ -3,13 +3,14 @@ module github.com/debridmediamanager.com/zurg
|
||||
go 1.21.3
|
||||
|
||||
require (
|
||||
github.com/elliotchance/orderedmap/v2 v2.2.0
|
||||
github.com/hashicorp/golang-lru/v2 v2.0.7
|
||||
go.uber.org/zap v1.26.0
|
||||
golang.org/x/sys v0.14.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
require github.com/orcaman/concurrent-map/v2 v2.0.1
|
||||
|
||||
require (
|
||||
github.com/winfsp/cgofuse v1.5.0
|
||||
go.uber.org/multierr v1.10.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user