1
0
Fork 0
mirror of https://github.com/imjasonh/go-cooldown synced 2026-07-07 00:12:39 +00:00
go-cooldown/go.mod
Jason Hall 070b25a922 initial commit
Signed-off-by: Jason Hall <jason@chainguard.dev>
2026-01-07 16:09:47 -05:00

11 lines
232 B
Modula-2

module github.com/imjasonh/go-cooldown
go 1.25.5
require (
github.com/chainguard-dev/clog v1.8.0
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/sethvargo/go-envconfig v1.3.0
)
require golang.org/x/net v0.5.0 // indirect