aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRenovate Bot <micah+renovate@torproject.org>2024-02-20 17:16:53 +0000
committerShelikhoo <xiaokangwang@outlook.com>2024-02-21 14:58:56 +0000
commit0c3d92c646e6a2581c1c1e54b235c8ca5ce7e9e6 (patch)
tree279a5a20ed6d4a0af595f3d403d7a35d052217d0 /go.mod
parent533caaf47add1a3181c611ea039e4291b5125757 (diff)
downloadsnowflake-0c3d92c646e6a2581c1c1e54b235c8ca5ce7e9e6.tar.gz
snowflake-0c3d92c646e6a2581c1c1e54b235c8ca5ce7e9e6.zip
chore(deps): update module github.com/miekg/dns to v1.1.58
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index ddf2457..c4282ee 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/sqs v1.28.1
github.com/golang/mock v1.6.0
github.com/gorilla/websocket v1.5.1
- github.com/miekg/dns v1.1.57
+ github.com/miekg/dns v1.1.58
github.com/pion/ice/v2 v2.3.13
github.com/pion/sdp/v3 v3.0.6
github.com/pion/stun v0.6.1
@@ -77,8 +77,8 @@ require (
github.com/templexxx/xorsimd v0.4.2 // indirect
github.com/tjfoc/gmsm v1.4.1 // indirect
github.com/txthinking/runnergroup v0.0.0-20210608031112-152c7c4432bf // indirect
- golang.org/x/mod v0.12.0 // indirect
+ golang.org/x/mod v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
- golang.org/x/tools v0.13.0 // indirect
+ golang.org/x/tools v0.17.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)