Migrate project to Go #1

Merged
parra merged 5 commits from migrate-to-go into main 2023-02-23 21:04:26 +01:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 54b1e30f7c - Show all commits

4
go.mod
View File

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