From 23b85135a5f0d226b222de38593d59b27bb539a1 Mon Sep 17 00:00:00 2001 From: qydysky Date: Mon, 5 Oct 2020 00:49:03 +0800 Subject: [PATCH] =?utf8?q?=E7=9B=B4=E6=92=AD=E7=BB=93=E6=9D=9F=E7=9B=B4?= =?utf8?q?=E6=92=AD=E6=B5=81=E8=A2=AB=E8=A6=86=E7=9B=96=E4=B8=BA0=E5=AD=97?= =?utf8?q?=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- demo/go.mod | 2 +- demo/go.sum | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index e08833d..46569a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -202010042020 \ No newline at end of file +202010050049 \ No newline at end of file diff --git a/demo/go.mod b/demo/go.mod index ce4e3d8..a0114c2 100644 --- a/demo/go.mod +++ b/demo/go.mod @@ -8,7 +8,7 @@ require ( github.com/klauspost/compress v1.11.1 // indirect github.com/mitchellh/mapstructure v1.3.3 // indirect github.com/qydysky/bili_danmu v0.0.0 - github.com/qydysky/part v0.0.4 // indirect + github.com/qydysky/part v0.0.5 // indirect github.com/shirou/gopsutil v2.20.9+incompatible // indirect github.com/therecipe/env_darwin_amd64_513 v0.0.0-20190626001412-d8e92e8db4d0 // indirect github.com/therecipe/env_linux_amd64_513 v0.0.0-20190626000307-e137a3934da6 // indirect diff --git a/demo/go.sum b/demo/go.sum index 7306bf3..8d5bab0 100644 --- a/demo/go.sum +++ b/demo/go.sum @@ -78,6 +78,8 @@ github.com/qydysky/part v0.0.3 h1:IxLzjAsdC5QYty43tpLEMssLWGFmhKQ8qzkEOgIv03A= github.com/qydysky/part v0.0.3/go.mod h1:+8N3UgJBVyJj8ar31eZtucwrKpLpay854Y5qq0xk3x0= github.com/qydysky/part v0.0.4 h1:MN1SXuP0korwTAFPG+hJmQHGFs9Aj7XBC4zAq6yEjsc= github.com/qydysky/part v0.0.4/go.mod h1:+8N3UgJBVyJj8ar31eZtucwrKpLpay854Y5qq0xk3x0= +github.com/qydysky/part v0.0.5 h1:sbkXXRpviLJ81rav5SfWo/vIq2c0tQDa6kvWTqXgEL0= +github.com/qydysky/part v0.0.5/go.mod h1:+8N3UgJBVyJj8ar31eZtucwrKpLpay854Y5qq0xk3x0= github.com/shirou/gopsutil v2.20.7+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA= github.com/shirou/gopsutil v2.20.8+incompatible h1:8c7Atn0FAUZJo+f4wYbN0iVpdWniCQk7IYwGtgdh1mY= github.com/shirou/gopsutil v2.20.8+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA= -- 2.39.2