Brought up to date and added an unsubscribe option

This commit is contained in:
Leon Mika 2025-05-12 19:58:45 +10:00
parent 496d1997d6
commit 6dc923b6ae
4 changed files with 149 additions and 24 deletions

12
go.mod
View file

@ -1,5 +1,11 @@
module github.com/lmika/events
module lmika.dev/pkg/events
go 1.14
go 1.24
require github.com/stretchr/testify v1.9.0 // indirect
require github.com/stretchr/testify v1.9.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)