cache/go.mod

15 lines
276 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
github.com/stretchr/testify v1.9.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
)