mirror of
https://github.com/farseer-go/eventBus.git
synced 2025-12-24 13:37:51 +08:00
22 lines
569 B
Modula-2
22 lines
569 B
Modula-2
module github.com/farseer-go/eventBus
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.23.8
|
|
|
|
require (
|
|
github.com/farseer-go/collections v0.17.3
|
|
github.com/farseer-go/fs v0.17.3
|
|
github.com/stretchr/testify v1.10.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/timandy/routine v1.1.5 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|