We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a8525 commit 90bbbecCopy full SHA for 90bbbec
1 file changed
go.mod
@@ -1,19 +1,19 @@
1
module github.com/farseer-go/cacheMemory
2
3
-go 1.22
+go 1.23.0
4
5
-toolchain go1.23.3
+toolchain go1.23.8
6
7
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
+ github.com/farseer-go/cache v0.16.3
+ github.com/farseer-go/collections v0.16.3
+ github.com/farseer-go/fs v0.16.4
11
github.com/stretchr/testify v1.10.0
12
)
13
14
15
github.com/davecgh/go-spew v1.1.1 // indirect
16
- github.com/farseer-go/mapper v0.16.0 // indirect
+ github.com/farseer-go/mapper v0.16.3 // indirect
17
github.com/json-iterator/go v1.1.12 // indirect
18
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
19
github.com/modern-go/reflect2 v1.0.2 // indirect
0 commit comments