Files
Premiumizearr/go.mod
dependabot[bot] 0be313f2a3 Bump golift.io/starr from 1.2.0 to 1.2.1
Bumps [golift.io/starr](https://github.com/golift/starr) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/golift/starr/releases)
- [Commits](https://github.com/golift/starr/compare/v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: golift.io/starr
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-13 11:58:15 +00:00

23 lines
507 B
Modula-2

module github.com/jackdallas/premiumizearr
go 1.23.0
toolchain go1.24.1
require (
github.com/dustin/go-humanize v1.0.1
github.com/fsnotify/fsnotify v1.9.0
github.com/gorilla/mux v1.8.1
github.com/orandin/lumberjackrus v1.0.1
github.com/sirupsen/logrus v1.9.3
golift.io/starr v1.2.1
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/BurntSushi/toml v1.0.0 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/sys v0.31.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)