17 lines
336 B
Modula-2
17 lines
336 B
Modula-2
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/winfsp/cgofuse v1.5.0 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
)
|