mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-05 02:29:54 +00:00
26 lines
746 B
Modula-2
26 lines
746 B
Modula-2
module github.com/bouncepaw/mycorrhiza
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
git.sr.ht/~bouncepaw/mycomarkup/v5 v5.5.0
|
|
github.com/go-ini/ini v1.63.2
|
|
github.com/gorilla/feeds v1.1.2
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/valyala/quicktemplate v1.7.0
|
|
golang.org/x/crypto v0.17.0
|
|
golang.org/x/exp v0.0.0-20220414153411-bcd21879b8fd
|
|
golang.org/x/term v0.15.0
|
|
golang.org/x/text v0.14.0
|
|
)
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
)
|
|
|
|
// 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"
|