20 lines
522 B
Modula-2
20 lines
522 B
Modula-2
module github.com/W-Floyd/qbittorrent-multiplexer
|
|
|
|
go 1.23.4
|
|
|
|
require (
|
|
github.com/Jeffail/gabs/v2 v2.7.0
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/omeid/uconfig v0.7.0
|
|
go.uber.org/zap v1.27.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.13.1 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|