werc/go.mod
Renovate Bot 884f7a8658
Some checks failed
renovate/artifacts Artifact file update failure
fix(deps): update module golang.org/x/tools to v0.26.0
2024-11-06 12:01:27 +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.26.0
)