use gotoolchain from repository

This commit is contained in:
Felipe M 2024-11-23 19:53:04 +01:00
parent 4fb0764bcc
commit 92a994a073
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
2 changed files with 40 additions and 3 deletions

7
go.mod
View file

@ -3,17 +3,18 @@ module git.nakama.town/fmartingr/smtp2shoutrrr
go 1.23.3
require (
git.nakama.town/fmartingr/gotoolkit v0.0.0-00010101000000-000000000000
git.nakama.town/fmartingr/gotoolkit v0.0.0-20241123184121-ef80892aa542
github.com/containrrr/shoutrrr v0.8.0
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
github.com/emersion/go-smtp v0.21.3
)
require (
github.com/containrrr/shoutrrr v0.8.0 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
golang.org/x/sys v0.22.0 // indirect
)
replace git.nakama.town/fmartingr/gotoolkit => ../gotoolkit
//replace git.nakama.town/fmartingr/gotoolkit => ../gotoolkit