Bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 in /server

Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/BurntSushi/toml/releases)
- [Commits](https://github.com/BurntSushi/toml/compare/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/BurntSushi/toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-07-21 12:46:21 +00:00
committed by GitHub
parent 7257de555c
commit 7cc0e1f109
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ module docker4ssh
go 1.17
require (
github.com/BurntSushi/toml v1.1.0
github.com/BurntSushi/toml v1.2.0
github.com/docker/docker v20.10.17+incompatible
github.com/docker/go-units v0.4.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible