first version
client.go
0 → 100644
go.mod
0 → 100644
module gitlab.eclipse.org/eclipse/xfsc/libraries/messaging | ||
go 1.20 | ||
require ( | ||
github.com/cloudevents/sdk-go/v2 v2.14.0 | ||
github.com/google/uuid v1.4.0 | ||
) | ||
require ( | ||
github.com/json-iterator/go v1.1.10 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect | ||
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect | ||
go.uber.org/atomic v1.4.0 // indirect | ||
go.uber.org/multierr v1.1.0 // indirect | ||
go.uber.org/zap v1.10.0 // indirect | ||
) |
go.sum
0 → 100644
messaging.go
0 → 100644
Please register or sign in to comment