Skip to content

Commit

Permalink
fix: use go-faker instead of bxcodec
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Dec 31, 2023
1 parent 49dfd38 commit b01985e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/handler/pet/pet.handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net/http"
"testing"

"github.com/bxcodec/faker/v4"
"github.com/go-faker/faker/v4"
"github.com/isd-sgcu/johnjud-gateway/src/app/dto"
"github.com/isd-sgcu/johnjud-gateway/src/app/validator"
"github.com/isd-sgcu/johnjud-gateway/src/constant/pet"
Expand Down

0 comments on commit b01985e

Please sign in to comment.