module yuanrong.org/kernel/runtime

go 1.24.1

require (
	github.com/agiledragon/gomonkey/v2 v2.11.0
	github.com/asaskevich/govalidator/v11 v11.0.1-0.20250122183457-e11347878e23
	github.com/fsnotify/fsnotify v1.7.0
	github.com/panjf2000/ants/v2 v2.10.0
	github.com/smartystreets/goconvey v1.8.1
	github.com/stretchr/testify v1.8.3
	github.com/valyala/fasthttp v1.58.0
	github.com/vmihailenco/msgpack v4.0.4+incompatible
	github.com/vmihailenco/msgpack/v5 v5.4.1
	go.uber.org/zap v1.27.0
	golang.org/x/crypto v0.29.0
)

require (
	github.com/andybalholm/brotli v1.1.1 // indirect
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/golang/protobuf v1.5.2 // indirect
	github.com/gopherjs/gopherjs v1.17.2 // indirect
	github.com/jtolds/gls v4.20.0+incompatible // indirect
	github.com/klauspost/compress v1.17.11 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/smarty/assertions v1.15.0 // indirect
	github.com/stretchr/objx v0.1.0 // indirect
	github.com/valyala/bytebufferpool v1.0.0 // indirect
	github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
	go.uber.org/multierr v1.10.0 // indirect
	golang.org/x/sync v0.7.0 // indirect
	golang.org/x/sys v0.27.0 // indirect
	google.golang.org/appengine v1.6.8 // indirect
	google.golang.org/protobuf v1.36.6 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace (
	github.com/asaskevich/govalidator/v11 => github.com/asaskevich/govalidator/v11 v11.0.1-0.20250122183457-e11347878e23
	github.com/fsnotify/fsnotify v1.4.9 => github.com/fsnotify/fsnotify v1.7.0
	github.com/golang/mock => github.com/golang/mock v1.3.1
	github.com/stretchr/testify => github.com/stretchr/testify v1.7.1
	github.com/valyala/fasthttp => github.com/valyala/fasthttp v1.58.0
	go.uber.org/zap => go.uber.org/zap v1.27.0
	golang.org/x/crypto => golang.org/x/crypto v0.24.0
	golang.org/x/net => golang.org/x/net v0.26.0
	golang.org/x/sync => golang.org/x/sync v0.0.0-20190423024810-112230192c58
	golang.org/x/sys => golang.org/x/sys v0.21.0
	google.golang.org/protobuf => google.golang.org/protobuf v1.36.6
)