From 9dadbf62b3d30b6f65888822d5306d296ac91e12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:41:42 +0000 Subject: [PATCH 1/3] Bump github.com/fxamacker/cbor/v2 from 2.5.0 to 2.6.0 Bumps [github.com/fxamacker/cbor/v2](https://github.com/fxamacker/cbor) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/fxamacker/cbor/releases) - [Commits](https://github.com/fxamacker/cbor/compare/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: github.com/fxamacker/cbor/v2 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 78e0513..03e83c6 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ toolchain go1.21.0 require ( github.com/findy-network/findy-common-go v0.2.60 - github.com/fxamacker/cbor/v2 v2.5.0 + github.com/fxamacker/cbor/v2 v2.6.0 github.com/go-webauthn/webauthn v0.10.0 github.com/golang/glog v1.2.0 github.com/google/uuid v1.6.0 diff --git a/go.sum b/go.sum index 9545d40..5bcac2b 100644 --- a/go.sum +++ b/go.sum @@ -37,8 +37,8 @@ github.com/findy-network/findy-common-go v0.2.60/go.mod h1:emh9s6xbPvOFstNJJfv75 github.com/form3tech-oss/jwt-go v3.2.5+incompatible h1:/l4kBbb4/vGSsdtB5nUe8L7B9mImVMaBPw9L/0TBHU8= github.com/form3tech-oss/jwt-go v3.2.5+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= -github.com/fxamacker/cbor/v2 v2.5.0 h1:oHsG0V/Q6E/wqTS2O1Cozzsy69nqCiguo5Q1a1ADivE= -github.com/fxamacker/cbor/v2 v2.5.0/go.mod h1:TA1xS00nchWmaBnEIxPSE5oHLuJBAVvqrtAnWBwBCVo= +github.com/fxamacker/cbor/v2 v2.6.0 h1:sU6J2usfADwWlYDAFhZBQ6TnLFBHxgesMrQfQgk1tWA= +github.com/fxamacker/cbor/v2 v2.6.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ= github.com/go-jose/go-jose/v3 v3.0.1 h1:pWmKFVtt+Jl0vBZTIpz/eAKwsm6LkIxDVVbFHKkchhA= github.com/go-jose/go-jose/v3 v3.0.1/go.mod h1:RNkWWRld676jZEYoV3+XK8L2ZnNSvIsxFMht0mSX+u8= github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY= From 576f548641c874ad05e86cec4c418e62762bd31d Mon Sep 17 00:00:00 2001 From: Harri Lainio Date: Thu, 29 Feb 2024 14:49:14 +0200 Subject: [PATCH 2/3] not used comments removed --- acator/acator_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/acator/acator_test.go b/acator/acator_test.go index 1c09737..8568336 100644 --- a/acator/acator_test.go +++ b/acator/acator_test.go @@ -269,10 +269,6 @@ func TestRegister_server(t *testing.T) { } func TestLogin(t *testing.T) { - // we need cred ID i.e. we need to make working Register where we'll get - // cred ID - //t.Skip("new go-webauthn") - assert.PushTester(t) defer assert.PopTester() SetDefInstanceOrigin("http://localhost:8080") From 1892dd184f058dec8d34704e48071d02ecdea53f Mon Sep 17 00:00:00 2001 From: Harri Lainio Date: Thu, 29 Feb 2024 17:18:31 +0200 Subject: [PATCH 3/3] not used comments removed --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index adecd78..1152fef 100644 --- a/main.go +++ b/main.go @@ -520,7 +520,6 @@ func flagParse() { os.Args = append(os.Args, "-logtostderr", // todo: should be the first if we want to change this ) - //try.To(startServereCmd.Parse(os.Args[1:])) flag.Parse() if loggingFlags != "" { // let loggingFlags overwrite logging flags