Skip to content

Commit fe4e1a0

Browse files
Update module code.cloudfoundry.org/bytefmt to v0.66.0
1 parent 8203c13 commit fe4e1a0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/Unpackerr/unpackerr
33
go 1.26.0
44

55
require (
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

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
code.cloudfoundry.org/bytefmt v0.65.0 h1:ejz0A1CZSSIQKoUb6ODN2Vc/eRWlka+JuQWlvowCA9E=
22
code.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=
35
github.com/BurntSushi/toml v1.6.0 h1:dRaEfpa2VI55EwlIW72hMRHdWouJeRF7TPYhI+AUQjk=
46
github.com/BurntSushi/toml v1.6.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
57
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=

0 commit comments

Comments
 (0)