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

21 lines
823 B
Modula-2
Raw Normal View History

2020-04-25 10:19:57 +00:00
module git.jlel.se/jlelse/hugo-micropub
2019-11-07 10:00:24 +00:00
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-05-14 20:35:50 +00:00
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
2020-03-26 16:59:55 +00:00
github.com/gliderlabs/ssh v0.3.0 // indirect
2020-06-09 10:00:30 +00:00
github.com/go-git/go-git/v5 v5.1.0
github.com/google/go-cmp v0.4.1 // indirect
2020-03-26 16:59:55 +00:00
github.com/pkg/errors v0.9.1 // indirect
2020-06-09 10:00:30 +00:00
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
2020-05-14 20:35:50 +00:00
gopkg.in/yaml.v2 v2.3.0
2020-06-09 10:00:30 +00:00
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
willnorris.com/go/webmention v0.0.0-20200126231626-5a55fff6bf71
2019-12-03 17:12:10 +00:00
)