2023-10-08 15:05:12 +01:00
|
|
|
module github.com/ray1729/wordsearch
|
2023-10-07 17:12:47 +01:00
|
|
|
|
|
|
|
go 1.21.1
|
|
|
|
|
2023-10-08 14:25:57 +01:00
|
|
|
require (
|
|
|
|
github.com/GoogleCloudPlatform/functions-framework-go v1.8.0
|
|
|
|
github.com/rs/cors v1.10.1
|
|
|
|
golang.org/x/text v0.13.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
cloud.google.com/go/functions v1.15.1 // indirect
|
|
|
|
github.com/cloudevents/sdk-go/v2 v2.14.0 // indirect
|
2023-10-27 09:16:05 +01:00
|
|
|
github.com/google/uuid v1.4.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.26.0 // indirect
|
2023-10-08 14:25:57 +01:00
|
|
|
)
|