2022-08-03 14:55:48 +00:00
|
|
|
module h4kor/owl-blogs
|
2022-07-19 18:41:35 +00:00
|
|
|
|
|
|
|
go 1.18
|
2022-07-21 17:02:37 +00:00
|
|
|
|
2022-07-21 17:44:07 +00:00
|
|
|
require (
|
2022-09-05 18:34:24 +00:00
|
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
|
|
github.com/spf13/cobra v1.5.0
|
|
|
|
github.com/yuin/goldmark v1.4.13
|
|
|
|
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2022-07-21 17:44:07 +00:00
|
|
|
)
|