Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: golang-github-spf13-viper-devel | Distribution: Fedora Project |
Version: 1.16.0 | Vendor: Fedora Project |
Release: 2.fc39 | Build date: Thu Jul 20 06:12:21 2023 |
Group: Unspecified | Build host: buildvm-x86-09.iad2.fedoraproject.org |
Size: 248240 | Source RPM: golang-github-spf13-viper-1.16.0-2.fc39.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
MIT
* Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 1.16.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jun 24 2023 Mikel Olasagasti Uranga <[email protected]> - 1.16.0-1 - Update to 1.16.0 - Closes rhbz#2162693 * Thu Jan 19 2023 Fedora Release Engineering <[email protected]> - 1.14.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sun Nov 20 2022 Mikel Olasagasti Uranga <[email protected]> - 1.14.0-1 - Update to 1.14.0 - Closes rhbz#2075412 * Wed Aug 10 2022 Maxwell G <[email protected]> - 1.10.1-3 - Rebuild to fix FTBFS * Thu Jul 21 2022 Fedora Release Engineering <[email protected]> - 1.10.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 27 2022 Mikel Olasagasti Uranga <[email protected]> - 1.10.1-1 - Update to 1.10.1 - Closes rhbz#1972604 * Thu Jan 20 2022 Fedora Release Engineering <[email protected]> - 1.7.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <[email protected]> - 1.7.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
/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/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/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_yaml_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 Jul 9 22:15:25 2024