slaventius 2 years ago
parent f0c50122ed
commit 2213597820
  1. 6
      cmd/main.go
  2. 3
      go.mod
  3. 2
      go.sum
  4. 6
      internal/authDB.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"
)

@ -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

@ -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=

@ -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 (

Loading…
Cancel
Save