20 lines
597 B
Modula-2
20 lines
597 B
Modula-2
module github.com/ray1729/wordsearch
|
|
|
|
go 1.21.1
|
|
|
|
require (
|
|
github.com/GoogleCloudPlatform/functions-framework-go v1.8.1
|
|
github.com/rs/cors v1.10.1
|
|
golang.org/x/text v0.14.0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/functions v1.16.1 // indirect
|
|
github.com/cloudevents/sdk-go/v2 v2.15.2 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.uber.org/zap v1.27.0 // indirect
|
|
)
|