werc/go.mod
Sam Therapy 95084c73c5
Migrate to go modules
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-07-10 15:57:19 +02:00

9 lines
127 B
Modula-2

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