From f9dd52f260f1e01e1af7567cee0a7de43c2b7a9c Mon Sep 17 00:00:00 2001 From: zachmann <gabriel.zachmann@kit.edu> Date: Fri, 19 Apr 2024 11:22:12 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12742e95..2ac14413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,16 @@ ### Dependencies - Bump go version from 1.19 to 1.22 +- Bump github.com/coreos/go-oidc/v3 from 3.9.0 to 3.10.0 +- Bump github.com/gliderlabs/ssh from 0.3.6 to 0.3.7 +- Bump github.com/go-resty/resty/v2 from 2.11.0 to 2.12.0 +- Bump github.com/go-sql-driver/mysql from 1.8.0 to 1.8.1 +- Bump github.com/gofiber/fiber/v2 from 2.52.2 to 2.52.4 +- Bump github.com/gofiber/template/mustache/v2 from 2.0.9 to 2.0.10 +- Bump golang.org/x/crypto from 0.21.0 to 0.22.0 +- Bump golang.org/x/mod from 0.16.0 to 0.17.0 +- Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 +- Bump golang.org/x/term from 0.18.0 to 0.19.0 ## mytoken 0.9.2 -- GitLab