Update module replacements in go.mod files to reflect consistent relative paths across packages
This commit is contained in:
@@ -24,7 +24,10 @@ require (
|
||||
)
|
||||
|
||||
replace (
|
||||
crypto.orly => ../crypto
|
||||
encoders.orly => ../encoders
|
||||
interfaces.orly => ../interfaces
|
||||
next.orly.dev => ../../
|
||||
protocol.orly => ../protocol
|
||||
utils.orly => ../utils
|
||||
)
|
||||
|
||||
@@ -25,7 +25,9 @@ require (
|
||||
|
||||
replace (
|
||||
crypto.orly => ../crypto
|
||||
encoders.orly => ../encoders
|
||||
interfaces.orly => ../interfaces
|
||||
next.orly.dev => ../../
|
||||
protocol.orly => ../protocol
|
||||
utils.orly => ../utils
|
||||
)
|
||||
|
||||
@@ -3,9 +3,10 @@ module interfaces.orly
|
||||
go 1.25.0
|
||||
|
||||
replace (
|
||||
crypto.orly => ./pkg/crypto
|
||||
crypto.orly => ../crypto
|
||||
encoders.orly => ../encoders
|
||||
database.orly => ../database
|
||||
interfaces.orly => ../interfaces
|
||||
next.orly.dev => ../../
|
||||
protocol.orly => ../protocol
|
||||
utils.orly => ../utils
|
||||
)
|
||||
|
||||
@@ -27,5 +27,6 @@ replace (
|
||||
encoders.orly => ../encoders
|
||||
interfaces.orly => ../interfaces
|
||||
next.orly.dev => ../../
|
||||
protocol.orly => ../protocol
|
||||
utils.orly => ../utils
|
||||
)
|
||||
|
||||
@@ -17,8 +17,10 @@ require (
|
||||
)
|
||||
|
||||
replace (
|
||||
crypto.orly => ./pkg/crypto
|
||||
crypto.orly => ../crypto
|
||||
encoders.orly => ../encoders
|
||||
interfaces.orly => ../interfaces
|
||||
next.orly.dev => ../../
|
||||
protocol.orly => ../protocol
|
||||
utils.orly => ../utils
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user