diff --git a/proxy/domain/domain_service.go b/proxy/domain/domain_service.go index b53fd1e..9263ac3 100644 --- a/proxy/domain/domain_service.go +++ b/proxy/domain/domain_service.go @@ -2,7 +2,7 @@ package domain import ( "encoding/json" - "loafle.com/overflow/commons_go/model/timestamp" + "git.loafle.net/overflow/commons_go/model/timestamp" "git.loafle.net/overflow/overflow_service/proxy/utils" )