1
Fork 0
This repository has been archived on 2020-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
WebmentionHelper/go.mod

11 lines
292 B
Modula-2

module git.jlel.se/jlelse/webmentionhelper
go 1.14
require (
github.com/andybalholm/cascadia v1.1.0 // indirect
github.com/google/go-cmp v0.4.0 // indirect
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd // indirect
willnorris.com/go/webmention v0.0.0-20200126231626-5a55fff6bf71
)