Update example/basic/go.mod
This commit is contained in:
parent
b4b097a927
commit
d294d79360
|
@ -1,7 +1,7 @@
|
|||
module github.com/steambap/captcha/example/basic
|
||||
module centrifuge.hectabit.org/HectaBit/captcha/example/basic
|
||||
|
||||
go 1.12
|
||||
|
||||
replace github.com/steambap/captcha => ../../
|
||||
replace centrifuge.hectabit.org/HectaBit/captcha => ../../
|
||||
|
||||
require github.com/steambap/captcha v0.0.0-00010101000000-000000000000
|
||||
require centrifuge.hectabit.org/HectaBit/captcha v0.0.0-00010101000000-000000000000
|
||||
|
|
Reference in New Issue