Skip to content

Commit f48fcc2

Browse files
renovate[bot]erka
andauthored
fix(deps): update module github.com/xsam/otelsql to v0.41.0 (#5214)
* fix(deps): update module github.com/xsam/otelsql to v0.41.0 * update breaking changes Signed-off-by: Roman Dmytrenko <rdmytrenko@gmail.com> --------- Signed-off-by: Roman Dmytrenko <rdmytrenko@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Roman Dmytrenko <rdmytrenko@gmail.com>
1 parent baee07a commit f48fcc2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/MakeNowJust/heredoc v1.0.0
1212
github.com/Masterminds/semver/v3 v3.4.0
1313
github.com/Masterminds/squirrel v1.5.4
14-
github.com/XSAM/otelsql v0.40.0
14+
github.com/XSAM/otelsql v0.41.0
1515
github.com/aws/aws-sdk-go-v2/config v1.32.6
1616
github.com/aws/aws-sdk-go-v2/service/ecr v1.55.0
1717
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.38.8

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2 h1:+vx7roKuyA63n
8383
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2/go.mod h1:HBCaDeC1lPdgDeDbhX8XFpy1jqjK0IBG8W5K+xYqA0w=
8484
github.com/ProtonMail/go-crypto v1.1.6 h1:ZcV+Ropw6Qn0AX9brlQLAUXfqLBc7Bl+f/DmNxpLfdw=
8585
github.com/ProtonMail/go-crypto v1.1.6/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE=
86-
github.com/XSAM/otelsql v0.40.0 h1:8jaiQ6KcoEXF46fBmPEqb+pp29w2xjWfuXjZXTXBjaA=
87-
github.com/XSAM/otelsql v0.40.0/go.mod h1:/7F+1XKt3/sTlYtwKtkHQ5Gzoom+EerXmD1VdnTqfB4=
86+
github.com/XSAM/otelsql v0.41.0 h1:uZifjQhZhv5EDYJh+IVk1DiYxQZJBlNSen0MBFnfxB8=
87+
github.com/XSAM/otelsql v0.41.0/go.mod h1:NMQT0PiKoFILp9QgjQz+D5mvW+9mT0suR7OejqrtMaM=
8888
github.com/agnivade/levenshtein v1.2.1 h1:EHBY3UOn1gwdy/VbFwgo4cxecRznFk7fKWN1KOX7eoM=
8989
github.com/agnivade/levenshtein v1.2.1/go.mod h1:QVVI16kDrtSuwcpd0p1+xMC6Z/VfhtCyDIjcwga4/DU=
9090
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ=

internal/storage/sql/db.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func Open(cfg config.Config, opts ...Option) (*sql.DB, Driver, error) {
6767
return nil, 0, err
6868
}
6969

70-
err = otelsql.RegisterDBStatsMetrics(sql,
70+
_, err = otelsql.RegisterDBStatsMetrics(sql,
7171
otelsql.WithAttributes(
7272
attribute.Key("driver").String(driver.String()),
7373
))

0 commit comments

Comments
 (0)