Skip to content

Commit 74b0aec

Browse files
committed
Sync deps
1 parent 211332c commit 74b0aec

24 files changed

Lines changed: 3961 additions & 6 deletions

File tree

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/kardianos/service v1.3.0
2626
github.com/lifenjoiner/dhcpdns v0.0.7
2727
github.com/miekg/dns v1.1.72
28-
github.com/powerman/check v1.12.0
28+
github.com/powerman/check v1.13.0
2929
github.com/quic-go/quic-go v0.60.0
3030
golang.org/x/crypto v0.54.0
3131
golang.org/x/net v0.57.0
@@ -40,7 +40,6 @@ require (
4040
github.com/hashicorp/go-uuid v1.0.3 // indirect
4141
github.com/hashicorp/golang-lru v1.0.2 // indirect
4242
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
43-
github.com/powerman/deepequal v0.1.0 // indirect
4443
github.com/quic-go/qpack v0.6.0 // indirect
4544
go.uber.org/mock v0.6.0 // indirect
4645
golang.org/x/mod v0.38.0 // indirect

go.sum

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,8 @@ github.com/miekg/dns v1.1.72 h1:vhmr+TF2A3tuoGNkLDFK9zi36F2LS+hKTRW0Uf8kbzI=
5656
github.com/miekg/dns v1.1.72/go.mod h1:+EuEPhdHOsfk6Wk5TT2CzssZdqkmFhf8r+aVyDEToIs=
5757
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
5858
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
59-
github.com/powerman/check v1.12.0 h1:LgvxYAXH36Kl0pGv4LIj++YDoixNK1Hv/DNAR2ICFyA=
60-
github.com/powerman/check v1.12.0/go.mod h1:D75lt+W0sJTwv7V5MI9aFTm486cLf1xAlPknvZFbJ0c=
61-
github.com/powerman/deepequal v0.1.0 h1:sVwtyTsBuYIvdbLR1O2wzRY63YgPqdGZmk/o80l+C/U=
62-
github.com/powerman/deepequal v0.1.0/go.mod h1:3k7aG/slufBhUANdN67o/UPg8i5YaiJ6FmibWX0cn04=
59+
github.com/powerman/check v1.13.0 h1:/uNADrvWRzsRKCN00LEN/Ph0XMlUmtOhZTw2Qr60nNQ=
60+
github.com/powerman/check v1.13.0/go.mod h1:h7WkuVUhfVN1yl/F6zm+zbZLeOUtx34+JpMA8aA2vR0=
6361
github.com/quic-go/go-ossfuzz-seeds v0.1.0 h1:APacT+iIaNF6fd8AGEiN3bT/Jtkd2jz4v4TzM7MFjy0=
6462
github.com/quic-go/go-ossfuzz-seeds v0.1.0/go.mod h1:3IOHRbJIc+L6YKMwfDtJAM9Vj9k0YY4muhuyUYk5tbk=
6563
github.com/quic-go/qpack v0.6.0 h1:g7W+BMYynC1LbYLSqRt8PBg5Tgwxn214ZZR34VIOjz8=

vendor/github.com/powerman/check/internal/contextx/merge.go

Lines changed: 98 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/powerman/check/internal/deepequal/LICENSE

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/powerman/check/internal/deepequal/LICENSE-go

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/powerman/check/internal/deepequal/README.md

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/powerman/check/internal/deepequal/custom.go

Lines changed: 67 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)