Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Feb 24, 2019
1 parent 3003390 commit 2e98361
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
)
Expand Down

0 comments on commit 2e98361

Please sign in to comment.