Skip to content

Commit 4f4fce4

Browse files
committed
fix go mod...
1 parent 4e87ae1 commit 4f4fce4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

_examples/scale-out/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module app
22

33
go 1.13
44

5-
require github.com/kataras/neffos v0.0.13
5+
require github.com/kataras/neffos v0.0.14

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/kataras/neffos
22

33
go 1.13
44

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

77
require (
88
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect

go.sum

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)