mirror of
https://codeberg.org/andyscott/OpenWeather-gRPC-API.git
synced 2024-11-04 05:10:48 -05:00
17 lines
421 B
Modula-2
17 lines
421 B
Modula-2
module codeberg.org/andyscott/OpenWeather-gRPC-API
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.4.0
|
|
google.golang.org/grpc v1.50.1
|
|
google.golang.org/protobuf v1.28.1
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
golang.org/x/net v0.1.0 // indirect
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
golang.org/x/text v0.4.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c // indirect
|
|
)
|