Chore: update test dependencies

This commit is contained in:
Dreamacro
2022-07-15 16:07:18 +08:00
parent f0952b55d0
commit 3b90e18047
3 changed files with 33 additions and 37 deletions

View File

@ -3,12 +3,12 @@ module clash-test
go 1.18
require (
github.com/Dreamacro/clash v1.10.6
github.com/Dreamacro/clash v1.11.4
github.com/docker/docker v20.10.17+incompatible
github.com/docker/go-connections v0.4.0
github.com/miekg/dns v1.1.49
github.com/stretchr/testify v1.7.2
golang.org/x/net v0.0.0-20220617184016-355a448f1bc9
github.com/miekg/dns v1.1.50
github.com/stretchr/testify v1.8.0
golang.org/x/net v0.0.0-20220708220712-1185a9018129
)
replace github.com/Dreamacro/clash => ../
@ -35,10 +35,10 @@ require (
github.com/u-root/uio v0.0.0-20210528114334-82958018845c // indirect
go.etcd.io/bbolt v1.3.6 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect