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