From 4e664f421c6a54f52ba6eb63f33db119820f000a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:55:30 +0000 Subject: [PATCH] build(deps): bump github.com/ctfer-io/go-ctfd from 0.9.0 to 0.10.0 Bumps [github.com/ctfer-io/go-ctfd](https://github.com/ctfer-io/go-ctfd) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/ctfer-io/go-ctfd/releases) - [Changelog](https://github.com/ctfer-io/go-ctfd/blob/main/.goreleaser.yaml) - [Commits](https://github.com/ctfer-io/go-ctfd/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: github.com/ctfer-io/go-ctfd 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 8246576..6c7f8f3 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/ctfer-io/ctfd-setup go 1.22.2 require ( - github.com/ctfer-io/go-ctfd v0.9.0 + github.com/ctfer-io/go-ctfd v0.10.0 github.com/pkg/errors v0.9.1 github.com/urfave/cli/v2 v2.27.5 go.uber.org/multierr v1.11.0 diff --git a/go.sum b/go.sum index 18a6daa..c0b34f6 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/cpuguy83/go-md2man/v2 v2.0.5 h1:ZtcqGrnekaHpVLArFSe4HK5DoKx1T0rq2DwVB0alcyc= github.com/cpuguy83/go-md2man/v2 v2.0.5/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= -github.com/ctfer-io/go-ctfd v0.9.0 h1:udhuLkUgQ0hWBbE8Qzo4hZWVdUtEocp1t7xRIwDFqs4= -github.com/ctfer-io/go-ctfd v0.9.0/go.mod h1:jNeeXui6iW1jsAfa4D5v6MaK0UF26CtjTRtCqS/PWH4= +github.com/ctfer-io/go-ctfd v0.10.0 h1:+lBLqde9XNdLB+TzXvJg9I9qkLRA8rYmf9bpjQ2CAUg= +github.com/ctfer-io/go-ctfd v0.10.0/go.mod h1:jNeeXui6iW1jsAfa4D5v6MaK0UF26CtjTRtCqS/PWH4= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/gorilla/schema v1.4.1 h1:jUg5hUjCSDZpNGLuXQOgIWGdlgrIdYvgQ0wZtdK1M3E=