mirror of
https://github.com/Luzifer/wiki.git
synced 2024-11-08 14:50:11 +00:00
16 lines
428 B
Modula-2
16 lines
428 B
Modula-2
|
module github.com/Luzifer/wiki
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/Luzifer/go_helpers v2.8.1+incompatible // indirect
|
||
|
github.com/Luzifer/go_helpers/v2 v2.9.1
|
||
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
||
|
github.com/gorilla/mux v1.7.3
|
||
|
github.com/gosimple/slug v1.6.0
|
||
|
github.com/pkg/errors v0.8.1
|
||
|
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
|
||
|
github.com/sirupsen/logrus v1.4.2
|
||
|
gopkg.in/yaml.v2 v2.2.2
|
||
|
)
|