events/go.mod

12 lines
228 B
Modula-2
Raw Normal View History

module lmika.dev/pkg/events
2020-08-22 22:15:12 +00:00
go 1.24
2024-03-09 22:33:36 +00:00
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
)