Skip to content

Commit

Permalink
chore: clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tituschewxj committed Oct 24, 2024
1 parent ba57e31 commit c1f98ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions apps/matching-service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module matching-service

go 1.23.1

require proto v0.0.0

replace proto => ../proto

require (
Expand Down
2 changes: 1 addition & 1 deletion apps/question-service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ require (
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/protobuf v1.35.1
google.golang.org/protobuf v1.35.1 // indirect
)

0 comments on commit c1f98ee

Please sign in to comment.