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

18 lines
618 B
Modula-2
Raw Normal View History

2019-11-07 10:00:24 +00:00
module codeberg.org/jlelse/hugo-micropub
go 1.14
2019-11-14 17:46:49 +00:00
2019-12-03 17:12:10 +00:00
require (
2020-01-23 20:56:02 +00:00
codeberg.org/jlelse/tinify v0.0.0-20200123222407-7fc9c21822b0
2020-03-26 16:59:55 +00:00
github.com/andybalholm/cascadia v1.1.0 // indirect
github.com/gliderlabs/ssh v0.3.0 // indirect
github.com/go-git/go-git/v5 v5.0.0
2020-03-26 16:59:55 +00:00
github.com/google/go-cmp v0.4.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.5.1 // indirect
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
gopkg.in/yaml.v2 v2.2.8
willnorris.com/go/webmention v0.0.0-20200126231626-5a55fff6bf71
2019-12-03 17:12:10 +00:00
)