chore: resolve forge deps from registry, remove local replaces
Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
5674668061
commit
9585da8e66
2 changed files with 6 additions and 7 deletions
9
go.mod
9
go.mod
|
|
@ -3,8 +3,8 @@ module forge.lthn.ai/core/go-crypt
|
|||
go 1.25.5
|
||||
|
||||
require (
|
||||
forge.lthn.ai/core/go v0.0.0
|
||||
forge.lthn.ai/core/go-store v0.0.0
|
||||
forge.lthn.ai/core/go v0.0.0-20260221181337-58ca902320b6
|
||||
forge.lthn.ai/core/go-store v0.1.1-0.20260220151120-0284110ccadf
|
||||
github.com/ProtonMail/go-crypto v1.3.0
|
||||
github.com/stretchr/testify v1.11.1
|
||||
golang.org/x/crypto v0.48.0
|
||||
|
|
@ -28,8 +28,3 @@ require (
|
|||
modernc.org/memory v1.11.0 // indirect
|
||||
modernc.org/sqlite v1.46.1 // indirect
|
||||
)
|
||||
|
||||
replace (
|
||||
forge.lthn.ai/core/go => ../go
|
||||
forge.lthn.ai/core/go-store => ../go-store
|
||||
)
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -1,3 +1,7 @@
|
|||
forge.lthn.ai/core/go v0.0.0-20260221181337-58ca902320b6 h1:ZbDgD5QIf8gDlVm3ZUpRl4RVE5nN2K0cqV+vK09aSQY=
|
||||
forge.lthn.ai/core/go v0.0.0-20260221181337-58ca902320b6/go.mod h1:rOph/YLaJ/loWaP9bNSPsEiE30IL7uBDsIcNr7ISG/0=
|
||||
forge.lthn.ai/core/go-store v0.1.1-0.20260220151120-0284110ccadf h1:EDKI+OM0M+l4+VclG5XuUDoYAM8yu8uleFYReeEYwHY=
|
||||
forge.lthn.ai/core/go-store v0.1.1-0.20260220151120-0284110ccadf/go.mod h1:FpUlLEX/ebyoxpk96F7ktr0vYvmFtC5Rpi9fi88UVqw=
|
||||
github.com/ProtonMail/go-crypto v1.3.0 h1:ILq8+Sf5If5DCpHQp4PbZdS1J7HDFRXz/+xKBiRGFrw=
|
||||
github.com/ProtonMail/go-crypto v1.3.0/go.mod h1:9whxjD8Rbs29b4XWbB8irEcE8KHMqaR2e7GWU1R+/PE=
|
||||
github.com/cloudflare/circl v1.6.3 h1:9GPOhQGF9MCYUeXyMYlqTR6a5gTrgR/fBLXvUgtVcg8=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue