mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
fix(deps): use dummy version for go-proxy module
This commit is contained in:
parent
43b493c60e
commit
985ff0a74d
2 changed files with 3 additions and 3 deletions
4
go.mod
4
go.mod
|
@ -43,8 +43,8 @@ require (
|
|||
github.com/samber/slog-zerolog/v2 v2.7.3
|
||||
github.com/spf13/afero v1.14.0
|
||||
github.com/stretchr/testify v1.10.0
|
||||
github.com/yusing/go-proxy/agent v0.0.0-20250509063132-4ddfb48b9d0b
|
||||
github.com/yusing/go-proxy/internal/dnsproviders v0.0.0-20250509063132-4ddfb48b9d0b
|
||||
github.com/yusing/go-proxy/agent v0.0.0-00010101000000-000000000000
|
||||
github.com/yusing/go-proxy/internal/dnsproviders v0.0.0-00010101000000-000000000000
|
||||
go.uber.org/atomic v1.11.0
|
||||
)
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ replace github.com/yusing/go-proxy => ../..
|
|||
|
||||
require (
|
||||
github.com/go-acme/lego/v4 v4.23.1
|
||||
github.com/yusing/go-proxy v0.0.0-00010101000000-000000000000
|
||||
github.com/yusing/go-proxy v0.12.3
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
Loading…
Add table
Reference in a new issue