aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-15 13:00:44 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-15 13:00:44 +0530
commitef78c4ad54c71e81ed5846bf4559294487c85731 (patch)
treef022a5636032c8958d2df6a10b265800e9cd2ac4 /go.mod
parent191699140973afdb206ea10e36972f457b2a6eaa (diff)
removing godotenv from dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
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