Migrate project to Go #1

Merged
parra merged 5 commits from migrate-to-go into main 2023-02-23 21:04:26 +01:00
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 go 1.19
require ( require (
github.com/caarlos0/env/v7 v7.0.0 // indirect github.com/caarlos0/env/v7 v7.0.0
github.com/joho/godotenv v1.5.1 // indirect github.com/joho/godotenv v1.5.1
) )