Skip to content

Commit bcdb0a7

Browse files
committed
go.mod: update gocache to commit 94c05cd1f822
Fixes a disk path generation bug introduced in creachadair/gocache#1. Thanks to @kevinburkesegment for the report and fix. Retract v0.0.19 which contains the bug.
1 parent 797183c commit bcdb0a7

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

go.mod

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/creachadair/atomicfile v0.3.6
99
github.com/creachadair/command v0.1.19
1010
github.com/creachadair/flax v0.0.3
11-
github.com/creachadair/gocache v0.0.0-20241127030435-72bda9b224b2
11+
github.com/creachadair/gocache v0.0.0-20241127144514-94c05cd1f822
1212
github.com/creachadair/mds v0.22.0
1313
github.com/creachadair/mhttp v0.0.0-20241114003125-97da0a4f17b1
1414
github.com/creachadair/scheddle v0.0.0-20241121045015-b2e30c9594a1
@@ -58,4 +58,7 @@ require (
5858
google.golang.org/protobuf v1.33.0 // indirect
5959
)
6060

61-
retract v0.0.16
61+
retract (
62+
v0.0.19
63+
v0.0.16
64+
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ github.com/creachadair/command v0.1.19 h1:608PeK7JfGwhuyAJZnb0ijDS0bBz9XJif/6B3D
4646
github.com/creachadair/command v0.1.19/go.mod h1:Vfl1ld2a0hrW62gjhwcwF0rjCa9xQuC1s0vlW6OFesw=
4747
github.com/creachadair/flax v0.0.3 h1:9sCaEzh3/M4ZhNdrDYzQnY8pMGlI/UkEjjAta0PcyoI=
4848
github.com/creachadair/flax v0.0.3/go.mod h1:F1PML0JZLXSNDMNiRGK2yjm5f+L9QCHchyHBldFymj8=
49-
github.com/creachadair/gocache v0.0.0-20241127030435-72bda9b224b2 h1:YamjjbG8Hy15TYQqVtY6U7hwFy+nMFp28utADxRN+B0=
50-
github.com/creachadair/gocache v0.0.0-20241127030435-72bda9b224b2/go.mod h1:9xEdYNeQJtFIphr0h7qw99mgwEhwps8KHkHFFWf5jXc=
49+
github.com/creachadair/gocache v0.0.0-20241127144514-94c05cd1f822 h1:g21tXjPq7sjc3EtY444+EYEswsZMqPB8cKO9UqpCxVE=
50+
github.com/creachadair/gocache v0.0.0-20241127144514-94c05cd1f822/go.mod h1:9xEdYNeQJtFIphr0h7qw99mgwEhwps8KHkHFFWf5jXc=
5151
github.com/creachadair/mds v0.22.0 h1:IRm4fWRKF9Pi4k3DEfgdlhMMYVxyef9FFall4r0GP4A=
5252
github.com/creachadair/mds v0.22.0/go.mod h1:ArfS0vPHoLV/SzuIzoqTEZfoYmac7n9Cj8XPANHocvw=
5353
github.com/creachadair/mhttp v0.0.0-20241114003125-97da0a4f17b1 h1:iS+42OD/aOz5Nb9/pDX5VQBxZLEbHLbCsPufaPYIjBY=

0 commit comments

Comments
 (0)