pub/go.mod

11 lines
181 B
Modula-2
Raw Normal View History

2020-11-12 19:18:06 +00:00
module source.toby3d.me/toby3d/pub
go 1.21
require (
github.com/google/go-cmp v0.5.9
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
)
require golang.org/x/net v0.15.0