Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dependencies #14

Merged
merged 1 commit into from
Nov 21, 2023
Merged

Conversation

jamesl33
Copy link
Contributor

The dependencies are currently quite out-of-date, which means users of go-mockdns are - in some cases - required to use replace directives to pin versions to avoid security issues (e.g. in x/net).

$ go get -u ./...
go: upgraded github.com/miekg/dns v1.1.25 => v1.1.57
go: upgraded golang.org/x/net v0.0.0-20190923162816-aa69164e4478 => v0.18.0
go: upgraded golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 => v0.15.0

$ go mod tidy

$ go test ./... -count=1
ok      github.com/foxcpp/go-mockdns    0.004s

@foxcpp foxcpp merged commit 964fedc into foxcpp:master Nov 21, 2023
@foxcpp
Copy link
Owner

foxcpp commented Nov 21, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants