Add environment variables and encryptor package
This commit is contained in:
@@ -2,7 +2,10 @@ module password
|
||||
|
||||
go 1.23.6
|
||||
|
||||
require github.com/fatih/color v1.18.0
|
||||
require (
|
||||
github.com/fatih/color v1.18.0
|
||||
github.com/joho/godotenv v1.5.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
|
||||
Reference in New Issue
Block a user