You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
844 B
22 lines
844 B
module github.com/isoron/notes
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gin-contrib/multitemplate v0.0.0-20190528082104-30e424939505
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/litao91/goldmark-mathjax v0.0.0-20200921072530-4c5dae64834a
|
|
github.com/mattn/go-isatty v0.0.8 // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.3
|
|
github.com/schollz/versionedtext v0.0.0-20180523061923-d8ce0957c254
|
|
github.com/ugorji/go v1.1.7 // indirect
|
|
github.com/yuin/goldmark v1.3.1
|
|
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
|
|
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/urfave/cli.v1 v1.20.0
|
|
)
|