diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-15 13:00:44 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-15 13:00:44 +0530 |
commit | ef78c4ad54c71e81ed5846bf4559294487c85731 (patch) | |
tree | f022a5636032c8958d2df6a10b265800e9cd2ac4 /go.mod | |
parent | 191699140973afdb206ea10e36972f457b2a6eaa (diff) |
removing godotenv from dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,13 +4,16 @@ go 1.18 require ( github.com/MikunoNaka/MAL2Go v1.0.4 - github.com/joho/godotenv v1.4.0 github.com/manifoldco/promptui v0.9.0 github.com/spf13/cobra v1.4.0 + github.com/zalando/go-keyring v0.2.1 ) require ( + github.com/alessio/shellescape v1.4.1 // indirect github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect + github.com/danieljoos/wincred v1.1.0 // indirect + github.com/godbus/dbus/v5 v5.0.6 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/spf13/pflag v1.0.5 // indirect golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b // indirect |