63 lines
2.6 KiB
AMPL
63 lines
2.6 KiB
AMPL
module github.com/umputun/remark/backend
|
|
|
|
go 1.12
|
|
|
|
replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1
|
|
|
|
require (
|
|
cloud.google.com/go v0.44.3 // indirect
|
|
github.com/PuerkitoBio/goquery v1.5.0
|
|
github.com/ajg/form v1.5.1 // indirect
|
|
github.com/coreos/bbolt v1.3.3
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/didip/tollbooth v4.0.2+incompatible
|
|
github.com/didip/tollbooth_chi v0.0.0-20170928041846-6ab5f3083f3d
|
|
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
|
|
github.com/gavv/httpexpect v2.0.0+incompatible // indirect
|
|
github.com/go-chi/chi v4.0.2+incompatible
|
|
github.com/go-chi/cors v1.0.0
|
|
github.com/go-chi/render v1.0.1
|
|
github.com/go-pkgz/auth v0.8.2
|
|
github.com/go-pkgz/jrpc v0.1.0
|
|
github.com/go-pkgz/lcw v0.3.1
|
|
github.com/go-pkgz/lgr v0.6.3
|
|
github.com/go-pkgz/repeater v1.1.2
|
|
github.com/go-pkgz/rest v1.4.1
|
|
github.com/go-pkgz/syncs v1.1.1
|
|
github.com/google/uuid v1.1.1
|
|
github.com/gopherjs/gopherjs v0.0.0-20190812055157-5d271430af9f // indirect
|
|
github.com/gorilla/feeds v1.1.1
|
|
github.com/gorilla/websocket v1.4.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.0.0
|
|
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
|
github.com/jessevdk/go-flags v0.0.0-20180331124232-1c38ed7ad0cc
|
|
github.com/klauspost/compress v1.7.6 // indirect
|
|
github.com/klauspost/cpuid v1.2.1 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/kyokomi/emoji v2.1.0+incompatible
|
|
github.com/mattn/go-colorable v0.1.2 // indirect
|
|
github.com/mattn/go-isatty v0.0.9 // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.2
|
|
github.com/onsi/ginkgo v1.9.0 // indirect
|
|
github.com/onsi/gomega v1.6.0 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/rakyll/statik v0.1.6
|
|
github.com/rs/xid v1.2.1
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/smartystreets/assertions v1.0.1 // indirect
|
|
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/tidwall/buntdb v1.1.0 // indirect
|
|
github.com/tidwall/gjson v1.3.2 // indirect
|
|
github.com/valyala/fasthttp v1.4.0 // indirect
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190809123943-df4f5c81cb3b // indirect
|
|
github.com/xeipuuv/gojsonschema v1.1.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
|
|
golang.org/x/image v0.0.0-20190823064033-3a9bac650e44
|
|
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/russross/blackfriday.v2 v2.0.1
|
|
)
|