Skip to content

chore(deps): update module github.com/go-viper/mapstructure to v2 #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 1, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/go-viper/mapstructure v1.6.0 -> v2.4.0 age confidence

Release Notes

go-viper/mapstructure (github.com/go-viper/mapstructure)

v2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-viper/mapstructure@v2.3.0...v2.4.0

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-viper/mapstructure@v2.2.1...v2.3.0

v2.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-viper/mapstructure@v2.2.0...v2.2.1

v2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-viper/mapstructure@v2.1.0...v2.2.0

v2.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-viper/mapstructure@v2.0.0...v2.1.0

v2.0.0

Compare Source

mapstructure v2 release 🎉🎉🎉🎉

⚠️ Breaking changes

  • Error is removed in favor of errors.Join (backported from Go 1.20 to preserve compatibility with earlier versions)

What's Changed

New Contributors

Full Changelog: go-viper/mapstructure@v1.6.0...v2.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jan 7, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/jmoiron/sqlx v1.4.0
go: downloading github.com/prometheus/client_golang v1.20.5
go: downloading github.com/spf13/cobra v1.8.1
go: downloading github.com/spf13/viper v1.19.0
go: downloading golang.org/x/sync v0.10.0
go: downloading github.com/blockfrost/blockfrost-go v0.3.0
go: downloading github.com/stretchr/testify v1.10.0
go: downloading github.com/mattn/go-sqlite3 v1.14.24
go: downloading github.com/pressly/goose/v3 v3.24.1
go: downloading github.com/DATA-DOG/go-sqlmock v1.5.2
go: downloading github.com/dgraph-io/ristretto/v2 v2.0.1
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.61.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading golang.org/x/sys v0.29.0
go: downloading google.golang.org/protobuf v1.36.2
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/fsnotify/fsnotify v1.8.0
go: downloading github.com/go-viper/mapstructure/v2 v2.4.0
go: downloading github.com/sagikazarmark/locafero v0.6.0
go: downloading github.com/sagikazarmark/slog-shim v0.1.0
go: downloading github.com/spf13/afero v1.11.0
go: downloading github.com/spf13/cast v1.7.1
go: downloading github.com/hashicorp/go-retryablehttp v0.7.7
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/stretchr/objx v0.5.2
go: downloading github.com/sethvargo/go-retry v0.3.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/klauspost/compress v1.17.11
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/sourcegraph/conc v0.3.0
go: downloading golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
go: downloading golang.org/x/text v0.21.0
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/magiconair/properties v1.8.9
go: downloading github.com/pelletier/go-toml/v2 v2.2.3
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/mfridman/interpolate v0.0.2
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/go-viper/mapstructure v1.6.0
go: github.com/go-viper/mapstructure/[email protected] used for two different module paths (github.com/go-viper/mapstructure/v2 and github.com/mitchellh/mapstructure)

@github-actions github-actions bot added the chore label Jan 7, 2025
@renovate renovate bot force-pushed the renovate/g.yxqyang.asia-go-viper-mapstructure-2.x branch from 15b32a9 to 334fd10 Compare January 7, 2025 11:55
@renovate renovate bot force-pushed the renovate/g.yxqyang.asia-go-viper-mapstructure-2.x branch from 334fd10 to 274f0a6 Compare June 16, 2025 16:01
@renovate renovate bot force-pushed the renovate/g.yxqyang.asia-go-viper-mapstructure-2.x branch from 274f0a6 to b6d28e9 Compare July 15, 2025 10:10
@rayanebel rayanebel self-requested a review August 1, 2025 15:03
@rayanebel
Copy link
Collaborator

@renovate

@renovate renovate bot force-pushed the renovate/g.yxqyang.asia-go-viper-mapstructure-2.x branch from b6d28e9 to 68b7723 Compare August 1, 2025 15:04
@rayanebel rayanebel merged commit b46d29c into main Aug 1, 2025
2 checks passed
@rayanebel rayanebel deleted the renovate/g.yxqyang.asia-go-viper-mapstructure-2.x branch August 1, 2025 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant