Add environment variables and encryptor package

This commit is contained in:
Archer Fox
2025-03-18 22:04:43 +03:00
parent 69be01a1db
commit e7b8eb5601
5 changed files with 48 additions and 9 deletions

View File

@@ -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