golang-github-spf13-viper 1.12.0-1 source package in Ubuntu
Changelog
golang-github-spf13-viper (1.12.0-1) unstable; urgency=medium * New upstream version 1.12.0 * Update versioned dependencies as per go.mod * Bump Standards-Version to 4.6.2 (no change) * Backport patches from v1.13.0 to fix toml and ini tests -- Anthony Fok <email address hidden> Tue, 11 Jul 2023 02:11:16 -0600
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- all
- Section:
- golang
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | misc | |
Oracular | release | universe | misc | |
Noble | release | universe | misc | |
Mantic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-spf13-viper_1.12.0-1.dsc | 2.9 KiB | 246159519c14c88b60c46d8547e867c3ca4f419c10277339309189e4aa7aea59 |
golang-github-spf13-viper_1.12.0.orig.tar.gz | 111.9 KiB | 54b97b03ab6b666771a42ffd3bd0cd6672af87443ffd234a78a3e1c09c2061a1 |
golang-github-spf13-viper_1.12.0-1.debian.tar.xz | 5.3 KiB | 4e6d5a3d613b3b5dfa6b6c3230f304469536daa73c378272a1f54e80d2513c39 |
Available diffs
- diff from 1.10.1-1 to 1.12.0-1 (39.1 KiB)
No changes file available.
Binary packages built by this source
- golang-github-spf13-viper-dev: Go configuration with fangs
Viper is a complete configuration solution for Go applications
including 12-Factor apps. It is designed to work within an application,
and can handle all types of configuration needs and formats.
It supports:
.
* setting defaults
* reading from JSON, TOML, YAML, HCL, and Java properties config files
* live watching and re-reading of config files (optional)
* reading from environment variables
* reading from remote config systems (etcd or Consul), and watching changes
* reading from command line flags
* reading from buffer
* setting explicit values
.
Viper can be thought of as a registry for all of your applications
configuration needs.