Skip to content

Commit 90bbbec

Browse files
author
Release Bot
committed
chore: update dependencies to v0.16.4
1 parent 51a8525 commit 90bbbec

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
module github.com/farseer-go/cacheMemory
22

3-
go 1.22
3+
go 1.23.0
44

5-
toolchain go1.23.3
5+
toolchain go1.23.8
66

77
require (
8-
github.com/farseer-go/cache v0.16.0
9-
github.com/farseer-go/collections v0.16.0
10-
github.com/farseer-go/fs v0.16.0
8+
github.com/farseer-go/cache v0.16.3
9+
github.com/farseer-go/collections v0.16.3
10+
github.com/farseer-go/fs v0.16.4
1111
github.com/stretchr/testify v1.10.0
1212
)
1313

1414
require (
1515
github.com/davecgh/go-spew v1.1.1 // indirect
16-
github.com/farseer-go/mapper v0.16.0 // indirect
16+
github.com/farseer-go/mapper v0.16.3 // indirect
1717
github.com/json-iterator/go v1.1.12 // indirect
1818
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
1919
github.com/modern-go/reflect2 v1.0.2 // indirect

0 commit comments

Comments
 (0)