From 03b262e0ce94e0d6ec8ead8ffc8062ea1ffd82bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 12:18:01 +0000 Subject: [PATCH] Bump github.com/BurntSushi/toml from 1.2.0 to 1.2.1 in /server Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/BurntSushi/toml/releases) - [Commits](https://github.com/BurntSushi/toml/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: github.com/BurntSushi/toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- server/go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/go.mod b/server/go.mod index 1d371ff..25ac50d 100644 --- a/server/go.mod +++ b/server/go.mod @@ -3,9 +3,8 @@ module docker4ssh go 1.17 require ( - github.com/BurntSushi/toml v1.2.0 github.com/BurntSushi/toml v1.2.1 - github.com/docker/docker v20.10.20+incompatible + github.com/docker/docker v20.10.20+incompatible github.com/docker/go-units v0.5.0 github.com/mattn/go-sqlite3 v2.0.3+incompatible github.com/morikuni/aec v1.0.0