werc/go.mod
Renovate Bot ab3397f11b
Some checks failed
renovate/artifacts Artifact file update failure
fix(deps): update module golang.org/x/tools to v0.27.0
2024-11-10 05:01:26 +00:00

8 lines
127 B
Modula-2

module git.froth.zone/sam/go2werc
go 1.19
require (
github.com/russross/blackfriday/v2 v2.1.0
golang.org/x/tools v0.27.0
)