chore(deps): update module github.com/miekg/dns to v1.1.65

This commit is contained in:
Renovate Bot 2025-04-09 15:21:10 +00:00 committed by Shelikhoo
parent a5ee60e3b5
commit d264cf2cdb
No known key found for this signature in database
GPG key ID: 4C9764E9FE80A3DC
2 changed files with 10 additions and 10 deletions

8
go.mod
View file

@ -1,6 +1,6 @@
module gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2
go 1.22
go 1.22.0
require (
github.com/aws/aws-sdk-go-v2 v1.36.3
@ -9,7 +9,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/sqs v1.37.14
github.com/golang/mock v1.6.0
github.com/gorilla/websocket v1.5.3
github.com/miekg/dns v1.1.63
github.com/miekg/dns v1.1.65
github.com/pion/ice/v4 v4.0.9
github.com/pion/sdp/v3 v3.0.11
github.com/pion/stun/v3 v3.0.0
@ -77,10 +77,10 @@ require (
github.com/tjfoc/gmsm v1.4.1 // indirect
github.com/txthinking/runnergroup v0.0.0-20210608031112-152c7c4432bf // indirect
github.com/wlynxg/anet v0.0.5 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/mod v0.23.0 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/text v0.22.0 // indirect
golang.org/x/tools v0.22.0 // indirect
golang.org/x/tools v0.30.0 // indirect
google.golang.org/protobuf v1.36.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)