mirror of
https://codeberg.org/andyscott/OpenWeather-gRPC-API.git
synced 2024-11-04 05:10:48 -05:00
17 lines
477 B
Modula-2
17 lines
477 B
Modula-2
module codeberg.org/andcscott/OpenWeather-gRPC-API
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.4.0
|
|
google.golang.org/grpc v1.49.0
|
|
google.golang.org/protobuf v1.28.1
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
|
|
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20220829175752-36a9c930ecbf // indirect
|
|
)
|