diff --git a/hotelReservation/cmd/attractions/main.go b/hotelReservation/cmd/attractions/main.go index 30a2a8dbd..4ba6268fd 100644 --- a/hotelReservation/cmd/attractions/main.go +++ b/hotelReservation/cmd/attractions/main.go @@ -7,10 +7,10 @@ import ( "os" "strconv" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/registry" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/attractions" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tracing" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tune" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/attractions" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune" "github.com/rs/zerolog" "github.com/rs/zerolog/log" diff --git a/hotelReservation/cmd/frontend/main.go b/hotelReservation/cmd/frontend/main.go index c552fb79e..b425e9866 100644 --- a/hotelReservation/cmd/frontend/main.go +++ b/hotelReservation/cmd/frontend/main.go @@ -8,10 +8,10 @@ import ( "strconv" "time" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/registry" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/frontend" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tracing" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tune" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/frontend" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune" "github.com/rs/zerolog" "github.com/rs/zerolog/log" ) diff --git a/hotelReservation/cmd/geo/main.go b/hotelReservation/cmd/geo/main.go index 2c3391061..1fdb28f16 100644 --- a/hotelReservation/cmd/geo/main.go +++ b/hotelReservation/cmd/geo/main.go @@ -8,10 +8,10 @@ import ( "strconv" "time" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/registry" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/geo" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tracing" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tune" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/geo" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune" "github.com/rs/zerolog" "github.com/rs/zerolog/log" ) diff --git a/hotelReservation/cmd/profile/main.go b/hotelReservation/cmd/profile/main.go index 275ad425a..58be8439d 100644 --- a/hotelReservation/cmd/profile/main.go +++ b/hotelReservation/cmd/profile/main.go @@ -8,10 +8,10 @@ import ( "strconv" "time" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/registry" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/profile" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tracing" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tune" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/profile" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune" "github.com/rs/zerolog" "github.com/rs/zerolog/log" ) diff --git a/hotelReservation/cmd/rate/main.go b/hotelReservation/cmd/rate/main.go index 0cbb66502..bf5fa8dd3 100644 --- a/hotelReservation/cmd/rate/main.go +++ b/hotelReservation/cmd/rate/main.go @@ -7,10 +7,10 @@ import ( "os" "strconv" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/registry" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/rate" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tracing" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tune" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/rate" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune" "github.com/rs/zerolog" "github.com/rs/zerolog/log" diff --git a/hotelReservation/cmd/recommendation/main.go b/hotelReservation/cmd/recommendation/main.go index 95587f486..a70f415ce 100644 --- a/hotelReservation/cmd/recommendation/main.go +++ b/hotelReservation/cmd/recommendation/main.go @@ -9,10 +9,10 @@ import ( "strconv" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/registry" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/recommendation" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tracing" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tune" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/recommendation" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune" "github.com/rs/zerolog" "github.com/rs/zerolog/log" ) diff --git a/hotelReservation/cmd/reservation/main.go b/hotelReservation/cmd/reservation/main.go index 78cf2a966..e237a9463 100644 --- a/hotelReservation/cmd/reservation/main.go +++ b/hotelReservation/cmd/reservation/main.go @@ -8,10 +8,10 @@ import ( "strconv" "time" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/registry" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/reservation" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tracing" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tune" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/reservation" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune" "github.com/rs/zerolog" "github.com/rs/zerolog/log" ) diff --git a/hotelReservation/cmd/review/main.go b/hotelReservation/cmd/review/main.go index 6256e6af4..98222531a 100644 --- a/hotelReservation/cmd/review/main.go +++ b/hotelReservation/cmd/review/main.go @@ -7,10 +7,10 @@ import ( "os" "strconv" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/registry" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/review" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tracing" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tune" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/review" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune" "github.com/rs/zerolog" "github.com/rs/zerolog/log" diff --git a/hotelReservation/cmd/search/main.go b/hotelReservation/cmd/search/main.go index 66240f8e7..d7a56cac4 100644 --- a/hotelReservation/cmd/search/main.go +++ b/hotelReservation/cmd/search/main.go @@ -9,10 +9,10 @@ import ( "strconv" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/registry" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/search" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tracing" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tune" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/search" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune" "github.com/rs/zerolog" "github.com/rs/zerolog/log" ) diff --git a/hotelReservation/cmd/user/main.go b/hotelReservation/cmd/user/main.go index 787d401c6..f11fcebbc 100644 --- a/hotelReservation/cmd/user/main.go +++ b/hotelReservation/cmd/user/main.go @@ -8,10 +8,10 @@ import ( "strconv" "time" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/registry" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/user" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tracing" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tune" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/user" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune" "github.com/rs/zerolog" "github.com/rs/zerolog/log" ) diff --git a/hotelReservation/dialer/dialer.go b/hotelReservation/dialer/dialer.go index 0cac084b4..720824a24 100644 --- a/hotelReservation/dialer/dialer.go +++ b/hotelReservation/dialer/dialer.go @@ -4,7 +4,7 @@ import ( "fmt" "time" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" consul "github.com/hashicorp/consul/api" opentracing "github.com/opentracing/opentracing-go" diff --git a/hotelReservation/go.mod b/hotelReservation/go.mod index 021c4179c..b2e1d2d3e 100644 --- a/hotelReservation/go.mod +++ b/hotelReservation/go.mod @@ -1,4 +1,4 @@ -module github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation +module github.com/delimitrou/DeathStarBench/tree/master/hotelReservation go 1.18 diff --git a/hotelReservation/services/attractions/proto/attractions.proto b/hotelReservation/services/attractions/proto/attractions.proto index 1b7fea215..9b2069fd8 100644 --- a/hotelReservation/services/attractions/proto/attractions.proto +++ b/hotelReservation/services/attractions/proto/attractions.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package attractions; -option go_package="github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/attractions"; +option go_package="github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/attractions"; service Attractions { rpc NearbyRest(Request) returns (Result); diff --git a/hotelReservation/services/attractions/server.go b/hotelReservation/services/attractions/server.go index 526c53f14..dae248d0b 100644 --- a/hotelReservation/services/attractions/server.go +++ b/hotelReservation/services/attractions/server.go @@ -6,9 +6,9 @@ import ( "net" "time" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/registry" - pb "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/attractions/proto" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/attractions/proto" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" "github.com/google/uuid" "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" "github.com/hailocab/go-geoindex" diff --git a/hotelReservation/services/frontend/server.go b/hotelReservation/services/frontend/server.go index 679015b57..e2a32bf6c 100644 --- a/hotelReservation/services/frontend/server.go +++ b/hotelReservation/services/frontend/server.go @@ -8,17 +8,17 @@ import ( "net/http" "strconv" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/dialer" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/registry" - attractions "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/attractions/proto" - profile "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/profile/proto" - recommendation "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/recommendation/proto" - reservation "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/reservation/proto" - review "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/review/proto" - search "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/search/proto" - user "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/user/proto" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tls" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tracing" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/dialer" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + attractions "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/attractions/proto" + profile "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/profile/proto" + recommendation "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/recommendation/proto" + reservation "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/reservation/proto" + review "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/review/proto" + search "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/search/proto" + user "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/user/proto" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing" _ "github.com/mbobakov/grpc-consul-resolver" "github.com/opentracing/opentracing-go" "github.com/rs/zerolog/log" diff --git a/hotelReservation/services/geo/proto/geo.proto b/hotelReservation/services/geo/proto/geo.proto index 4b6bc80b9..b5e49cc96 100644 --- a/hotelReservation/services/geo/proto/geo.proto +++ b/hotelReservation/services/geo/proto/geo.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package geo; -option go_package = "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/geo"; +option go_package = "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/geo"; service Geo { // Finds the hotels contained nearby the current lat/lon. diff --git a/hotelReservation/services/geo/server.go b/hotelReservation/services/geo/server.go index 909fa75f1..8e158d572 100644 --- a/hotelReservation/services/geo/server.go +++ b/hotelReservation/services/geo/server.go @@ -6,9 +6,9 @@ import ( "net" "time" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/registry" - pb "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/geo/proto" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/geo/proto" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" "github.com/google/uuid" "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" "github.com/hailocab/go-geoindex" diff --git a/hotelReservation/services/profile/proto/profile.proto b/hotelReservation/services/profile/proto/profile.proto index 8b2b88439..f72409b8b 100644 --- a/hotelReservation/services/profile/proto/profile.proto +++ b/hotelReservation/services/profile/proto/profile.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package profile; -option go_package = "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/profile"; +option go_package = "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/profile"; service Profile { rpc GetProfiles(Request) returns (Result); diff --git a/hotelReservation/services/profile/server.go b/hotelReservation/services/profile/server.go index f45e04ebd..2874bb2f3 100644 --- a/hotelReservation/services/profile/server.go +++ b/hotelReservation/services/profile/server.go @@ -9,9 +9,9 @@ import ( "time" "github.com/bradfitz/gomemcache/memcache" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/registry" - pb "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/profile/proto" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/profile/proto" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" "github.com/google/uuid" "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" "github.com/opentracing/opentracing-go" diff --git a/hotelReservation/services/rate/proto/rate.proto b/hotelReservation/services/rate/proto/rate.proto index 376b16c13..e6a3b8bff 100644 --- a/hotelReservation/services/rate/proto/rate.proto +++ b/hotelReservation/services/rate/proto/rate.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package rate; -option go_package = "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/rate"; +option go_package = "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/rate"; service Rate { // GetRates returns rate codes for hotels for a given date range diff --git a/hotelReservation/services/rate/server.go b/hotelReservation/services/rate/server.go index 415f8c034..6aadd8a2a 100644 --- a/hotelReservation/services/rate/server.go +++ b/hotelReservation/services/rate/server.go @@ -11,9 +11,9 @@ import ( "time" "github.com/bradfitz/gomemcache/memcache" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/registry" - pb "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/rate/proto" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/rate/proto" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" "github.com/google/uuid" "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" "github.com/opentracing/opentracing-go" diff --git a/hotelReservation/services/recommendation/proto/recommendation.proto b/hotelReservation/services/recommendation/proto/recommendation.proto index e672ee2be..a740670e5 100644 --- a/hotelReservation/services/recommendation/proto/recommendation.proto +++ b/hotelReservation/services/recommendation/proto/recommendation.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package recommendation; -option go_package = "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/recommendation"; +option go_package = "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/recommendation"; service Recommendation { // GetRecommendations returns recommended hotels for a given requirement diff --git a/hotelReservation/services/recommendation/server.go b/hotelReservation/services/recommendation/server.go index 8a5c8e88a..3f94cdd9b 100644 --- a/hotelReservation/services/recommendation/server.go +++ b/hotelReservation/services/recommendation/server.go @@ -7,9 +7,9 @@ import ( "net" "time" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/registry" - pb "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/recommendation/proto" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/recommendation/proto" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" "github.com/google/uuid" "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" "github.com/hailocab/go-geoindex" diff --git a/hotelReservation/services/reservation/proto/reservation.proto b/hotelReservation/services/reservation/proto/reservation.proto index 32f34501f..ff5ebbbdd 100644 --- a/hotelReservation/services/reservation/proto/reservation.proto +++ b/hotelReservation/services/reservation/proto/reservation.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package reservation; -option go_package = "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/reservation"; +option go_package = "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/reservation"; service Reservation { // MakeReservation makes a reservation based on given information diff --git a/hotelReservation/services/reservation/server.go b/hotelReservation/services/reservation/server.go index 49eb0b6cc..f82f52a9e 100644 --- a/hotelReservation/services/reservation/server.go +++ b/hotelReservation/services/reservation/server.go @@ -10,9 +10,9 @@ import ( "time" "github.com/bradfitz/gomemcache/memcache" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/registry" - pb "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/reservation/proto" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/reservation/proto" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" "github.com/google/uuid" "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" "github.com/opentracing/opentracing-go" diff --git a/hotelReservation/services/review/proto/review.proto b/hotelReservation/services/review/proto/review.proto index f16e6e7aa..690b01dcb 100644 --- a/hotelReservation/services/review/proto/review.proto +++ b/hotelReservation/services/review/proto/review.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package review; -option go_package="github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/review"; +option go_package="github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/review"; service Review { rpc GetReviews(Request) returns (Result); diff --git a/hotelReservation/services/review/server.go b/hotelReservation/services/review/server.go index ef31eab67..dfe32655e 100644 --- a/hotelReservation/services/review/server.go +++ b/hotelReservation/services/review/server.go @@ -16,9 +16,9 @@ import ( "github.com/rs/zerolog/log" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/registry" - pb "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/review/proto" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/review/proto" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" "github.com/google/uuid" "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" "github.com/opentracing/opentracing-go" diff --git a/hotelReservation/services/search/proto/search.proto b/hotelReservation/services/search/proto/search.proto index 91736f3f2..93a9b738b 100644 --- a/hotelReservation/services/search/proto/search.proto +++ b/hotelReservation/services/search/proto/search.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package search; -option go_package = "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/proto"; +option go_package = "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/proto"; // Search service returns best hotel chocies for a user. service Search { diff --git a/hotelReservation/services/search/server.go b/hotelReservation/services/search/server.go index 798d23c99..95956daa9 100644 --- a/hotelReservation/services/search/server.go +++ b/hotelReservation/services/search/server.go @@ -5,12 +5,12 @@ import ( "net" "time" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/dialer" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/registry" - geo "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/geo/proto" - rate "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/rate/proto" - pb "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/search/proto" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/dialer" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + geo "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/geo/proto" + rate "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/rate/proto" + pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/search/proto" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" "github.com/google/uuid" "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" _ "github.com/mbobakov/grpc-consul-resolver" diff --git a/hotelReservation/services/user/proto/user.proto b/hotelReservation/services/user/proto/user.proto index 79bc8a1f8..241733613 100644 --- a/hotelReservation/services/user/proto/user.proto +++ b/hotelReservation/services/user/proto/user.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package user; -option go_package = "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/user"; +option go_package = "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/user"; service User { // CheckUser returns whether the username and password are correct diff --git a/hotelReservation/services/user/server.go b/hotelReservation/services/user/server.go index 5955008c1..da91ffdbd 100644 --- a/hotelReservation/services/user/server.go +++ b/hotelReservation/services/user/server.go @@ -6,9 +6,9 @@ import ( "net" "time" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/registry" - pb "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/services/user/proto" - "github.com/dimoibiehg/DeathStarBench/tree/master/hotelReservation/tls" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry" + pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/user/proto" + "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls" "github.com/google/uuid" "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" "github.com/opentracing/opentracing-go"