Update go.mod
This commit is contained in:
parent
047bb517cb
commit
fac7176b39
1 changed files with 6 additions and 0 deletions
6
go.mod
6
go.mod
|
@ -1,3 +1,9 @@
|
||||||
module github.com/hugo-toha/toha/v4
|
module github.com/hugo-toha/toha/v4
|
||||||
|
|
||||||
go 1.21
|
go 1.21
|
||||||
|
|
||||||
|
require github.com/hugo-toha/toha/v4 v4.0.1-0.20231229170427-d3968ca711ef // indirect
|
||||||
|
|
||||||
|
replace(
|
||||||
|
github.com/hugo-toha/toha/v4 => /home/sharwin/toha
|
||||||
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue