mirror of
https://github.com/kenzok8/small-package
synced 2025-01-09 08:59:26 +08:00
update 2022-08-08 08:54:05
This commit is contained in:
parent
425b4bf142
commit
63ba3414fd
@ -51,6 +51,10 @@ function to_check()
|
||||
model = "rockchip_armv8/friendlyarm_nanopi-r5s"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-rockchip-armv8-friendlyarm_nanopi-r5s_sd.img.gz"
|
||||
elseif board_name:match("nanopi%-r4se") then
|
||||
model = "rockchip_armv8/friendlyarm_nanopi-r4se"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-rockchip-armv8-friendlyarm_nanopi-r4se_sd.img.gz"
|
||||
elseif board_name:match("nanopi%-r2c") then
|
||||
model = "rockchip_armv8/friendlyarm_nanopi-r2c"
|
||||
check_update()
|
||||
@ -239,6 +243,22 @@ function to_check()
|
||||
model = "ramips_mt7621/jcg_q20"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ramips-mt7621-jcg_q20-squashfs-sysupgrade.bin"
|
||||
elseif board_name:match("edgerouter%-x$") then
|
||||
model = "ramips_mt7621/ubnt_edgerouter-x"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ramips-mt7621-ubnt_edgerouter-x-squashfs-sysupgrade.bin"
|
||||
elseif board_name:match("edgerouter%-x%-sfp") then
|
||||
model = "ramips_mt7621/ubnt_edgerouter-x-sfp"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ramips-mt7621-ubnt_edgerouter-x-sfp-squashfs-sysupgrade.bin"
|
||||
elseif board_name:match("msg1500%-x%-00") then
|
||||
model = "ramips_mt7621/raisecom_msg1500-x-00"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ramips-mt7621-raisecom_msg1500-x-00-squashfs-sysupgrade.bin"
|
||||
elseif board_name:match("zte,e8820s") then
|
||||
model = "ramips_mt7621/zte_e8820s"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ramips-mt7621-zte_e8820s-squashfs-sysupgrade.bin"
|
||||
elseif board_name:match("rt%-ac1200$") then
|
||||
model = "ramips_mt76x8/asus_rt-ac1200"
|
||||
check_update()
|
||||
@ -287,18 +307,78 @@ function to_check()
|
||||
model = "bcm53xx_generic/asus_rt-ac88u"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-bcm53xx-generic-asus_rt-ac88u-squashfs.trx"
|
||||
elseif board_name:match("edgerouter%-x$") then
|
||||
model = "bcm53xx_generic/asus_rt-ac88u"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ramips-mt7621-ubnt_edgerouter-x-squashfs-sysupgrade.bin"
|
||||
elseif board_name:match("edgerouter%-x%-sfp") then
|
||||
model = "bcm53xx_generic/asus_rt-ac88u"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ramips-mt7621-ubnt_edgerouter-x-sfp-squashfs-sysupgrade.bin"
|
||||
elseif board_name:match("wrt1200ac") then
|
||||
model = "mvebu/cortexa9"
|
||||
model = "mvebu_cortexa9/linksys_wrt1200ac"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin"
|
||||
elseif board_name:match("qihoo,v6") then
|
||||
model = "ipq60xx_generic/qihoo_v6"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ipq60xx-generic-qihoo_v6-squashfs-nand-sysupgrade.bin"
|
||||
elseif board_name:match("gl%-ax1800") then
|
||||
model = "ipq60xx_generic/linet_gl-ax1800"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ipq60xx-generic-glinet_gl-ax1800-squashfs-nand-sysupgrade.bin"
|
||||
elseif board_name:match("gl%-axt1800") then
|
||||
model = "ipq60xx_generic/glinet_gl-axt1800"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ipq60xx-generic-glinet_gl-axt1800-squashfs-nand-sysupgrade.bin"
|
||||
elseif board_name:match("linksys,mr7350") then
|
||||
model = "ipq60xx_generic/linksys_mr7350"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ipq60xx-generic-linksys_mr7350-squashfs-nand-sysupgrade.bin"
|
||||
elseif board_name:match("cmiot,ax18") then
|
||||
model = "ipq60xx_generic/cmiot_ax18"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ipq60xx-generic-cmiot_ax18-squashfs-nand-sysupgrade.bin"
|
||||
elseif board_name:match("zn,m2") then
|
||||
model = "ipq60xx_generic/zn_m2"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ipq60xx-generic-zn_m2-squashfs-nand-sysupgrade.bin"
|
||||
elseif board_name:match("gl%-mt300a") then
|
||||
model = "ramips_mt7620/glinet_gl-mt300a"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ramips-mt7620-glinet_gl-mt300a-squashfs-sysupgrade.bin"
|
||||
elseif board_name:match("gl%-mt750") then
|
||||
model = "ramips_mt7620/glinet_gl-mt750"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ramips-mt7620-glinet_gl-mt750-squashfs-sysupgrade.bin"
|
||||
elseif board_name:match("hiwifi,hc5661") then
|
||||
model = "ramips_mt7620/hiwifi_hc5661"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ramips-mt7620-hiwifi_hc5661-squashfs-sysupgrade.bin"
|
||||
elseif board_name:match("hiwifi,hc5761") then
|
||||
model = "ramips_mt7620/hiwifi_hc5761"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ramips-mt7620-hiwifi_hc5761-squashfs-sysupgrade.bin"
|
||||
elseif board_name:match("hiwifi,hc5861") then
|
||||
model = "ramips_mt7620/hiwifi_hc5861"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ramips-mt7620-hiwifi_hc5861-squashfs-sysupgrade.bin"
|
||||
elseif board_name:match("newifi%-y1") then
|
||||
model = "ramips_mt7620/lenovo_newifi-y1"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ramips-mt7620-lenovo_newifi-y1-squashfs-sysupgrade.bin"
|
||||
elseif board_name:match("newifi%-y1s") then
|
||||
model = "ramips_mt7620/lenovo_newifi-y1s"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ramips-mt7620-lenovo_newifi-y1s-squashfs-sysupgrade.bin"
|
||||
elseif board_name:match("miwifi%-mini") then
|
||||
model = "ramips_mt7620/xiaomi_miwifi-mini"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade.bin"
|
||||
elseif board_name:match("yk%-l1$") then
|
||||
model = "ramips_mt7620/youku_yk-l1"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ramips-mt7620-youku_yk-l1-squashfs-sysupgrade.bin"
|
||||
elseif board_name:match("yk%-l1c") then
|
||||
model = "ramips_mt7620/youku_yk-l1c"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ramips-mt7620-youku_yk-l1c-squashfs-sysupgrade.bin"
|
||||
elseif board_name:match("miwifi%-r3") then
|
||||
model = "ramips_mt7620/xiaomi_miwifi-r3"
|
||||
check_update()
|
||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..remote_version.. "-openwrt-ramips-mt7620-xiaomi_miwifi-r3-squashfs-sysupgrade.bin"
|
||||
else
|
||||
local needs_update = false
|
||||
return {
|
||||
|
@ -13125,6 +13125,7 @@ annihilationefficient.com
|
||||
annotationcoinboiled.com
|
||||
annotationpushy.com
|
||||
annotationsolely.com
|
||||
annotationwednesdayplayground.com
|
||||
announcem.com
|
||||
announcement.ru
|
||||
announceproposition.com
|
||||
@ -44807,6 +44808,7 @@ hammerhearing.com
|
||||
hammerpzjx.xyz
|
||||
hammocklighting.com
|
||||
hammockpublisherillumination.com
|
||||
hamply.com
|
||||
hamsterpierrejews.com
|
||||
hamtugin.com
|
||||
hamusprecony.com
|
||||
@ -46565,6 +46567,7 @@ hosenewspapersdepths.com
|
||||
hosept.com
|
||||
hosierylackingperilous.com
|
||||
hosieryplum.com
|
||||
hosierypressed.com
|
||||
hosierystraitedinburgh.com
|
||||
hosoojat.net
|
||||
hospedeoculto.com.br
|
||||
@ -47966,6 +47969,7 @@ idoux-maconnerie.fr
|
||||
idownloadgalore.com
|
||||
idqhmtgeskkkwr.com
|
||||
idqwqm.kkday.com
|
||||
idreamed.com
|
||||
idreammedia.com
|
||||
idrivecheck.com
|
||||
idrivedownload.com
|
||||
@ -65638,6 +65642,7 @@ nichrnmxrlplt.com
|
||||
nickeeha.net
|
||||
nickhel.com
|
||||
nickhollis.com
|
||||
nicknameuntie.com
|
||||
nicksstevmark.com
|
||||
nicmoomp.net
|
||||
nicolassportafolio.atwebpages.com
|
||||
@ -66150,6 +66155,7 @@ northeastbulletinnews.in
|
||||
northeregikgf.club
|
||||
northernintimate.com
|
||||
northmay.com
|
||||
northokaydesert.com
|
||||
northstar.cmcm.com
|
||||
northstartravelmedia.com
|
||||
northwestlegendary.com
|
||||
@ -85185,6 +85191,7 @@ silkymalgr.casa
|
||||
silkysquirrel.com
|
||||
silldisappoint.com
|
||||
sillinessinterfere.com
|
||||
sillinesswoollen.com
|
||||
silloflippo.casa
|
||||
sillrochester.com
|
||||
sillwrongcap.com
|
||||
@ -90727,6 +90734,7 @@ strewslogan.com
|
||||
strewviolently.com
|
||||
strickenenergetic.com
|
||||
strictlyglobe.com
|
||||
strideneedlework.com
|
||||
strikead.com
|
||||
strikeadcdn.s3.amazonaws.com
|
||||
strikeadulteryresound.com
|
||||
@ -91426,6 +91434,7 @@ swdceu.smulderstextiel.be
|
||||
swdlxrsm.com
|
||||
swe.shylsp.com
|
||||
sweaterwarmly.com
|
||||
sweatyrounded.com
|
||||
sweatyuprisingshut.com
|
||||
sweatywakelack.com
|
||||
sweb.ulta.com
|
||||
@ -92181,6 +92190,7 @@ t.wowtrk.com
|
||||
t.wvusports.com
|
||||
t.xamaky.top
|
||||
t.xiumii.top
|
||||
t.xoom.com
|
||||
t.xymj.xyz
|
||||
t.youhua.pw
|
||||
t.youmi.net
|
||||
@ -105644,6 +105654,7 @@ www.afterdownload.com
|
||||
www.afternic.com
|
||||
www.afterthoughtdevil.com
|
||||
www.agagaure.com
|
||||
www.againirksomefutile.com
|
||||
www.agency.help.adfox.ru
|
||||
www.agies.org
|
||||
www.agkn.com
|
||||
@ -106095,6 +106106,7 @@ www.cfdanet.com
|
||||
www.cfeucdn.com
|
||||
www.cfoodsnepal.com
|
||||
www.cgaei.com
|
||||
www.challengecircuit.com
|
||||
www.challengehurts.com
|
||||
www.chanet.com.cn
|
||||
www.chapadaomaquinas.com
|
||||
@ -106356,6 +106368,7 @@ www.datoben.waw.pl
|
||||
www.dats.ero-advertising.com
|
||||
www.datt.ero-advertising.com
|
||||
www.daua.ero-advertising.com
|
||||
www.daughterinlawrib.com
|
||||
www.daughtersanything.com
|
||||
www.dava.ero-advertising.com
|
||||
www.davion.plus.com
|
||||
@ -106368,6 +106381,7 @@ www.dbta.ero-advertising.com
|
||||
www.dcimei.tw
|
||||
www.debbo.plus.com
|
||||
www.decar-auto.it
|
||||
www.decencyjessiebloom.com
|
||||
www.declinedisobey.com
|
||||
www.deelen-wageningen.nl
|
||||
www.defencehungry.com
|
||||
@ -106554,6 +106568,7 @@ www.electricitylaxative.com
|
||||
www.electropixel.com
|
||||
www.elementdeserts.com
|
||||
www.elementsfertilisedfaithful.com
|
||||
www.elsewherebuckle.com
|
||||
www.eltrafiko.com
|
||||
www.emadesign.net
|
||||
www.emar.com.cn
|
||||
@ -106980,6 +106995,7 @@ www.hairoak.com
|
||||
www.hajoopteg.com
|
||||
www.hakerzy.net
|
||||
www.hallucinatecompute.com
|
||||
www.hallucinatepromise.com
|
||||
www.haloapps.com
|
||||
www.handbrake.es
|
||||
www.handymansurrender.com
|
||||
@ -107672,6 +107688,7 @@ www.milkfountain.com
|
||||
www.millennialmedia.com
|
||||
www.millwardbrownacsr.com
|
||||
www.mincethingsmarch.com
|
||||
www.mindedcarious.com
|
||||
www.mindmanager.cc
|
||||
www.mindshare.de
|
||||
www.minesage.com
|
||||
@ -108460,6 +108477,7 @@ www.sentineldiscordmm.com
|
||||
www.sentry.io
|
||||
www.seoteam.marketing
|
||||
www.separatecolonist.com
|
||||
www.serialwarning.com
|
||||
www.servitemequipos.cl
|
||||
www.servsave.com
|
||||
www.setsdowntown.com
|
||||
@ -109105,6 +109123,7 @@ www.vengence.org
|
||||
www.venisonchemistrydeclared.com
|
||||
www.venisonhumridicule.com
|
||||
www.venturead.com
|
||||
www.verandahcrease.com
|
||||
www.vercanalestv1.com
|
||||
www.vergelijkeenproduct.nl
|
||||
www.verifier.live
|
||||
|
@ -1,6 +1,6 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2021-11-30 22:12+0000\n"
|
||||
"PO-Revision-Date: 2022-08-05 01:21+0000\n"
|
||||
"Last-Translator: Simona Iacob <s@zp1.net>\n"
|
||||
"Language-Team: Romanian <https://hosted.weblate.org/projects/openwrt/"
|
||||
"luciapplicationsnft-qos/ro/>\n"
|
||||
@ -9,7 +9,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
|
||||
"20)) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 4.10-dev\n"
|
||||
"X-Generator: Weblate 4.14-dev\n"
|
||||
|
||||
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:136
|
||||
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155
|
||||
@ -123,11 +123,11 @@ msgstr "Activare limită"
|
||||
|
||||
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:33
|
||||
msgid "Limit Rate by IP Address"
|
||||
msgstr ""
|
||||
msgstr "Limitarea ratei în funcție de adresa IP"
|
||||
|
||||
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:34
|
||||
msgid "Limit Rate by Mac Address"
|
||||
msgstr ""
|
||||
msgstr "Limitarea ratei în funcție de adresa Mac"
|
||||
|
||||
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
|
||||
msgid "Limit Traffic Rate By Mac Address"
|
||||
@ -239,7 +239,7 @@ msgstr ""
|
||||
|
||||
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:35
|
||||
msgid "Traffic Priority"
|
||||
msgstr ""
|
||||
msgstr "Prioritate de trafic"
|
||||
|
||||
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
|
||||
msgid "Traffic Priority Settings"
|
||||
|
@ -5,14 +5,14 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=sagernet-core
|
||||
BASE_VERSION:=5.0.16
|
||||
BASE_VERSION:=5.0.17
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/SagerNet/v2ray-core.git
|
||||
PKG_SOURCE_DATE:=2022-07-06
|
||||
PKG_SOURCE_VERSION:=c2f8382035ea4546f1209a51b5683c510f95afcc
|
||||
PKG_MIRROR_HASH:=12fafd1f631eb51278484066c47db2a4763278e4ccb6e339350676c8717f0b33
|
||||
PKG_SOURCE_DATE:=2022-07-30
|
||||
PKG_SOURCE_VERSION:=26e36b1cb46f387cacd65c1a5900be592913f842
|
||||
PKG_MIRROR_HASH:=f8968ef7df8775f28c30f8115e2ce2e9324b1753526af6c89631edf1b1f56f8d
|
||||
PKG_VERSION:=$(BASE_VERSION)-$(PKG_SOURCE_DATE)-$(call version_abbrev,$(PKG_SOURCE_VERSION))
|
||||
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
|
@ -9,20 +9,11 @@ go get github.com/Dreamacro/clash/transport/simple-obfs
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
+ github.com/Dreamacro/clash v1.11.0
|
||||
+ github.com/Dreamacro/clash v1.11.4
|
||||
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da
|
||||
github.com/dgryski/go-camellia v0.0.0-20191119043421-69a8a13fb23d
|
||||
github.com/dgryski/go-idea v0.0.0-20170306091226-d2fb45a411fb
|
||||
@@ -50,6 +51,8 @@ replace gvisor.dev/gvisor => github.com/
|
||||
|
||||
//replace github.com/sagernet/sing => ../sing
|
||||
|
||||
+replace github.com/Dreamacro/clash => github.com/sagernet/clash v1.10.7-0.20220610080510-ac56b2a05ded
|
||||
+
|
||||
require (
|
||||
github.com/aead/cmac v0.0.0-20160719120800-7af84192f0b1 // indirect
|
||||
github.com/boljen/go-bitmap v0.0.0-20151001105940-23cd2fb0ce7d // indirect
|
||||
@@ -82,6 +85,7 @@ require (
|
||||
@@ -82,6 +83,7 @@ require (
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
|
||||
github.com/secure-io/siv-go v0.0.0-20180922214919-5ff40651e2c4 // indirect
|
||||
@ -32,15 +23,15 @@ go get github.com/Dreamacro/clash/transport/simple-obfs
|
||||
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
|
||||
--- a/go.sum
|
||||
+++ b/go.sum
|
||||
@@ -357,6 +357,8 @@ github.com/rogpeppe/go-internal v1.8.0/g
|
||||
github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g=
|
||||
github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
|
||||
github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts=
|
||||
+github.com/sagernet/clash v1.10.7-0.20220610080510-ac56b2a05ded h1:iw6tWwLTRXgz65wOH8plV20P42q4UN0pgJyc6pQLLDk=
|
||||
+github.com/sagernet/clash v1.10.7-0.20220610080510-ac56b2a05ded/go.mod h1:qrmVDeYq4Gr8SiGuxVoA4cc4xhq7TNgnLa76AANNYRA=
|
||||
github.com/sagernet/gvisor v0.0.0-20220402114650-763d12dc953e h1:Y4avBAtZ59OWvLl6zP9sF62jtMEVRPIH78IQctq9aXQ=
|
||||
github.com/sagernet/gvisor v0.0.0-20220402114650-763d12dc953e/go.mod h1:tWwEcFvJavs154OdjFCw78axNrsDlz4Zh8jvPqwcpGI=
|
||||
github.com/sagernet/sing v0.0.0-20220705090238-53c9f8d1374f h1:NEwuLgPhel2h2w2i9dZ4qgZr3v3GheL1GYx8t1/FSRU=
|
||||
@@ -20,6 +20,8 @@ dmitri.shuralyov.com/state v0.0.0-201802
|
||||
git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999/go.mod h1:fPE2ZNJGynbRyZ4dJvy6G277gSllfV2HJqblrnkyeyg=
|
||||
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
|
||||
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
|
||||
+github.com/Dreamacro/clash v1.11.4 h1:ZQe/7G+JclA1vvyAn8MtaEBvQK73mWR6lV3BceDaJoY=
|
||||
+github.com/Dreamacro/clash v1.11.4/go.mod h1:ParIZ6P19q5GDgRE+HV/co7GunFRmvN31YFgNp4cwDw=
|
||||
github.com/FlowerWrong/water v0.0.0-20180301012659-01a4eaa1f6f2/go.mod h1:xrG5L7lq7T2DLnPr2frMnL906CNEoKRwLB+VYFhPq2w=
|
||||
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
|
||||
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da h1:KjTM2ks9d14ZYCvmHS9iAKVt9AyzRSqNU1qabPih5BY=
|
||||
@@ -396,6 +398,8 @@ github.com/shurcooL/sanitized_anchor_nam
|
||||
github.com/shurcooL/users v0.0.0-20180125191416-49c67e49c537/go.mod h1:QJTqeLYEDaXHZDBsXlPCDqdhQuJkuw4NOtaxYe3xii4=
|
||||
github.com/shurcooL/webdavfs v0.0.0-20170829043945-18c3829fa133/go.mod h1:hKmq5kWdCj2z2KEozexVbfEZIWiTjhE0+UjmZgPqehw=
|
||||
@ -51,8 +42,8 @@ go get github.com/Dreamacro/clash/transport/simple-obfs
|
||||
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
|
||||
github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=
|
||||
@@ -455,6 +459,7 @@ go.opentelemetry.io/proto/otlp v0.7.0/go
|
||||
go.starlark.net v0.0.0-20220328144851-d1966c6b9fcd h1:Uo/x0Ir5vQJ+683GXB9Ug+4fcjsbp7z7Ul8UaZbhsRM=
|
||||
go.starlark.net v0.0.0-20220328144851-d1966c6b9fcd/go.mod h1:t3mmBBPzAVvK0L0n1drDmrQsJ8FoIx4INCqVMTr/Zo0=
|
||||
go.starlark.net v0.0.0-20220714194419-4cadf0a12139 h1:zMemyQYZSyEdPaUFixYICrXf/0Rfnil7+jiQRf5IBZ0=
|
||||
go.starlark.net v0.0.0-20220714194419-4cadf0a12139/go.mod h1:t3mmBBPzAVvK0L0n1drDmrQsJ8FoIx4INCqVMTr/Zo0=
|
||||
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
|
||||
+go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE=
|
||||
go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0=
|
||||
|
Loading…
Reference in New Issue
Block a user