mirror of
https://github.com/gookit/event
synced 2025-12-24 10:30:50 +08:00
9 lines
123 B
Modula-2
9 lines
123 B
Modula-2
module github.com/gookit/event
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gookit/goutil v0.3.14
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|