updated dependencies
This commit is contained in:
parent
97d914bce4
commit
62ff59957a
38 changed files with 915 additions and 304 deletions
6
go.mod
6
go.mod
|
|
@ -1,8 +1,8 @@
|
|||
module git.giftfish.de/ston1th/gowiki
|
||||
|
||||
require (
|
||||
git.giftfish.de/ston1th/godrop v0.0.0-20170420131745-108583814ef5
|
||||
git.giftfish.de/ston1th/jwt v0.0.0-20180913142945-4076e5cf1740
|
||||
git.giftfish.de/ston1th/godrop/v2 v2.0.1
|
||||
git.giftfish.de/ston1th/jwt/v3 v3.0.0
|
||||
github.com/RoaringBitmap/roaring v0.4.16 // indirect
|
||||
github.com/Smerity/govarint v0.0.0-20150407073650-7265e41f48f1 // indirect
|
||||
github.com/blevesearch/bleve v0.7.0
|
||||
|
|
@ -24,7 +24,7 @@ require (
|
|||
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
|
||||
github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c // indirect
|
||||
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f // indirect
|
||||
github.com/gorilla/mux v1.3.0
|
||||
github.com/gorilla/mux v1.6.2
|
||||
github.com/jmhodges/levigo v0.0.0-20161115193449-c42d9e0ca023 // indirect
|
||||
github.com/jtolds/gls v4.2.1+incompatible // indirect
|
||||
github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue