mirror of
https://codeberg.org/andyscott/OpenWeather-gRPC-API.git
synced 2024-11-04 05:10:48 -05:00
17 lines
480 B
Modula-2
17 lines
480 B
Modula-2
module codeberg.org/andcscott/OpenWeatherMap-gRPC-API
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.4.0
|
|
google.golang.org/grpc v1.48.0
|
|
google.golang.org/protobuf v1.28.1
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
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
|
|
)
|