Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions car_legends/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dimitarkovachev/Programming-with-Go/car_legends
go 1.16

require (
github.com/dimitarkovachev/Programming-with-Go/sorter v0.0.0-20210531123356-0a2f49601167 // indirect
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.26.0
github.com/dimitarkovachev/Programming-with-Go/sorter v0.0.0-20210531123356-0a2f49601167
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
)
Loading