mirror of https://github.com/knative/docs.git
18 lines
503 B
Modula-2
18 lines
503 B
Modula-2
module knative.dev/docs/code-samples/eventing/helloworld/helloworld-go
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/cloudevents/sdk-go/v2 v2.15.2
|
|
github.com/google/uuid v1.6.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
|
|
)
|