use gotoolchain from repository
This commit is contained in:
parent
4fb0764bcc
commit
92a994a073
2 changed files with 40 additions and 3 deletions
7
go.mod
7
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue