mirror of
https://codeberg.org/andyscott/OpenWeather-gRPC-API.git
synced 2024-11-04 05:10:48 -05:00
Corrected module path
This commit is contained in:
parent
6ad0e98eee
commit
1987c1725d
1 changed files with 15 additions and 1 deletions
16
go.mod
16
go.mod
|
@ -1,3 +1,17 @@
|
|||
module codeberg.org/OpenWeatherMap-gRPC-API
|
||||
module codeberg.org/andcscott/OpenWeatherMap-gRPC-API
|
||||
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/joho/godotenv v1.4.0
|
||||
google.golang.org/grpc v1.48.0
|
||||
google.golang.org/protobuf v1.28.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/golang/protobuf v1.5.2 // indirect
|
||||
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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue