From 0e683a4a4f63a1e342b28af2f57e023a483e84ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:43:43 +0000 Subject: [PATCH] Update module github.com/pelletier/go-toml to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index be6cc44..ffd9370 100644 --- a/go.mod +++ b/go.mod @@ -8,6 +8,7 @@ require ( github.com/mkideal/cli v0.2.7 github.com/ortelius/scec-commons v0.1.32 github.com/pelletier/go-toml v1.9.5 + github.com/pelletier/go-toml/v2 v2.2.2 ) require ( @@ -63,7 +64,6 @@ require ( github.com/nwaples/rardecode v1.1.3 // indirect github.com/opencontainers/go-digest v1.0.0 // indirect github.com/opencontainers/image-spec v1.1.0 // indirect - github.com/pelletier/go-toml/v2 v2.2.2 // indirect github.com/pierrec/lz4/v4 v4.1.21 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/scylladb/go-set v1.0.3-0.20200225121959-cc7b2070d91e // indirect