mirror of
https://github.com/imjasonh/go-cooldown
synced 2026-07-07 00:12:39 +00:00
11 lines
232 B
Modula-2
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
|