From 10fd477026c19d6c451320e584a8cd03a384b836 Mon Sep 17 00:00:00 2001 From: Simon Sarasova Date: Mon, 6 May 2024 10:40:23 +0000 Subject: [PATCH] Upgraded Circl to version 1.3.8. --- Changelog.md | 4 ++++ Contributors.md | 2 +- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 1d9fa23..76dafcf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,10 @@ This document attempts to describe the history of changes to Seekia. Small and insignificant changes may not be included in this log. +## Unversioned Changes + +* Upgraded Circl to version 1.3.8. - *Simon Sarasova* + ## Version 0.60 *Release Date: May 4, 2024* diff --git a/Contributors.md b/Contributors.md index 0df004c..d8520c6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,4 +9,4 @@ Many other people have written code for modules which are imported by Seekia. Th Name | Date Of First Commit | Number Of Commits --- | --- | --- -Simon Sarasova | June 13, 2023 | 246 \ No newline at end of file +Simon Sarasova | June 13, 2023 | 247 \ No newline at end of file diff --git a/go.mod b/go.mod index afb5e48..c2aa6af 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ go 1.22 require ( fyne.io/fyne/v2 v2.4.5 github.com/chai2010/webp v1.1.1 - github.com/cloudflare/circl v1.3.7 + github.com/cloudflare/circl v1.3.8 github.com/dgraph-io/badger/v4 v4.2.0 github.com/disintegration/gift v1.2.1 github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c diff --git a/go.sum b/go.sum index f0d2516..3cd6e6a 100644 --- a/go.sum +++ b/go.sum @@ -85,8 +85,8 @@ github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5P github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/cloudflare/cfssl v0.0.0-20190808011637-b1ec8c586c2a/go.mod h1:yMWuSON2oQp+43nFtAV/uvKQIFpSPerB57DCt9t8sSA= -github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU= -github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA= +github.com/cloudflare/circl v1.3.8 h1:j+V8jJt09PoeMFIu2uh5JUyEaIHTXVOHslFoLNAKqwI= +github.com/cloudflare/circl v1.3.8/go.mod h1:PDRU+oXvdD7KCtgKxW95M5Z8BpSCJXQORiZFnBQS5QU= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=