mirror of
https://github.com/watn3y/steamsalty.git
synced 2025-09-09 09:42:22 +02:00
feat: Parse environment variables from .env file
This commit is contained in:
parent
e654f8449c
commit
99a81a201b
3 changed files with 13 additions and 2 deletions
1
go.mod
1
go.mod
|
@ -12,6 +12,7 @@ require (
|
|||
|
||||
require (
|
||||
github.com/andybalholm/cascadia v1.3.3 // indirect
|
||||
github.com/joho/godotenv v1.5.1 // indirect
|
||||
github.com/mattn/go-colorable v0.1.14 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
golang.org/x/net v0.43.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue