From 22135978208256ab6eb9c28fc833bf53dd39ebd3 Mon Sep 17 00:00:00 2001 From: slaventius Date: Sat, 4 Feb 2023 17:15:20 +0300 Subject: [PATCH] * --- cmd/main.go | 6 +++--- go.mod | 3 ++- go.sum | 2 ++ internal/authDB.go | 6 +++--- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/cmd/main.go b/cmd/main.go index 177658b..b606c57 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -9,9 +9,9 @@ import ( "strconv" "syscall" - server "test3k/authDB/internal" - "test3k/authDB/internal/config" - api "test3k/umate/pkg/api" + server "git.slaventius.ru/test3k/authDB/internal" + "git.slaventius.ru/test3k/authDB/internal/config" + api "git.slaventius.ru/test3k/umate/pkg/api" "google.golang.org/grpc" ) diff --git a/go.mod b/go.mod index 44f1e35..7397e0b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module test3k/authDB +module git.slaventius.ru/test3k/authDB go 1.19 @@ -9,6 +9,7 @@ require ( ) require ( + git.slaventius.ru/test3k/umate v0.0.0-20230204104415-6dd680567696 // indirect github.com/golang/protobuf v1.5.2 // indirect github.com/klauspost/compress v1.15.9 // indirect github.com/pierrec/lz4/v4 v4.1.15 // indirect diff --git a/go.sum b/go.sum index cf8b220..03ec422 100644 --- a/go.sum +++ b/go.sum @@ -1,3 +1,5 @@ +git.slaventius.ru/test3k/umate v0.0.0-20230204104415-6dd680567696 h1:amkq2DrSdfXKquTYFBm+nBBXAfjqjg8UAYactSKeQWM= +git.slaventius.ru/test3k/umate v0.0.0-20230204104415-6dd680567696/go.mod h1:zC+pjeBAFo0eLwPt+vBrdyt1ObAPU+HMfDG12vXLjBA= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= diff --git a/internal/authDB.go b/internal/authDB.go index 1e551d2..efe2641 100644 --- a/internal/authDB.go +++ b/internal/authDB.go @@ -10,10 +10,10 @@ import ( "sync" "time" - kafka "test3k/authDB/internal/transport/kafka" + kafka "git.slaventius.ru/test3k/authDB/internal/transport/kafka" - "test3k/authDB/internal/config" - api "test3k/umate/pkg/api" + "git.slaventius.ru/test3k/authDB/internal/config" + api "git.slaventius.ru/test3k/umate/pkg/api" ) const (