This commit is contained in:
parent
c2046b1770
commit
54b1e30f7c
1 changed files with 2 additions and 2 deletions
4
go.mod
4
go.mod
|
@ -3,6 +3,6 @@ module git.parravidales.es/parra/drone-ntfy
|
|||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/caarlos0/env/v7 v7.0.0 // indirect
|
||||
github.com/joho/godotenv v1.5.1 // indirect
|
||||
github.com/caarlos0/env/v7 v7.0.0
|
||||
github.com/joho/godotenv v1.5.1
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue