From 491196e63c402004e2e1c9103ca0a88d70730412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 06:08:40 +0000 Subject: [PATCH] Bump github.com/BurntSushi/toml from 0.3.1 to 1.3.2 Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 0.3.1 to 1.3.2. - [Release notes](https://github.com/BurntSushi/toml/releases) - [Commits](https://github.com/BurntSushi/toml/compare/v0.3.1...v1.3.2) --- updated-dependencies: - dependency-name: github.com/BurntSushi/toml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 586d5d11..ae5cad3e 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module Yearning-go go 1.18 require ( - github.com/BurntSushi/toml v0.3.1 + github.com/BurntSushi/toml v1.3.2 github.com/Jeffail/gabs/v2 v2.7.0 github.com/cookieY/sqlx v1.3.0 github.com/cookieY/yee v0.3.9