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.17.0-3.fc40 RPM for noarch

From Fedora Rawhide for s390x / g

Name: golang-github-spf13-viper-devel Distribution: Fedora Project
Version: 1.17.0 Vendor: Fedora Project
Release: 3.fc40 Build date: Wed Jan 24 20:46:36 2024
Group: Unspecified Build host: buildvm-x86-17.iad2.fedoraproject.org
Size: 210218 Source RPM: golang-github-spf13-viper-1.17.0-3.fc40.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

* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Oct 08 2023 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 1.17.0-1
  - Update to 1.17.0 - Closes rhbz#2242656
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sat Jun 24 2023 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 1.16.0-1
  - Update to 1.16.0 - Closes rhbz#2162693
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* 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

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/flags.go
/usr/share/gocode/src/github.com/spf13/viper/flags_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/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, Wed May 1 02:28:23 2024