aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-19 16:44:41 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-19 16:44:41 +0530
commit7dc8049df0b7ea221fa9a2ff00d3c0896a6a4739 (patch)
treef3097b90a60c0a05b224121a3656bb59ccea97a6
parentbcc1aa2c24dfc6d2f002bf9e19d4553e1b8fb482 (diff)
upgraded to mg v0.0.7v1.20.5
-rw-r--r--cmd/root.go2
-rw-r--r--go.mod2
-rw-r--r--go.sum4
3 files changed, 4 insertions, 4 deletions
diff --git a/cmd/root.go b/cmd/root.go
index 5d31054..d1069cf 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -34,7 +34,7 @@ var (
var rootCmd = &cobra.Command{
Use: "macli",
- Version: "v1.20.4" + " " + runtime.GOOS + "/" + runtime.GOARCH,
+ Version: "v1.20.5" + " " + runtime.GOOS + "/" + runtime.GOARCH,
Short: "macli - Unofficial CLI-Based MyAnimeList Client.",
Long:
"macli is an unofficial MyAnimeClient for use inside the terminal.\n" +
diff --git a/go.mod b/go.mod
index 0f8c551..2cf7fae 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.16.0
github.com/zalando/go-keyring v0.2.3
- vidhukant.com/mg v0.0.6
+ vidhukant.com/mg v0.0.7
)
require (
diff --git a/go.sum b/go.sum
index b19f586..c41f677 100644
--- a/go.sum
+++ b/go.sum
@@ -514,5 +514,5 @@ honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
-vidhukant.com/mg v0.0.6 h1:Bl0jgGq18efd0y7whTnawn2qFtp70eC9x4X+EdQhCqE=
-vidhukant.com/mg v0.0.6/go.mod h1:2Iqo+jgEE8hINUNL1AoFrcs8UWCzuPelx/8lEPIUtqE=
+vidhukant.com/mg v0.0.7 h1:WzXvL2tjXpnYYBTaNaK9LqKJYPZvyR4kPmNv/H1+bMk=
+vidhukant.com/mg v0.0.7/go.mod h1:2Iqo+jgEE8hINUNL1AoFrcs8UWCzuPelx/8lEPIUtqE=