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

12 lines
346 B
Modula-2

module codeberg.org/jlelse/jsonpub
go 1.13
require (
github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
github.com/go-fed/httpsig v0.1.1-0.20190924171022-f4c36041199d
github.com/gorilla/mux v1.7.3
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
willnorris.com/go/webmention v0.0.0-20200126231626-5a55fff6bf71
)