Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
go-kit
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
effectivex
go-kit
Commits
8eb854c9
Commit
8eb854c9
authored
4 months ago
by
Evgeny Gusev
Browse files
Options
Downloads
Patches
Plain Diff
fix: актуализировал версии в пакете pg
parent
3b8b2f9a
Branches
Branches containing commit
Tags
v16.0.1
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
pg/example/main.go
+3
-3
3 additions, 3 deletions
pg/example/main.go
pg/tracer.go
+1
-1
1 addition, 1 deletion
pg/tracer.go
with
4 additions
and
4 deletions
pg/example/main.go
+
3
−
3
View file @
8eb854c9
...
...
@@ -4,9 +4,9 @@ import (
"context"
"encoding/json"
"fmt"
"git.effective-team.ru/effectivex/go-kit/v1
5
/config"
"git.effective-team.ru/effectivex/go-kit/v1
5
/logs"
"git.effective-team.ru/effectivex/go-kit/v1
5
/pg"
"git.effective-team.ru/effectivex/go-kit/v1
6
/config"
"git.effective-team.ru/effectivex/go-kit/v1
6
/logs"
"git.effective-team.ru/effectivex/go-kit/v1
6
/pg"
sq
"github.com/Masterminds/squirrel"
)
...
...
This diff is collapsed.
Click to expand it.
pg/tracer.go
+
1
−
1
View file @
8eb854c9
...
...
@@ -2,7 +2,7 @@ package pg
import
(
"context"
"git.effective-team.ru/effectivex/go-kit/v1
5
/tracing"
"git.effective-team.ru/effectivex/go-kit/v1
6
/tracing"
"github.com/jackc/pgx/v5"
"go.opentelemetry.io/otel/codes"
semconv
"go.opentelemetry.io/otel/semconv/v1.8.0"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment