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 14:59:56 -04:00
|
|
|
go 1.18
|
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 14:59:56 -04:00
|
|
|
google.golang.org/protobuf v1.28.0
|
2022-07-26 01:05:52 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2022-08-04 14:59:56 -04:00
|
|
|
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
|
|
|
|
golang.org/x/text v0.3.3 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
|
2022-07-26 01:05:52 -04:00
|
|
|
)
|