diff --git a/action/auxi.go b/action/auxi.go index 6e7907c3..47b7e9f3 100644 --- a/action/auxi.go +++ b/action/auxi.go @@ -14,7 +14,7 @@ import ( "strings" "github.com/essentialkaos/bibop/recipe" - "github.com/essentialkaos/ek/v12/strutil" + "github.com/essentialkaos/ek/v13/strutil" ) // ////////////////////////////////////////////////////////////////////////////////// // diff --git a/action/backup.go b/action/backup.go index 1d0e4136..23aadb56 100644 --- a/action/backup.go +++ b/action/backup.go @@ -12,7 +12,7 @@ import ( "hash/crc32" "os" - "github.com/essentialkaos/ek/v12/fsutil" + "github.com/essentialkaos/ek/v13/fsutil" "github.com/essentialkaos/bibop/recipe" ) diff --git a/action/basic.go b/action/basic.go index a000f8d5..684e40dd 100644 --- a/action/basic.go +++ b/action/basic.go @@ -13,8 +13,8 @@ import ( "syscall" "time" - "github.com/essentialkaos/ek/v12/mathutil" - "github.com/essentialkaos/ek/v12/timeutil" + "github.com/essentialkaos/ek/v13/mathutil" + "github.com/essentialkaos/ek/v13/timeutil" "github.com/essentialkaos/bibop/recipe" ) diff --git a/action/fs.go b/action/fs.go index e2cdef60..7b9135d2 100644 --- a/action/fs.go +++ b/action/fs.go @@ -16,10 +16,10 @@ import ( "strconv" "strings" - "github.com/essentialkaos/ek/v12/fsutil" - "github.com/essentialkaos/ek/v12/hash" - "github.com/essentialkaos/ek/v12/strutil" - "github.com/essentialkaos/ek/v12/system" + "github.com/essentialkaos/ek/v13/fsutil" + "github.com/essentialkaos/ek/v13/hash" + "github.com/essentialkaos/ek/v13/strutil" + "github.com/essentialkaos/ek/v13/system" "github.com/essentialkaos/bibop/recipe" ) diff --git a/action/http.go b/action/http.go index 187aa552..bf795777 100644 --- a/action/http.go +++ b/action/http.go @@ -11,7 +11,7 @@ import ( "fmt" "strings" - "github.com/essentialkaos/ek/v12/req" + "github.com/essentialkaos/ek/v13/req" "github.com/buger/jsonparser" diff --git a/action/io.go b/action/io.go index 8bac3418..7c188f38 100644 --- a/action/io.go +++ b/action/io.go @@ -15,8 +15,8 @@ import ( "strings" "time" - "github.com/essentialkaos/ek/v12/mathutil" - "github.com/essentialkaos/ek/v12/timeutil" + "github.com/essentialkaos/ek/v13/mathutil" + "github.com/essentialkaos/ek/v13/timeutil" "github.com/essentialkaos/bibop/recipe" ) diff --git a/action/libs.go b/action/libs.go index b32be2cf..4b8e4a67 100644 --- a/action/libs.go +++ b/action/libs.go @@ -13,9 +13,9 @@ import ( "path/filepath" "strings" - "github.com/essentialkaos/ek/v12/fsutil" - "github.com/essentialkaos/ek/v12/sliceutil" - "github.com/essentialkaos/ek/v12/strutil" + "github.com/essentialkaos/ek/v13/fsutil" + "github.com/essentialkaos/ek/v13/sliceutil" + "github.com/essentialkaos/ek/v13/strutil" "github.com/essentialkaos/bibop/recipe" ) diff --git a/action/service.go b/action/service.go index f5641083..51b57f4b 100644 --- a/action/service.go +++ b/action/service.go @@ -11,9 +11,9 @@ import ( "fmt" "time" - "github.com/essentialkaos/ek/v12/initsystem" - "github.com/essentialkaos/ek/v12/mathutil" - "github.com/essentialkaos/ek/v12/timeutil" + "github.com/essentialkaos/ek/v13/initsystem" + "github.com/essentialkaos/ek/v13/mathutil" + "github.com/essentialkaos/ek/v13/timeutil" "github.com/essentialkaos/bibop/recipe" ) diff --git a/action/system.go b/action/system.go index b4811381..cc155aa8 100644 --- a/action/system.go +++ b/action/system.go @@ -17,12 +17,12 @@ import ( "syscall" "time" - "github.com/essentialkaos/ek/v12/env" - "github.com/essentialkaos/ek/v12/fsutil" - "github.com/essentialkaos/ek/v12/mathutil" - "github.com/essentialkaos/ek/v12/pid" - "github.com/essentialkaos/ek/v12/signal" - "github.com/essentialkaos/ek/v12/timeutil" + "github.com/essentialkaos/ek/v13/env" + "github.com/essentialkaos/ek/v13/fsutil" + "github.com/essentialkaos/ek/v13/mathutil" + "github.com/essentialkaos/ek/v13/pid" + "github.com/essentialkaos/ek/v13/signal" + "github.com/essentialkaos/ek/v13/timeutil" "github.com/essentialkaos/bibop/recipe" ) diff --git a/action/users.go b/action/users.go index 4e2f3ccc..18914e73 100644 --- a/action/users.go +++ b/action/users.go @@ -10,7 +10,7 @@ package action import ( "fmt" - "github.com/essentialkaos/ek/v12/system" + "github.com/essentialkaos/ek/v13/system" "github.com/essentialkaos/bibop/recipe" ) diff --git a/cli/barcode.go b/cli/barcode.go index 58b0f020..44222cb7 100644 --- a/cli/barcode.go +++ b/cli/barcode.go @@ -11,9 +11,9 @@ import ( "fmt" "os/exec" - "github.com/essentialkaos/ek/v12/env" - "github.com/essentialkaos/ek/v12/fmtutil/barcode" - "github.com/essentialkaos/ek/v12/hash" + "github.com/essentialkaos/ek/v13/env" + "github.com/essentialkaos/ek/v13/fmtutil/barcode" + "github.com/essentialkaos/ek/v13/hash" "github.com/essentialkaos/bibop/recipe" ) diff --git a/cli/cli.go b/cli/cli.go index c87adbe0..0940bf20 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -13,25 +13,25 @@ import ( "path/filepath" "strings" - "github.com/essentialkaos/ek/v12/fmtc" - "github.com/essentialkaos/ek/v12/fmtutil" - "github.com/essentialkaos/ek/v12/fmtutil/panel" - "github.com/essentialkaos/ek/v12/fmtutil/table" - "github.com/essentialkaos/ek/v12/fsutil" - "github.com/essentialkaos/ek/v12/options" - "github.com/essentialkaos/ek/v12/req" - "github.com/essentialkaos/ek/v12/strutil" - "github.com/essentialkaos/ek/v12/support" - "github.com/essentialkaos/ek/v12/support/deps" - "github.com/essentialkaos/ek/v12/support/pkgs" - "github.com/essentialkaos/ek/v12/terminal" - "github.com/essentialkaos/ek/v12/terminal/tty" - "github.com/essentialkaos/ek/v12/usage" - "github.com/essentialkaos/ek/v12/usage/completion/bash" - "github.com/essentialkaos/ek/v12/usage/completion/fish" - "github.com/essentialkaos/ek/v12/usage/completion/zsh" - "github.com/essentialkaos/ek/v12/usage/man" - "github.com/essentialkaos/ek/v12/usage/update" + "github.com/essentialkaos/ek/v13/fmtc" + "github.com/essentialkaos/ek/v13/fmtutil" + "github.com/essentialkaos/ek/v13/fmtutil/panel" + "github.com/essentialkaos/ek/v13/fmtutil/table" + "github.com/essentialkaos/ek/v13/fsutil" + "github.com/essentialkaos/ek/v13/options" + "github.com/essentialkaos/ek/v13/req" + "github.com/essentialkaos/ek/v13/strutil" + "github.com/essentialkaos/ek/v13/support" + "github.com/essentialkaos/ek/v13/support/deps" + "github.com/essentialkaos/ek/v13/support/pkgs" + "github.com/essentialkaos/ek/v13/terminal" + "github.com/essentialkaos/ek/v13/terminal/tty" + "github.com/essentialkaos/ek/v13/usage" + "github.com/essentialkaos/ek/v13/usage/completion/bash" + "github.com/essentialkaos/ek/v13/usage/completion/fish" + "github.com/essentialkaos/ek/v13/usage/completion/zsh" + "github.com/essentialkaos/ek/v13/usage/man" + "github.com/essentialkaos/ek/v13/usage/update" "github.com/essentialkaos/bibop/cli/executor" "github.com/essentialkaos/bibop/parser" @@ -44,7 +44,7 @@ import ( // Application info const ( APP = "bibop" - VER = "8.1.0" + VER = "8.1.1" DESC = "Utility for testing command-line tools" ) diff --git a/cli/executor/executor.go b/cli/executor/executor.go index 98e63949..7ed542c5 100644 --- a/cli/executor/executor.go +++ b/cli/executor/executor.go @@ -16,17 +16,17 @@ import ( "syscall" "time" - "github.com/essentialkaos/ek/v12/errutil" - "github.com/essentialkaos/ek/v12/fmtc" - "github.com/essentialkaos/ek/v12/fmtutil/panel" - "github.com/essentialkaos/ek/v12/fsutil" - "github.com/essentialkaos/ek/v12/log" - "github.com/essentialkaos/ek/v12/req" - "github.com/essentialkaos/ek/v12/sliceutil" - "github.com/essentialkaos/ek/v12/strutil" - "github.com/essentialkaos/ek/v12/system" - "github.com/essentialkaos/ek/v12/timeutil" - "github.com/essentialkaos/ek/v12/tmp" + "github.com/essentialkaos/ek/v13/errutil" + "github.com/essentialkaos/ek/v13/fmtc" + "github.com/essentialkaos/ek/v13/fmtutil/panel" + "github.com/essentialkaos/ek/v13/fsutil" + "github.com/essentialkaos/ek/v13/log" + "github.com/essentialkaos/ek/v13/req" + "github.com/essentialkaos/ek/v13/sliceutil" + "github.com/essentialkaos/ek/v13/strutil" + "github.com/essentialkaos/ek/v13/system" + "github.com/essentialkaos/ek/v13/timeutil" + "github.com/essentialkaos/ek/v13/tmp" "github.com/creack/pty" diff --git a/cli/executor/validators.go b/cli/executor/validators.go index 540d9c1f..67077c00 100644 --- a/cli/executor/validators.go +++ b/cli/executor/validators.go @@ -14,11 +14,11 @@ import ( "regexp" "strings" - "github.com/essentialkaos/ek/v12/env" - "github.com/essentialkaos/ek/v12/fsutil" - "github.com/essentialkaos/ek/v12/sliceutil" - "github.com/essentialkaos/ek/v12/strutil" - "github.com/essentialkaos/ek/v12/system" + "github.com/essentialkaos/ek/v13/env" + "github.com/essentialkaos/ek/v13/fsutil" + "github.com/essentialkaos/ek/v13/sliceutil" + "github.com/essentialkaos/ek/v13/strutil" + "github.com/essentialkaos/ek/v13/system" "github.com/essentialkaos/bibop/recipe" ) diff --git a/go.mod b/go.mod index 5adf1b44..57c50253 100644 --- a/go.mod +++ b/go.mod @@ -1,18 +1,18 @@ module github.com/essentialkaos/bibop -go 1.19 +go 1.21 require ( github.com/buger/jsonparser v1.1.1 github.com/creack/pty v1.1.23 github.com/essentialkaos/check v1.4.0 - github.com/essentialkaos/ek/v12 v12.130.0 + github.com/essentialkaos/ek/v13 v13.3.5 ) require ( github.com/essentialkaos/depsy v1.3.0 // indirect github.com/kr/pretty v0.3.1 // indirect github.com/kr/text v0.2.0 // indirect - github.com/rogpeppe/go-internal v1.11.0 // indirect - golang.org/x/sys v0.22.0 // indirect + github.com/rogpeppe/go-internal v1.12.0 // indirect + golang.org/x/sys v0.24.0 // indirect ) diff --git a/go.sum b/go.sum index d0f1b6b4..e0805062 100644 --- a/go.sum +++ b/go.sum @@ -7,15 +7,15 @@ github.com/essentialkaos/check v1.4.0 h1:kWdFxu9odCxUqo1NNFNJmguGrDHgwi3A8daXX1n github.com/essentialkaos/check v1.4.0/go.mod h1:LMKPZ2H+9PXe7Y2gEoKyVAwUqXVgx7KtgibfsHJPus0= github.com/essentialkaos/depsy v1.3.0 h1:CN7bRgBU2jGTHSkg/Sh38eDUn7cvmaTp2sxFt2HpFeU= github.com/essentialkaos/depsy v1.3.0/go.mod h1:kpiTAV17dyByVnrbNaMcZt2jRwvuXClUYOzpyJQwtG8= -github.com/essentialkaos/ek/v12 v12.130.0 h1:JhcjGZaBIEFfyNReHAHeTgldNv65ruHa9LR7YIVgmn0= -github.com/essentialkaos/ek/v12 v12.130.0/go.mod h1:yGof+LJIkWvQtGINs+2AGv/yeqcfj/brpQ9eYnzMzKs= +github.com/essentialkaos/ek/v13 v13.3.5 h1:k/lfDIpgE+8dOc+eF37m1hOi8eEMHYYTEzD5KHH3xxU= +github.com/essentialkaos/ek/v13 v13.3.5/go.mod h1:FWHXQ74YiSCsi/H9kmHR68fUE8aYUNcp0Fzz98XGUtM= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= -github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M= -github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA= -golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI= -golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= +github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= +golang.org/x/sys v0.24.0 h1:Twjiwq9dn6R1fQcyiK+wQyHWfaz/BJB+YIpzU/Cv3Xg= +golang.org/x/sys v0.24.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= diff --git a/parser/parser.go b/parser/parser.go index 8b699d2f..613ec7bd 100644 --- a/parser/parser.go +++ b/parser/parser.go @@ -16,8 +16,8 @@ import ( "strconv" "strings" - "github.com/essentialkaos/ek/v12/fsutil" - "github.com/essentialkaos/ek/v12/strutil" + "github.com/essentialkaos/ek/v13/fsutil" + "github.com/essentialkaos/ek/v13/strutil" "github.com/essentialkaos/bibop/recipe" ) diff --git a/recipe/recipe.go b/recipe/recipe.go index 19bab2ba..cee17caf 100644 --- a/recipe/recipe.go +++ b/recipe/recipe.go @@ -14,7 +14,7 @@ import ( "strings" "time" - "github.com/essentialkaos/ek/v12/strutil" + "github.com/essentialkaos/ek/v13/strutil" ) // ////////////////////////////////////////////////////////////////////////////////// // diff --git a/recipe/recipe_test.go b/recipe/recipe_test.go index 1b9d834d..4f15a32c 100644 --- a/recipe/recipe_test.go +++ b/recipe/recipe_test.go @@ -14,7 +14,7 @@ import ( "testing" "time" - "github.com/essentialkaos/ek/v12/timeutil" + "github.com/essentialkaos/ek/v13/timeutil" . "github.com/essentialkaos/check" ) diff --git a/recipe/runtime_variables.go b/recipe/runtime_variables.go index 3ba378af..48c6c1c8 100644 --- a/recipe/runtime_variables.go +++ b/recipe/runtime_variables.go @@ -14,11 +14,11 @@ import ( "strings" "time" - "github.com/essentialkaos/ek/v12/fsutil" - "github.com/essentialkaos/ek/v12/netutil" - "github.com/essentialkaos/ek/v12/strutil" - "github.com/essentialkaos/ek/v12/system" - "github.com/essentialkaos/ek/v12/timeutil" + "github.com/essentialkaos/ek/v13/fsutil" + "github.com/essentialkaos/ek/v13/netutil" + "github.com/essentialkaos/ek/v13/strutil" + "github.com/essentialkaos/ek/v13/system" + "github.com/essentialkaos/ek/v13/timeutil" ) // ////////////////////////////////////////////////////////////////////////////////// // diff --git a/render/renderer_terminal.go b/render/renderer_terminal.go index 1b17a096..49c2fef4 100644 --- a/render/renderer_terminal.go +++ b/render/renderer_terminal.go @@ -14,10 +14,10 @@ import ( "strings" "time" - "github.com/essentialkaos/ek/v12/fmtc" - "github.com/essentialkaos/ek/v12/fmtutil" - "github.com/essentialkaos/ek/v12/strutil" - "github.com/essentialkaos/ek/v12/terminal/tty" + "github.com/essentialkaos/ek/v13/fmtc" + "github.com/essentialkaos/ek/v13/fmtutil" + "github.com/essentialkaos/ek/v13/strutil" + "github.com/essentialkaos/ek/v13/terminal/tty" "github.com/essentialkaos/bibop/recipe" ) diff --git a/render/renderer_xml.go b/render/renderer_xml.go index 17349121..419c4430 100644 --- a/render/renderer_xml.go +++ b/render/renderer_xml.go @@ -13,7 +13,7 @@ import ( "strings" "time" - "github.com/essentialkaos/ek/v12/strutil" + "github.com/essentialkaos/ek/v13/strutil" "github.com/essentialkaos/bibop/recipe" )