bump go modules in memory_store

This commit is contained in:
Dmitry Verkhoturov
2020-03-26 23:02:08 +01:00
parent 7ce400a5e5
commit fa4e779fa0
2 changed files with 12 additions and 4 deletions
+4 -4
View File
@@ -4,11 +4,11 @@ go 1.12
require (
github.com/go-pkgz/jrpc v0.1.0
github.com/go-pkgz/lgr v0.6.3
github.com/go-pkgz/lgr v0.7.0
github.com/jessevdk/go-flags v1.4.0
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.4.0
github.com/umputun/remark/backend v1.4.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.5.1
github.com/umputun/remark/backend v1.5.0
)
replace github.com/umputun/remark/backend => ../../