Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 27 additions & 8 deletions eventmesh-sdk-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,37 @@

module github.com/apache/incubator-eventmesh/eventmesh-sdk-go

go 1.16
go 1.24.0

require (
github.com/cespare/xxhash v1.1.0
github.com/cloudevents/sdk-go/v2 v2.6.0
github.com/google/uuid v1.3.0
github.com/json-iterator/go v1.1.10
github.com/google/uuid v1.6.0
github.com/json-iterator/go v1.1.12
github.com/panjf2000/ants v1.3.0
github.com/sony/sonyflake v1.0.0
github.com/stretchr/testify v1.7.0
go.uber.org/atomic v1.4.0
go.uber.org/zap v1.10.0
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.28.0
github.com/stretchr/testify v1.11.1
go.uber.org/atomic v1.7.0
go.uber.org/zap v1.16.0
google.golang.org/grpc v1.79.3
google.golang.org/protobuf v1.36.10
)

require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/kr/pretty v0.3.1 // 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.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
honnef.co/go/tools v0.1.3 // indirect
)
Loading
Loading