1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-03-10 21:48:20 +00:00
mycorrhiza/go.mod

25 lines
693 B
Modula-2
Raw Normal View History

2020-06-12 21:22:02 +05:00
module github.com/bouncepaw/mycorrhiza
go 1.21
2020-08-31 22:52:26 +05:00
2020-11-14 19:46:04 +05:00
require (
2024-06-02 00:49:58 +03:00
git.sr.ht/~bouncepaw/mycomarkup/v5 v5.6.0
github.com/go-ini/ini v1.67.0
github.com/gorilla/feeds v1.2.0
github.com/gorilla/mux v1.8.1
github.com/valyala/quicktemplate v1.7.0
golang.org/x/crypto v0.27.0
golang.org/x/term v0.24.0
golang.org/x/text v0.18.0
2021-11-10 20:14:31 +07:00
)
require (
github.com/stretchr/testify v1.7.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/sys v0.25.0 // indirect
2020-11-14 19:46:04 +05:00
)
// Use this trick to test local Mycomarkup changes, replace the path with yours,
// but do not commit the change to the path:
2024-06-02 00:49:58 +03:00
// replace git.sr.ht/~bouncepaw/mycomarkup/v5 v5.6.0 => "/Users/bouncepaw/src/mycomarkup"