Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

golang-github-spf13-viper-devel-1.14.0-1.fc37 RPM for noarch

From Fedora 37 updates for aarch64 / Packages / g

Name: golang-github-spf13-viper-devel Distribution: Fedora Project
Version: 1.14.0 Vendor: Fedora Project
Release: 1.fc37 Build date: Sat Jan 14 20:41:27 2023
Group: Unspecified Build host: buildvm-x86-10.iad2.fedoraproject.org
Size: 248262 Source RPM: golang-github-spf13-viper-1.14.0-1.fc37.src.rpm
Packager: Fedora Project
Url: https://github.com/spf13/viper
Summary: 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.

This package contains the source code needed for building packages that
reference the following Go import paths:
 – github.com/spf13/viper

Provides

Requires

License

MIT

Changelog

* Sun Nov 20 2022 Mikel Olasagasti Uranga <mikel@olasagasti.info> 1.14.0-1
  - Update to 1.14.0 - Closes rhbz#2075412
* Wed Aug 10 2022 Maxwell G <gotmax@e.email> 1.10.1-3
  - Rebuild to fix FTBFS
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.10.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jan 27 2022 Mikel Olasagasti Uranga <mikel@olasagasti.info> 1.10.1-1
  - Update to 1.10.1 - Closes rhbz#1972604
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Files

/usr/share/doc/golang-github-spf13-viper-devel
/usr/share/doc/golang-github-spf13-viper-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/spf13
/usr/share/gocode/src/github.com/spf13/viper
/usr/share/gocode/src/github.com/spf13/viper/.goipath
/usr/share/gocode/src/github.com/spf13/viper/README.md
/usr/share/gocode/src/github.com/spf13/viper/TROUBLESHOOTING.md
/usr/share/gocode/src/github.com/spf13/viper/experimental_logger.go
/usr/share/gocode/src/github.com/spf13/viper/flags.go
/usr/share/gocode/src/github.com/spf13/viper/flags_test.go
/usr/share/gocode/src/github.com/spf13/viper/fs.go
/usr/share/gocode/src/github.com/spf13/viper/fs_test.go
/usr/share/gocode/src/github.com/spf13/viper/go.mod
/usr/share/gocode/src/github.com/spf13/viper/internal
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/decoder.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/decoder_test.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/dotenv
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/dotenv/codec.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/dotenv/codec_test.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/dotenv/map_utils.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/encoder.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/encoder_test.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/error.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/hcl
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/hcl/codec.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/hcl/codec_test.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/ini
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/ini/codec.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/ini/codec_test.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/ini/map_utils.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/javaproperties
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/javaproperties/codec.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/javaproperties/codec_test.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/javaproperties/map_utils.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/json
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/json/codec.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/json/codec_test.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/toml
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/toml/codec.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/toml/codec2.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/toml/codec2_test.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/toml/codec_test.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/yaml
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/yaml/codec.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/yaml/codec_test.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/yaml/yaml2.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/yaml/yaml2_test.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/yaml/yaml3.go
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/yaml/yaml3_test.go
/usr/share/gocode/src/github.com/spf13/viper/internal/testutil
/usr/share/gocode/src/github.com/spf13/viper/internal/testutil/env_go1_16.go
/usr/share/gocode/src/github.com/spf13/viper/internal/testutil/env_go1_17.go
/usr/share/gocode/src/github.com/spf13/viper/internal/testutil/filepath.go
/usr/share/gocode/src/github.com/spf13/viper/logger.go
/usr/share/gocode/src/github.com/spf13/viper/overrides_test.go
/usr/share/gocode/src/github.com/spf13/viper/util.go
/usr/share/gocode/src/github.com/spf13/viper/util_test.go
/usr/share/gocode/src/github.com/spf13/viper/viper.go
/usr/share/gocode/src/github.com/spf13/viper/viper_go1_15.go
/usr/share/gocode/src/github.com/spf13/viper/viper_go1_16.go
/usr/share/gocode/src/github.com/spf13/viper/viper_test.go
/usr/share/gocode/src/github.com/spf13/viper/viper_yaml2_test.go
/usr/share/gocode/src/github.com/spf13/viper/viper_yaml3_test.go
/usr/share/gocode/src/github.com/spf13/viper/watch.go
/usr/share/gocode/src/github.com/spf13/viper/watch_unsupported.go
/usr/share/licenses/golang-github-spf13-viper-devel
/usr/share/licenses/golang-github-spf13-viper-devel/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 19:05:07 2024