diff options
Diffstat (limited to '')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ module github.com/marcthe12/cache go 1.24.0 require ( - github.com/rogpeppe/go-internal v1.14.0 + github.com/rogpeppe/go-internal v1.14.1 github.com/vmihailenco/msgpack/v5 v5.4.1 ) |