Added godotenv dependency
This commit is contained in:
parent
798b4a0daf
commit
eac910b8e3
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -5,6 +5,7 @@ go 1.25
|
|||
require (
|
||||
github.com/cloudflare/cloudflare-go v0.116.0
|
||||
github.com/goodieshq/goropo v0.1.2
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/rs/zerolog v1.34.0
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
)
|
||||
|
|
@ -12,7 +13,6 @@ require (
|
|||
require (
|
||||
github.com/goccy/go-json v0.10.5 // indirect
|
||||
github.com/google/go-querystring v1.1.0 // indirect
|
||||
github.com/joho/godotenv v1.5.1 // indirect
|
||||
github.com/kr/text v0.2.0 // indirect
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
github.com/mattn/go-isatty v0.0.19 // indirect
|
||||
|
|
|
|||
Loading…
Reference in a new issue