Skip to content
Snippets Groups Projects
Commit 8eb854c9 authored by Evgeny Gusev's avatar Evgeny Gusev :innocent:
Browse files

fix: актуализировал версии в пакете pg

parent 3b8b2f9a
Branches
Tags v16.0.1
No related merge requests found
......@@ -4,9 +4,9 @@ import (
"context"
"encoding/json"
"fmt"
"git.effective-team.ru/effectivex/go-kit/v15/config"
"git.effective-team.ru/effectivex/go-kit/v15/logs"
"git.effective-team.ru/effectivex/go-kit/v15/pg"
"git.effective-team.ru/effectivex/go-kit/v16/config"
"git.effective-team.ru/effectivex/go-kit/v16/logs"
"git.effective-team.ru/effectivex/go-kit/v16/pg"
sq "github.com/Masterminds/squirrel"
)
......
......@@ -2,7 +2,7 @@ package pg
import (
"context"
"git.effective-team.ru/effectivex/go-kit/v15/tracing"
"git.effective-team.ru/effectivex/go-kit/v16/tracing"
"github.com/jackc/pgx/v5"
"go.opentelemetry.io/otel/codes"
semconv "go.opentelemetry.io/otel/semconv/v1.8.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment