4
0
mirror of https://github.com/1f349/cache.git synced 2025-01-11 01:26:25 +00:00
cache/go.mod

15 lines
277 B
Modula-2
Raw Normal View History

2023-09-23 01:25:48 +01:00
module github.com/1f349/cache
2024-05-13 19:44:51 +01:00
go 1.21
2023-09-23 01:25:48 +01:00
require (
2024-05-13 19:44:51 +01:00
github.com/mrmelon54/rescheduler v0.0.3
2024-12-19 23:27:02 +00:00
github.com/stretchr/testify v1.10.0
2023-09-23 01:25:48 +01:00
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)