diff --git a/Makefile b/Makefile index 24b98b98..a75d5a5c 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ publish_ice = usr/publish/ice.$(shell go env GOOS).$(shell go env GOARCH) all: def @echo && date go build -v -o bin/ice.bin src/main.go src/version.go src/binpack.go && chmod u+x bin/ice.bin && ./bin/ice.sh restart + rm ${publish_ice}; cp bin/ice.bin ${publish_ice} def: @ [ -f src/version.go ] || echo "package main" > src/version.go diff --git a/go.mod b/go.mod index f115d3b7..86f4dae9 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module shylinux.com/x/contexts go 1.11 -require shylinux.com/x/ice v0.7.7 +require shylinux.com/x/ice v0.8.0 require ( shylinux.com/x/golang-story v0.3.6 diff --git a/go.sum b/go.sum index 8b73ef1b..e6d088df 100644 --- a/go.sum +++ b/go.sum @@ -5,11 +5,11 @@ shylinux.com/x/go-sql-mysql v0.0.1/go.mod h1:47OfAZK24HRJMy7dAu/jrksGCf9yzJaAUFw shylinux.com/x/golang-story v0.3.6 h1:3yMPRZK/bW9oaWquhlagJZq8LTLY3sQxrt+rvkSrGO4= shylinux.com/x/golang-story v0.3.6/go.mod h1:4nkJ5zyhNNC2ulPsf6WowneJ+axCw8eWMpsLwiQrvgg= shylinux.com/x/ice v0.7.6/go.mod h1:cnR4S2jWpPKuUsmnnul1gZCIZeuFeO17ieHbXmWjwpM= -shylinux.com/x/ice v0.7.7 h1:rM7mREc4sZQi54p68pBdxP9yyGj139X9EFvJ6nv2A1Y= -shylinux.com/x/ice v0.7.7/go.mod h1:IgRTxU8QmUXY+Kn2RGo45c1cKY8A8+gHZCuDxFvsfPs= +shylinux.com/x/ice v0.8.0 h1:z138rS6bbFXiqSEAov/1p1kIqybeOkVOfNjHMw6UKdo= +shylinux.com/x/ice v0.8.0/go.mod h1:QSlZY0+PY70vvU/DN98mkwNTiVH4Yk03JQMDg0cH2tw= shylinux.com/x/icebergs v1.0.3/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw= -shylinux.com/x/icebergs v1.0.4 h1:ID9xOYkLagvlm8lgI9+lDAecekXZBVmVxHjri8u44jg= -shylinux.com/x/icebergs v1.0.4/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw= +shylinux.com/x/icebergs v1.0.7 h1:PUAh8o75wd/4L8B+kaPoqeCPbwM3iKiavibt3NJlhOM= +shylinux.com/x/icebergs v1.0.7/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw= shylinux.com/x/linux-story v0.3.4 h1:1YHGOYac0vvzTNcJCT0bPYdImhuZMfM6JBec/DYzmS4= shylinux.com/x/linux-story v0.3.4/go.mod h1:Fj+ojz6nFPPzVGdiroS2LwvLTP7QaeVMRlfuGp/VbiE= shylinux.com/x/mysql-story v0.3.6 h1:uIdHEvNlHTOPfnfhA3zSfdYx+eyTu5Out62mXlOfGCY= diff --git a/src/debug/go.mod b/src/debug/go.mod index 23667846..a16a4013 100644 --- a/src/debug/go.mod +++ b/src/debug/go.mod @@ -2,7 +2,7 @@ module shylinux.com/x/contexts go 1.11 -require shylinux.com/x/ice v0.7.8 +require shylinux.com/x/ice v0.8.0 require ( shylinux.com/x/golang-story v0.3.6 diff --git a/src/release/go.mod b/src/release/go.mod index f115d3b7..86f4dae9 100644 --- a/src/release/go.mod +++ b/src/release/go.mod @@ -2,7 +2,7 @@ module shylinux.com/x/contexts go 1.11 -require shylinux.com/x/ice v0.7.7 +require shylinux.com/x/ice v0.8.0 require ( shylinux.com/x/golang-story v0.3.6 diff --git a/src/release/go.sum b/src/release/go.sum index 8b73ef1b..e6d088df 100644 --- a/src/release/go.sum +++ b/src/release/go.sum @@ -5,11 +5,11 @@ shylinux.com/x/go-sql-mysql v0.0.1/go.mod h1:47OfAZK24HRJMy7dAu/jrksGCf9yzJaAUFw shylinux.com/x/golang-story v0.3.6 h1:3yMPRZK/bW9oaWquhlagJZq8LTLY3sQxrt+rvkSrGO4= shylinux.com/x/golang-story v0.3.6/go.mod h1:4nkJ5zyhNNC2ulPsf6WowneJ+axCw8eWMpsLwiQrvgg= shylinux.com/x/ice v0.7.6/go.mod h1:cnR4S2jWpPKuUsmnnul1gZCIZeuFeO17ieHbXmWjwpM= -shylinux.com/x/ice v0.7.7 h1:rM7mREc4sZQi54p68pBdxP9yyGj139X9EFvJ6nv2A1Y= -shylinux.com/x/ice v0.7.7/go.mod h1:IgRTxU8QmUXY+Kn2RGo45c1cKY8A8+gHZCuDxFvsfPs= +shylinux.com/x/ice v0.8.0 h1:z138rS6bbFXiqSEAov/1p1kIqybeOkVOfNjHMw6UKdo= +shylinux.com/x/ice v0.8.0/go.mod h1:QSlZY0+PY70vvU/DN98mkwNTiVH4Yk03JQMDg0cH2tw= shylinux.com/x/icebergs v1.0.3/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw= -shylinux.com/x/icebergs v1.0.4 h1:ID9xOYkLagvlm8lgI9+lDAecekXZBVmVxHjri8u44jg= -shylinux.com/x/icebergs v1.0.4/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw= +shylinux.com/x/icebergs v1.0.7 h1:PUAh8o75wd/4L8B+kaPoqeCPbwM3iKiavibt3NJlhOM= +shylinux.com/x/icebergs v1.0.7/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw= shylinux.com/x/linux-story v0.3.4 h1:1YHGOYac0vvzTNcJCT0bPYdImhuZMfM6JBec/DYzmS4= shylinux.com/x/linux-story v0.3.4/go.mod h1:Fj+ojz6nFPPzVGdiroS2LwvLTP7QaeVMRlfuGp/VbiE= shylinux.com/x/mysql-story v0.3.6 h1:uIdHEvNlHTOPfnfhA3zSfdYx+eyTu5Out62mXlOfGCY=