From 8a787a24fd57b092c01fba169d2bd057eb800956 Mon Sep 17 00:00:00 2001 From: zhuxp Date: Mon, 15 Mar 2021 13:02:04 -0400 Subject: [PATCH] v0.2.0 --- cmd.go | 2 +- go.mod | 2 +- go.sum | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cmd.go b/cmd.go index ff6401e..b76791c 100644 --- a/cmd.go +++ b/cmd.go @@ -10,7 +10,7 @@ import ( const ( //VERSION : Version of NucleServer - VERSION = "0.1.9" + VERSION = "0.2.0" //DIR : Default Directory for NucleServer DIR = ".nucle" ) diff --git a/go.mod b/go.mod index 61496f9..3ba90f9 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/nimezhu/box v0.0.1 github.com/nimezhu/data v0.0.2 github.com/nimezhu/go.uuid v1.2.1 // indirect - github.com/nimezhu/indexed v0.0.1 // indirect + github.com/nimezhu/indexed v0.0.3 // indirect github.com/nimezhu/nbdata v0.0.1 github.com/nimezhu/tbl2x v0.0.1 // indirect github.com/rhysd/go-github-selfupdate v1.2.2 diff --git a/go.sum b/go.sum index d646eec..f19dd84 100644 --- a/go.sum +++ b/go.sum @@ -84,6 +84,10 @@ github.com/nimezhu/go.uuid v1.2.1 h1:hhchJInlG/UkkIATvlfwc2G5Lz2E6xlTJJOx3VmMP0E github.com/nimezhu/go.uuid v1.2.1/go.mod h1:Xa533ZxO/7PwG039B8ZFziVc2Aw7Ksd1mknZxR0XdX8= github.com/nimezhu/indexed v0.0.1 h1:uGSpGHji2SF01X4WQkDlXSm2trui4t2d1mCG2VSJHNA= github.com/nimezhu/indexed v0.0.1/go.mod h1:VzrXw9whuVxHyPeBwIPG2bu91arEdNqttRaWGEKvcYY= +github.com/nimezhu/indexed v0.0.2 h1:muI4s8TH+2/184Bwhl46lzvpfzHtJS6TqIQJhoSNkYM= +github.com/nimezhu/indexed v0.0.2/go.mod h1:VzrXw9whuVxHyPeBwIPG2bu91arEdNqttRaWGEKvcYY= +github.com/nimezhu/indexed v0.0.3 h1:odUpvBSkpWm6gYVfTKcvImaCFV+3RROe1gTfPUEgznc= +github.com/nimezhu/indexed v0.0.3/go.mod h1:VzrXw9whuVxHyPeBwIPG2bu91arEdNqttRaWGEKvcYY= github.com/nimezhu/nbdata v0.0.1 h1:xJR90qFMHKgLB0M634ALm0Wy0ITb/EdfOvabrdz5XMU= github.com/nimezhu/nbdata v0.0.1/go.mod h1:ST5v8CZLC5mAig78gCHKiFmGS+cNPP/2Fg0SWY+3WOQ= github.com/nimezhu/netio v0.0.0-20181023140452-2c1d703652df h1:yM8Fr0jgJ/rI/hu5LTImtPMZLUXCOQmAL3k2U4m62VU=