From 77a82aec798c8d45bfa92decd8c29d3c0392fda5 Mon Sep 17 00:00:00 2001 From: Martin Hutchinson Date: Wed, 16 Oct 2024 16:39:27 +0100 Subject: [PATCH] Bumped t-dev formats to include cosignature fix (#234) --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 935cf76..67e2437 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/mattn/go-sqlite3 v1.14.24 github.com/ory/dockertest/v3 v3.11.0 github.com/prometheus/client_golang v1.20.4 - github.com/transparency-dev/formats v0.0.0-20231208153921-b058d7091e93 + github.com/transparency-dev/formats v0.0.0-20241003145927-a04dcc2a37e4 golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb golang.org/x/mod v0.21.0 golang.org/x/sync v0.8.0 diff --git a/go.sum b/go.sum index 4d28e73..0be7c65 100644 --- a/go.sum +++ b/go.sum @@ -184,8 +184,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -github.com/transparency-dev/formats v0.0.0-20231208153921-b058d7091e93 h1:H/FTQI3wjKy5SmXFZaxxmcZl6nkbsDtKfmOVsSvZ+W4= -github.com/transparency-dev/formats v0.0.0-20231208153921-b058d7091e93/go.mod h1:tY9Z9oBaYdQt4NWIhsFAtv0altwLk+K9Gg/2tbS0eBQ= +github.com/transparency-dev/formats v0.0.0-20241003145927-a04dcc2a37e4 h1:vu5vGPlSxEzekLWXc+yyBcYEFKxwkqOpX7bBAPOMEac= +github.com/transparency-dev/formats v0.0.0-20241003145927-a04dcc2a37e4/go.mod h1:fkW2EYAOhcdBm1kc9hvf5cb0SptbyM/0OUvdFNnVCEE= github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU= github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo= github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=