1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-04 01:59:54 +00:00

Update Mycomarkup to v5.6.0

This commit is contained in:
Timur Ismagilov 2024-06-02 00:49:58 +03:00
parent d85c12bae5
commit e0a0385656

4
go.mod
View File

@ -3,7 +3,7 @@ module github.com/bouncepaw/mycorrhiza
go 1.22
require (
git.sr.ht/~bouncepaw/mycomarkup/v5 v5.5.0
git.sr.ht/~bouncepaw/mycomarkup/v5 v5.6.0
github.com/go-ini/ini v1.63.2
github.com/gorilla/feeds v1.1.2
github.com/gorilla/mux v1.8.0
@ -22,4 +22,4 @@ require (
// Use this trick to test local Mycomarkup changes, replace the path with yours,
// but do not commit the change to the path:
// replace git.sr.ht/~bouncepaw/mycomarkup/v5 v5.5.0 => "/Users/bouncepaw/src/mycomarkup"
// replace git.sr.ht/~bouncepaw/mycomarkup/v5 v5.6.0 => "/Users/bouncepaw/src/mycomarkup"