updata metadata function

This commit is contained in:
eyedeekay
2025-03-17 18:11:57 -04:00
parent 143d32a418
commit b279e275c5
2 changed files with 4 additions and 2 deletions

4
go.mod
View File

@ -3,7 +3,7 @@ module github.com/go-i2p/go-jump-addr
go 1.23.5
require (
github.com/go-i2p/go-html-metadata v0.0.0-20250317212452-f3924bc6702f
github.com/go-i2p/go-html-metadata v0.0.0-20250317213951-0f170a174729
github.com/go-i2p/i2pkeys v0.33.92
github.com/go-i2p/onramp v0.33.92
)
@ -17,4 +17,4 @@ require (
golang.org/x/sys v0.31.0 // indirect
)
replace github.com/go-i2p/go-html-metadata => ../go-html-metadata
//replace github.com/go-i2p/go-html-metadata => ../go-html-metadata

2
go.sum
View File

@ -3,6 +3,8 @@ github.com/cretz/bine v0.2.0/go.mod h1:WU4o9QR9wWp8AVKtTM1XD5vUHkEqnf2vVSo6dBqbe
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/go-i2p/go-html-metadata v0.0.0-20250317213951-0f170a174729 h1:BuRKt40ebDYpzCiov19eNzGXwZU8CnLssNbRrXNi+KE=
github.com/go-i2p/go-html-metadata v0.0.0-20250317213951-0f170a174729/go.mod h1:9C8f2iMu2yxHLIXuyEYjhSoZHEUM9nuYpqAAN4n8CjA=
github.com/go-i2p/i2pkeys v0.0.0-20241108200332-e4f5ccdff8c4/go.mod h1:m5TlHjPZrU5KbTd7Lr+I2rljyC6aJ88HdkeMQXV0U0E=
github.com/go-i2p/i2pkeys v0.33.92 h1:e2vx3vf7tNesaJ8HmAlGPOcfiGM86jzeIGxh27I9J2Y=
github.com/go-i2p/i2pkeys v0.33.92/go.mod h1:BRURQ/twxV0WKjZlFSKki93ivBi+MirZPWudfwTzMpE=