2022-07-26 01:05:52 -04:00
|
|
|
module codeberg.org/andcscott/OpenWeatherMap-gRPC-API
|
2022-07-25 16:16:27 -04:00
|
|
|
|
2022-08-04 15:03:44 -04:00
|
|
|
go 1.19
|
2022-07-26 01:05:52 -04:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/joho/godotenv v1.4.0
|
|
|
|
google.golang.org/grpc v1.48.0
|
2022-08-04 15:03:44 -04:00
|
|
|
google.golang.org/protobuf v1.28.1
|
2022-07-26 01:05:52 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2022-08-04 15:03:44 -04:00
|
|
|
golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220804182731-e052cef7d300 // indirect
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20220804142021-4e6b2dfa6612 // indirect
|
2022-07-26 01:05:52 -04:00
|
|
|
)
|