wip: chore: Alternating the go.mod by replace to use the unmerged fork

This commit is contained in:
Mix 2024-06-10 23:59:39 +08:00 committed by mzz2017
parent ebd362b0ed
commit 4e3e318c39
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -73,7 +73,7 @@ require (
google.golang.org/grpc v1.57.0 // indirect
)
replace github.com/daeuniverse/outbound => ../outbound
replace github.com/daeuniverse/outbound => github.com/mnixry/outbound v0.0.0-20240607062852-c8bd546e2a21
// replace github.com/daeuniverse/quic-go => ../quic-go

2
go.sum
View File

@ -87,6 +87,8 @@ github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d h1:5PJl274Y63IEHC+7izoQ
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d/go.mod h1:01TrycV0kFyexm33Z7vhZRXopbI8J3TDReVlkTgMUxE=
github.com/miekg/dns v1.1.55 h1:GoQ4hpsj0nFLYe+bWiCToyrBEJXkQfOOIvFGFy0lEgo=
github.com/miekg/dns v1.1.55/go.mod h1:uInx36IzPl7FYnDcMeVWxj9byh7DutNykX4G9Sj60FY=
github.com/mnixry/outbound v0.0.0-20240607062852-c8bd546e2a21 h1:RQtLnSRWzvpkBJn6kHT81B2J7w7Kph1bhNMzeYZOir0=
github.com/mnixry/outbound v0.0.0-20240607062852-c8bd546e2a21/go.mod h1:Fh8zTlJAsErrFBTXIH7DKVgU798WTywi23GybNSQkJo=
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=