From e63fcab430669375c0f18f17e59fa97fdf0a5004 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Tue, 29 Nov 2022 20:15:15 +0100 Subject: [PATCH] Update cacert-gosigner dependency --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index fc924f5..c9d3f82 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,8 @@ module git.cacert.org/cacert-gosignerclient go 1.17 require ( - git.cacert.org/cacert-gosigner v0.0.0-20221129130510-af40662c7d61 + git.cacert.org/cacert-gosigner v0.0.0-20221129191234-c92b0455db62 + github.com/shamaton/msgpackgen v0.3.0 github.com/sirupsen/logrus v1.9.0 github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07 gopkg.in/yaml.v3 v3.0.1 @@ -14,6 +15,5 @@ require ( github.com/google/uuid v1.3.0 // indirect github.com/justincpresley/go-cobs v1.2.0 // indirect github.com/shamaton/msgpack/v2 v2.1.0 // indirect - github.com/shamaton/msgpackgen v0.3.0 // indirect golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect ) diff --git a/go.sum b/go.sum index cb02d30..b9bb768 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -git.cacert.org/cacert-gosigner v0.0.0-20221129130510-af40662c7d61 h1:kUML0ocTKcCQeazZc40Df3GYIr00gxJrYal0arxG+tQ= -git.cacert.org/cacert-gosigner v0.0.0-20221129130510-af40662c7d61/go.mod h1:yFBRxW6BwOyiXGtHQH/Vpro4Dxd0oIl3tCIWg99nYGE= +git.cacert.org/cacert-gosigner v0.0.0-20221129191234-c92b0455db62 h1:MKpVPTm+rOjVK1/XtEaeGvBp6hQj4FlWnuKl66xK5ls= +git.cacert.org/cacert-gosigner v0.0.0-20221129191234-c92b0455db62/go.mod h1:yFBRxW6BwOyiXGtHQH/Vpro4Dxd0oIl3tCIWg99nYGE= github.com/ThalesIgnite/crypto11 v1.2.5/go.mod h1:ILDKtnCKiQ7zRoNxcp36Y1ZR8LBPmR2E23+wTQe/MlE= github.com/dave/jennifer v1.4.1 h1:XyqG6cn5RQsTj3qlWQTKlRGAyrTcsk1kUmWdZBzRjDw= github.com/dave/jennifer v1.4.1/go.mod h1:7jEdnm+qBcxl8PC0zyp7vxcpSRnzXSt9r39tpTVGlwA=