Update Borg, Poindexter, and Enchantrix dependency paths from github.com/Snider/ to forge.lthn.ai/Snider/ across go.mod and imports. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
27 lines
913 B
Modula-2
27 lines
913 B
Modula-2
module forge.lthn.ai/core/go-p2p
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
forge.lthn.ai/Snider/Borg v0.2.1
|
|
forge.lthn.ai/Snider/Poindexter v0.0.2
|
|
github.com/adrg/xdg v0.5.3
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/stretchr/testify v1.11.1
|
|
)
|
|
|
|
require (
|
|
github.com/ProtonMail/go-crypto v1.3.0 // indirect
|
|
forge.lthn.ai/Snider/Enchantrix v0.0.4 // indirect
|
|
github.com/cloudflare/circl v1.6.3 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/klauspost/compress v1.18.4 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
golang.org/x/crypto v0.48.0 // indirect
|
|
golang.org/x/sys v0.41.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|