diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-15 15:13:21 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-15 15:13:21 +0530 |
commit | b20ed57d3ca8a88c32ee0cb48bed339bce5915d6 (patch) | |
tree | 6e3a4b5f7d7a1c1afe62b9b79248cd9c68f63237 /go.mod | |
parent | fff3dadabc321871e6819392efc605c6dffe2e69 (diff) |
fixed errors due to mg
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.1 + vidhukant.com/mg v0.0.4 ) require ( |