Skip to content

Commit

Permalink
fix(library): fix import data replace
Browse files Browse the repository at this point in the history
  • Loading branch information
victorneuret committed Feb 2, 2021
1 parent 0bc292f commit bcab5ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions microservices/library/app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/alexandr-io/backend/library

go 1.15

replace github.com/alexandr-io/backend/library/data => ./data

require (
github.com/alexandr-io/berrors v1.2.7
github.com/confluentinc/confluent-kafka-go v1.5.2
Expand Down

0 comments on commit bcab5ed

Please sign in to comment.