From 1377d42dc2e0f33f29434b7d4fda1ddea9da8fb6 Mon Sep 17 00:00:00 2001 From: "clash-meta-maintainer[bot]" <148681994+clash-meta-maintainer[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 16:16:28 +0800 Subject: [PATCH] Update Dependencies (#184) --- core/src/foss/golang/clash | 2 +- core/src/main/golang/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/foss/golang/clash b/core/src/foss/golang/clash index 080d3160..23e3f12e 160000 --- a/core/src/foss/golang/clash +++ b/core/src/foss/golang/clash @@ -1 +1 @@ -Subproject commit 080d316059d9bceff569370f36c19f3de570ec5b +Subproject commit 23e3f12e881c4626af7d06336bac77e717b00bea diff --git a/core/src/main/golang/go.mod b/core/src/main/golang/go.mod index 0e8cd8c6..64e51b3a 100644 --- a/core/src/main/golang/go.mod +++ b/core/src/main/golang/go.mod @@ -9,7 +9,7 @@ require ( github.com/miekg/dns v1.1.57 github.com/oschwald/maxminddb-golang v1.12.0 golang.org/x/sync v0.6.0 - gopkg.in/yaml.v3 v3.0.1 + gopkg.in/yaml.v2 v2.4.0 ) replace github.com/metacubex/mihomo => ../../foss/golang/clash