diff --git a/example/example.go b/example/example.go index dd24eb8..bf0fcfd 100644 --- a/example/example.go +++ b/example/example.go @@ -5,7 +5,7 @@ import ( "fmt" "time" - "gitlab.bertha.cloud/partitio/grpc/service" + "gitlab.bertha.cloud/partitio/lab/grpc/service" ) type GreeterHandler struct{} diff --git a/go.mod b/go.mod index bd5457d..fb8ead7 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module gitlab.bertha.cloud/partitio/grpc +module gitlab.bertha.cloud/partitio/lab/grpc go 1.13