From 69eaa10d35c83c2755c7f52074b3e50018c1bac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 21:57:57 +0000 Subject: [PATCH] deps: bump github.com/BurntSushi/toml in the go-modules group Bumps the go-modules group with 1 update: [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml). Updates `github.com/BurntSushi/toml` from 1.4.0 to 1.6.0 - [Release notes](https://github.com/BurntSushi/toml/releases) - [Commits](https://github.com/BurntSushi/toml/compare/v1.4.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/BurntSushi/toml dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules ... 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 0e2b190..6e9d965 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/excelano/ditto go 1.24 -require github.com/BurntSushi/toml v1.4.0 +require github.com/BurntSushi/toml v1.6.0 diff --git a/go.sum b/go.sum index 8bc10f6..f74b269 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0= -github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho= +github.com/BurntSushi/toml v1.6.0 h1:dRaEfpa2VI55EwlIW72hMRHdWouJeRF7TPYhI+AUQjk= +github.com/BurntSushi/toml v1.6.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=