mirror of
https://codeberg.org/andyscott/weather-cli.git
synced 2024-11-08 05:50:51 -05:00
17 lines
468 B
Modula-2
17 lines
468 B
Modula-2
module codeberg.org/andcscott/weather-cli
|
|
|
|
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-20220805013720-a33c5aa5df48 // indirect
|
|
golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20220805133916-01dd62135a58 // indirect
|
|
)
|