File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/Unpackerr/unpackerr
33go 1.26.0
44
55require (
6- code.cloudfoundry.org/bytefmt v0.65 .0
6+ code.cloudfoundry.org/bytefmt v0.66 .0
77 github.com/BurntSushi/toml v1.6.0
88 github.com/fsnotify/fsnotify v1.9.0
99 github.com/gen2brain/dlgs v0.0.0-20220603100644-40c77870fa8d
@@ -16,6 +16,7 @@ require (
1616 github.com/radovskyb/watcher v1.0.7
1717 github.com/spf13/pflag v1.0.10
1818 golang.org/x/mod v0.33.0
19+ golang.org/x/sys v0.42.0
1920 golift.io/cnfg v0.2.5
2021 golift.io/cnfgfile v0.0.0-20240713024420-a5436d84eb48
2122 golift.io/rotatorr v0.0.0-20260217050959-f6ac6fc7b38e
@@ -76,7 +77,6 @@ require (
7677 go4.org v0.0.0-20260112195520-a5071408f32f // indirect
7778 golang.org/x/crypto v0.48.0 // indirect
7879 golang.org/x/net v0.51.0 // indirect
79- golang.org/x/sys v0.42.0 // indirect
8080 golang.org/x/text v0.34.0 // indirect
8181 golift.io/udf v0.0.1 // indirect
8282 google.golang.org/protobuf v1.36.11 // indirect
Original file line number Diff line number Diff line change 11code.cloudfoundry.org/bytefmt v0.65.0 h1:ejz0A1CZSSIQKoUb6ODN2Vc/eRWlka+JuQWlvowCA9E =
22code.cloudfoundry.org/bytefmt v0.65.0 /go.mod h1:Po95XD3jefOqV0cMOL/X76iMSjKtdRBuIxfaQYj7sPA =
3+ code.cloudfoundry.org/bytefmt v0.66.0 h1:tSK2uf1Shxb5SIc7W9RE+FSKnwuFwzoEqkpwwVQx0SM =
4+ code.cloudfoundry.org/bytefmt v0.66.0 /go.mod h1:JrBuqsb9cQeqrVSdWvcDLjnxD6RXfAev2s8nwjskhhs =
35github.com/BurntSushi/toml v1.6.0 h1:dRaEfpa2VI55EwlIW72hMRHdWouJeRF7TPYhI+AUQjk =
46github.com/BurntSushi/toml v1.6.0 /go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho =
57github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0 =
You can’t perform that action at this time.
0 commit comments