From a6db17416f9ec0ee3e6c56aab3827d93694a0c43 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sun, 15 Sep 2024 00:00:54 +0000 Subject: [PATCH] chore(deps): update module github.com/burntsushi/toml to v1.4.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ef9e767..2e0e45c 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( code.gitea.io/sdk/gitea v0.15.1 - github.com/BurntSushi/toml v1.2.1 + github.com/BurntSushi/toml v1.4.0 github.com/alecthomas/chroma v0.10.0 github.com/caddyserver/caddy/v2 v2.6.4 github.com/spf13/viper v1.15.0