1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 13:30:26 +00:00
mycorrhiza/go.mod

26 lines
850 B
Modula-2
Raw Normal View History

2020-06-12 16:22:02 +00:00
module github.com/bouncepaw/mycorrhiza
go 1.16
2020-08-31 17:52:26 +00:00
2020-11-14 14:46:04 +00:00
require (
2021-10-01 09:35:30 +00:00
github.com/bouncepaw/mycomarkup/v2 v2.1.3
github.com/chekoopa/go-localize v0.4.0
github.com/go-ini/ini v1.62.0
github.com/gorilla/feeds v1.1.1
github.com/gorilla/mux v1.8.0
github.com/kr/pretty v0.2.1 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/valyala/quicktemplate v1.7.0
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
2021-09-06 17:46:34 +00:00
golang.org/x/text v0.3.7
gopkg.in/ini.v1 v1.62.0 // indirect
2020-11-14 14:46:04 +00:00
)
2021-08-11 18:00:16 +00:00
// Use this trick to test mycomarkup:
2021-09-27 12:46:55 +00:00
// replace github.com/bouncepaw/mycomarkup/v2 v2.1.1 => "/Users/bouncepaw/GolandProjects/mycomarkup"
2021-09-12 09:01:32 +00:00
// Use this utility every time Mycomarkup gets broken:
// https://github.com/marwan-at-work/mod