Skip to content

Commit

Permalink
fix go mod...
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Feb 11, 2020
1 parent 4e87ae1 commit 4f4fce4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _examples/scale-out/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module app

go 1.13

require github.com/kataras/neffos v0.0.13
require github.com/kataras/neffos v0.0.14
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/kataras/neffos

go 1.13

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

require (
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect
Expand Down
1 change: 1 addition & 0 deletions go.sum

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

0 comments on commit 4f4fce4

Please sign in to comment.