diff --git a/go.mod b/go.mod index 590fa75..69ba9ac 100644 --- a/go.mod +++ b/go.mod @@ -9,9 +9,9 @@ require ( github.com/gorilla/websocket v1.4.0 github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2 // indirect - github.com/mattn/go-sqlite3 v1.9.0 - github.com/microcosm-cc/bluemonday v1.0.1 - github.com/pkg/errors v0.8.0 + github.com/mattn/go-sqlite3 v1.10.0 + github.com/microcosm-cc/bluemonday v1.0.2 + github.com/pkg/errors v0.8.1 github.com/schollz/documentsimilarity v0.0.0-20180911144411-e949781d9c5a github.com/schollz/sqlite3dump v1.2.1 github.com/schollz/versionedtext v1.0.0 @@ -23,7 +23,7 @@ require ( github.com/tdewolff/parse v2.3.3+incompatible // indirect golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b golang.org/x/image v0.0.0-20181116024801-cd38e8056d9b // indirect - golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3 // indirect + golang.org/x/net v0.0.0-20190213061140-3a22650c66bd // indirect golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e // indirect gopkg.in/russross/blackfriday.v2 v2.0.0 )