From 0699a7bc39f61e23365b562fac7632e461511ed0 Mon Sep 17 00:00:00 2001 From: nsteenla Date: Mon, 18 Dec 2023 09:22:11 +0100 Subject: [PATCH] bump bibtex version --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 16d4bad57..f28d899ae 100644 --- a/go.mod +++ b/go.mod @@ -164,7 +164,7 @@ require ( github.com/subosito/gotenv v1.6.0 // indirect github.com/tidwall/match v1.1.1 // indirect github.com/tidwall/pretty v1.2.1 // indirect - github.com/ugent-library/bibtex v0.0.0-20231215144723-4e5925e47a69 + github.com/ugent-library/bibtex v0.0.0-20231215145146-1fe1e3cb7593 github.com/ugent-library/bind v0.0.0-20231106145128-3b6630797063 github.com/ugent-library/friendly v0.0.0-20230811091914-e5eb37f47072 github.com/ugent-library/httperror v0.0.0-20230123152913-d3d289bcce20 diff --git a/go.sum b/go.sum index e19065b4f..cec3fba24 100644 --- a/go.sum +++ b/go.sum @@ -532,6 +532,8 @@ github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce h1:fb190+cK2Xz/dvi9 github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce/go.mod h1:o8v6yHRoik09Xen7gje4m9ERNah1d1PPsVq1VEx9vE4= github.com/ugent-library/bibtex v0.0.0-20231215144723-4e5925e47a69 h1:jU4/3Q3NXjIV0ncULkiLSV1GaCvKsxFNl0x3+dRdY3k= github.com/ugent-library/bibtex v0.0.0-20231215144723-4e5925e47a69/go.mod h1:UX+eTPyILtVo9OmXGgO+1Pl0NU4nj/KxB0JxgR/4LNo= +github.com/ugent-library/bibtex v0.0.0-20231215145146-1fe1e3cb7593 h1:f9kckfPSu0YrfFo99vzXFLzriwGuTItE7kuOYtbBOuk= +github.com/ugent-library/bibtex v0.0.0-20231215145146-1fe1e3cb7593/go.mod h1:UX+eTPyILtVo9OmXGgO+1Pl0NU4nj/KxB0JxgR/4LNo= github.com/ugent-library/bind v0.0.0-20231106145128-3b6630797063 h1:uU2vnCNHaJF8Lx+exuV4PcZgZQX/PJ5hcgQCZEvg+Fg= github.com/ugent-library/bind v0.0.0-20231106145128-3b6630797063/go.mod h1:QN9gGk5/ux2xoIia5EQbkw7XdO7yYQ5dG7/p6WSvp0o= github.com/ugent-library/crypt v0.0.0-20230630063634-8c02106fd40e h1:LnsNQmbNBSNTNd2mdozNfy87fbUOZ5ZxjBxA+T8h0lg=