38 lines
1.6 KiB
AMPL
38 lines
1.6 KiB
AMPL
module github.com/umputun/remark/memory_store
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
cloud.google.com/go v0.43.0 // indirect
|
|
github.com/PuerkitoBio/goquery v1.5.0 // indirect
|
|
github.com/go-pkgz/auth v0.7.2 // indirect
|
|
github.com/go-pkgz/jrpc v0.1.0
|
|
github.com/go-pkgz/lcw v0.3.1 // indirect
|
|
github.com/go-pkgz/lgr v0.6.3
|
|
github.com/go-pkgz/repeater v1.1.3 // indirect
|
|
github.com/go-pkgz/syncs v1.1.1 // indirect
|
|
github.com/google/pprof v0.0.0-20190723021845-34ac40c74b70 // indirect
|
|
github.com/google/uuid v1.1.1 // indirect
|
|
github.com/gorilla/feeds v1.1.1 // indirect
|
|
github.com/hashicorp/go-multierror v1.0.0 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/kr/pty v1.1.8 // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.2 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/rakyll/statik v0.1.6 // indirect
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
|
github.com/umputun/remark/backend v1.3.0
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
|
|
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
|
|
golang.org/x/image v0.0.0-20190729225735-1bd0cf576493 // indirect
|
|
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 // indirect
|
|
golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 // indirect
|
|
golang.org/x/tools v0.0.0-20190731214159-1e85ed8060aa // indirect
|
|
google.golang.org/grpc v1.22.1 // indirect
|
|
gopkg.in/russross/blackfriday.v2 v2.0.1 // indirect
|
|
honnef.co/go/tools v0.0.1-2019.2.2 // indirect
|
|
)
|
|
|
|
replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1
|