From 2af41322cd0a92982155f61b09982f7862122d2d Mon Sep 17 00:00:00 2001 From: Alex Jones Date: Sun, 28 Jan 2024 17:25:29 +0000 Subject: [PATCH] chore: refactored import address Signed-off-by: Alex Jones --- Makefile | 2 +- protobuf/schema/v1/analzyer.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a9962b0..5ed3a4e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BUF_VERSION=v1.28.0 -TAG=protobuf-v0.1.5 +TAG=protobuf-v0.1.6 guard-%: @ if [ "${${*}}" = "" ]; then \ echo "Environment variable $* not set"; \ diff --git a/protobuf/schema/v1/analzyer.proto b/protobuf/schema/v1/analzyer.proto index 8d3ae30..afea501 100644 --- a/protobuf/schema/v1/analzyer.proto +++ b/protobuf/schema/v1/analzyer.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package schema.v1; -import "protobuf/schema/v1/server-service.proto"; +import "schema/v1/server-service.proto"; option go_package = "schema/service/v1";