From 9c9bc13e12995fd42fdf1cbe6fbd87afc1b545c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 19:54:04 +0000 Subject: [PATCH] build(deps): Bump github.com/tab/mobileid from 0.1.1 to 0.2.0 Bumps [github.com/tab/mobileid](https://github.com/tab/mobileid) from 0.1.1 to 0.2.0. - [Release notes](https://github.com/tab/mobileid/releases) - [Changelog](https://github.com/tab/mobileid/blob/master/CHANGELOG.md) - [Commits](https://github.com/tab/mobileid/compare/v0.1.1...v0.2.0) --- updated-dependencies: - dependency-name: github.com/tab/mobileid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 34b9609..c93c998 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/redis/go-redis/v9 v9.7.1 github.com/rs/zerolog v1.33.0 github.com/stretchr/testify v1.10.0 - github.com/tab/mobileid v0.1.1 + github.com/tab/mobileid v0.2.0 github.com/tab/smartid v0.2.1 go.opentelemetry.io/otel v1.34.0 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 diff --git a/go.sum b/go.sum index 7e2d9ee..b369e68 100644 --- a/go.sum +++ b/go.sum @@ -75,8 +75,8 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -github.com/tab/mobileid v0.1.1 h1:W9BGW2uINdJTvr7U1wD6j+HRs8CnLremRYxZ1vcvLt4= -github.com/tab/mobileid v0.1.1/go.mod h1:UedaoJTxdXAfOqNES9EXFMNfmOiMOJYReyIyqY6JjU4= +github.com/tab/mobileid v0.2.0 h1:qou7fnNBaYgTiZKDz7UWR1i3b/Rhnl9F6AFpW2I/MRM= +github.com/tab/mobileid v0.2.0/go.mod h1:UedaoJTxdXAfOqNES9EXFMNfmOiMOJYReyIyqY6JjU4= github.com/tab/smartid v0.2.1 h1:yULUHswCP9b9UaXEJhSYLupYRqR7+heF9cSgobqLB1s= github.com/tab/smartid v0.2.1/go.mod h1:Z41bRzEFaQAf+xdCXxz++TP6zLzjcQ+wC51tnLY3KnU= go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=