From ef78c4ad54c71e81ed5846bf4559294487c85731 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 15 Jun 2022 13:00:44 +0530 Subject: removing godotenv from dependencies --- go.mod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 24ac732..c74fbc9 100644 --- a/go.mod +++ b/go.mod @@ -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 -- cgit v1.2.3