mirror of
https://github.com/JackDallas/Premiumizearr.git
synced 2026-03-28 20:17:31 +01:00
21 lines
484 B
Modula-2
21 lines
484 B
Modula-2
module github.com/jackdallas/premiumizearr
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/fsnotify/fsnotify v1.6.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/orandin/lumberjackrus v1.0.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
golift.io/starr v0.14.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.0.0 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
|
)
|