Skip to content

Commit

Permalink
update dependencies (critcal fix: mediocregopher/radix#185
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Apr 28, 2020
1 parent 5aa2daf commit 236684d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 30 deletions.
2 changes: 1 addition & 1 deletion _examples/basic/browser/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _examples/scale-out/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module app

go 1.13
go 1.14

require github.com/kataras/neffos v0.0.14
require github.com/kataras/neffos v0.0.15
14 changes: 6 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
module github.com/kataras/neffos

go 1.13

replace github.com/mediocregopher/radix => github.com/neffos-contrib/radix/v3 v3.4.3
go 1.14

require (
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect
github.com/gobwas/pool v0.2.0 // indirect
github.com/gobwas/ws v1.0.2
github.com/gorilla/websocket v1.4.1
github.com/gobwas/ws v1.0.3
github.com/gorilla/websocket v1.4.2
github.com/iris-contrib/go.uuid v2.0.0+incompatible
github.com/mediocregopher/radix/v3 v3.4.2
github.com/nats-io/nats.go v1.9.1
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
github.com/mediocregopher/radix/v3 v3.5.0
github.com/nats-io/nats.go v1.9.2
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
)
30 changes: 11 additions & 19 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 236684d

Please sign in to comment.