Add `make generate` plus a counterfeiter tool dependency so test doubles for proxy interfaces can be produced consistently. Introduce the env package's //go:generate directive and its generated envfakes, and document the regenerate step in the srs-develop skill. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
18 lines
477 B
Modula-2
18 lines
477 B
Modula-2
module srsx
|
|
|
|
go 1.25.0
|
|
|
|
require github.com/go-redis/redis/v8 v8.11.5
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/maxbrunsfeld/counterfeiter/v6 v6.12.2 // indirect
|
|
golang.org/x/mod v0.34.0 // indirect
|
|
golang.org/x/sync v0.20.0 // indirect
|
|
golang.org/x/text v0.35.0 // indirect
|
|
golang.org/x/tools v0.43.0 // indirect
|
|
)
|
|
|
|
tool github.com/maxbrunsfeld/counterfeiter/v6
|