[PR #16] [MERGED] Bump github.com/spf13/viper from 1.3.1 to 1.3.2 #148

Closed
opened 2026-02-25 22:31:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/evenh/intercert/pull/16
Author: @dependabot-preview[bot]
Created: 3/18/2019
Status: Merged
Merged: 3/18/2019
Merged by: @evenh

Base: masterHead: dependabot/dep/github.com/spf13/viper-1.3.2


📝 Commits (1)

  • 170e7d1 Bump github.com/spf13/viper from 1.3.1 to 1.3.2

📊 Changes

2 files changed (+10 additions, -15 deletions)

View changed files

📝 Gopkg.lock (+9 -14)
📝 Gopkg.toml (+1 -1)

📄 Description

Bumps github.com/spf13/viper from 1.3.1 to 1.3.2.

Commits
  • 9e56dac Remove superflous insensitiviseMaps in Unmarshal methods
  • d104d25 Update go.sum with go1.11.4
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/evenh/intercert/pull/16 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/18/2019 **Status:** ✅ Merged **Merged:** 3/18/2019 **Merged by:** [@evenh](https://github.com/evenh) **Base:** `master` ← **Head:** `dependabot/dep/github.com/spf13/viper-1.3.2` --- ### 📝 Commits (1) - [`170e7d1`](https://github.com/evenh/intercert/commit/170e7d13d687091b6608a5041fcfc98951fcd2fd) Bump github.com/spf13/viper from 1.3.1 to 1.3.2 ### 📊 Changes **2 files changed** (+10 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `Gopkg.lock` (+9 -14) 📝 `Gopkg.toml` (+1 -1) </details> ### 📄 Description Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.3.1 to 1.3.2. <details> <summary>Commits</summary> - [`9e56dac`](https://github.com/spf13/viper/commit/9e56dacc08fbbf8c9ee2dbc717553c758ce42bc9) Remove superflous insensitiviseMaps in Unmarshal methods - [`d104d25`](https://github.com/spf13/viper/commit/d104d259b3380cb653bb793756823c3c41b37b53) Update go.sum with go1.11.4 - See full diff in [compare view](https://github.com/spf13/viper/compare/v1.3.1...v1.3.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=github.com/spf13/viper&package-manager=dep&previous-version=1.3.1&new-version=1.3.2)](https://dependabot.com/compatibility-score.html?dependency-name=github.com/spf13/viper&package-manager=dep&previous-version=1.3.1&new-version=1.3.2) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:31:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/intercert#148
No description provided.