mirror of https://github.com/knative/docs.git
19 lines
561 B
Modula-2
19 lines
561 B
Modula-2
module knative.dev/docs/code-samples/serving/cloudevents/cloudevents-go
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/cloudevents/sdk-go/v2 v2.15.2
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/uuid v1.1.1 // indirect
|
|
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
|
|
)
|