Sat, 09 Nov 2024 19:39:12 UTC | login

Information for RPM golang-github-spf13-viper-devel-1.17.0-4.fc41.noarch.rpm

ID1338946
Namegolang-github-spf13-viper-devel
Version1.17.0
Release4.fc41
Epoch
Archnoarch
SummaryGo configuration with fangs
DescriptionViper 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
Build Time2024-07-18 16:29:35 GMT
Size60.62 KB
4e9ff80dc37bdf2b72f9779a08b9190f
LicenseMIT
Provides
golang(github.com/spf13/viper) = 1.17.0-4.fc41
golang(github.com/spf13/viper/internal/encoding) = 1.17.0-4.fc41
golang(github.com/spf13/viper/internal/encoding/dotenv) = 1.17.0-4.fc41
golang(github.com/spf13/viper/internal/encoding/hcl) = 1.17.0-4.fc41
golang(github.com/spf13/viper/internal/encoding/ini) = 1.17.0-4.fc41
golang(github.com/spf13/viper/internal/encoding/javaproperties) = 1.17.0-4.fc41
golang(github.com/spf13/viper/internal/encoding/json) = 1.17.0-4.fc41
golang(github.com/spf13/viper/internal/encoding/toml) = 1.17.0-4.fc41
golang(github.com/spf13/viper/internal/encoding/yaml) = 1.17.0-4.fc41
golang(github.com/spf13/viper/internal/testutil) = 1.17.0-4.fc41
golang-github-spf13-viper-devel = 1.17.0-4.fc41
golang-ipath(github.com/spf13/viper) = 1.17.0-4.fc41
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
go-filesystem
golang(github.com/fsnotify/fsnotify)
golang(github.com/hashicorp/hcl)
golang(github.com/hashicorp/hcl/hcl/printer)
golang(github.com/magiconair/properties)
golang(github.com/mitchellh/mapstructure)
golang(github.com/pelletier/go-toml/v2)
golang(github.com/sagikazarmark/slog-shim)
golang(github.com/spf13/afero)
golang(github.com/spf13/cast)
golang(github.com/spf13/pflag)
golang(github.com/subosito/gotenv)
golang(gopkg.in/ini.v1)
golang(gopkg.in/yaml.v3)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 55 >>>
Name ascending sort Size
/usr/share/doc/golang-github-spf13-viper-devel0.00 B
/usr/share/doc/golang-github-spf13-viper-devel/README.md28.59 KB
/usr/share/gocode/src/github.com0.00 B
/usr/share/gocode/src/github.com/spf130.00 B
/usr/share/gocode/src/github.com/spf13/viper0.00 B
/usr/share/gocode/src/github.com/spf13/viper/.goipath89.00 B
/usr/share/gocode/src/github.com/spf13/viper/flags.go1.31 KB
/usr/share/gocode/src/github.com/spf13/viper/flags_test.go1.30 KB
/usr/share/gocode/src/github.com/spf13/viper/go.mod3.75 KB
/usr/share/gocode/src/github.com/spf13/viper/internal0.00 B
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding0.00 B
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/decoder.go1.56 KB
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/decoder_test.go1.60 KB
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/dotenv0.00 B
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/dotenv/codec.go1.05 KB
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/dotenv/codec_test.go1.10 KB
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/dotenv/map_utils.go987.00 B
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/encoder.go1.52 KB
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/encoder_test.go1.45 KB
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/error.go105.00 B
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/hcl0.00 B
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/hcl/codec.go749.00 B
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/hcl/codec_test.go2.18 KB
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/ini0.00 B
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/ini/codec.go1.91 KB
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/ini/codec_test.go1.96 KB
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/ini/map_utils.go1.87 KB
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/javaproperties0.00 B
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/javaproperties/codec.go1.84 KB
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/javaproperties/codec_test.go1.57 KB
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/javaproperties/map_utils.go1.88 KB
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/json0.00 B
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/json/codec.go403.00 B
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/json/codec_test.go1.50 KB
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/toml0.00 B
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/toml/codec.go345.00 B
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/toml/codec_test.go1.64 KB
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/yaml0.00 B
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/yaml/codec.go325.00 B
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/yaml/codec_test.go2.16 KB
/usr/share/gocode/src/github.com/spf13/viper/internal/testutil0.00 B
/usr/share/gocode/src/github.com/spf13/viper/internal/testutil/filepath.go245.00 B
/usr/share/gocode/src/github.com/spf13/viper/logger.go1.62 KB
/usr/share/gocode/src/github.com/spf13/viper/overrides_test.go6.03 KB
/usr/share/gocode/src/github.com/spf13/viper/util.go5.06 KB
/usr/share/gocode/src/github.com/spf13/viper/util_test.go2.08 KB
/usr/share/gocode/src/github.com/spf13/viper/viper.go61.28 KB
/usr/share/gocode/src/github.com/spf13/viper/viper_go1_15.go1.34 KB
/usr/share/gocode/src/github.com/spf13/viper/viper_go1_16.go775.00 B
/usr/share/gocode/src/github.com/spf13/viper/viper_test.go59.64 KB
Component of
Page:
1 through 50 of 162 >>>
Buildroot descending sort Created State
f41-build-859982-168711 2024-10-27 19:12:46 expired
f41-build-859617-168693 2024-10-27 13:31:48 expired
f41-build-859613-168693 2024-10-27 13:26:37 expired
f41-build-859604-168693 2024-10-27 13:16:54 expired
f41-build-859601-168690 2024-10-27 13:12:45 expired
f41-build-859597-168687 2024-10-27 13:10:51 expired
f41-build-859563-168687 2024-10-27 12:44:04 expired
f41-build-859251-168551 2024-10-27 05:11:21 expired
f41-build-858762-168458 2024-10-26 16:04:03 expired
f41-build-858760-168455 2024-10-26 15:53:01 expired
f41-build-858758-168455 2024-10-26 15:47:20 expired
f41-build-858756-168455 2024-10-26 15:40:37 expired
f41-build-858395-168337 2024-10-26 04:50:02 expired
f41-build-858391-168337 2024-10-26 04:41:42 expired
f41-build-857155-167860 2024-10-25 08:28:16 expired
f41-build-856728-167680 2024-10-24 21:15:57 expired
f41-build-856702-167665 2024-10-24 20:39:44 expired
f41-build-855480-167105 2024-10-03 16:23:57 expired
f41-build-855454-167102 2024-10-03 15:57:45 expired
f41-build-855430-167102 2024-10-03 15:27:06 expired
f41-build-855135-167042 2024-10-03 09:38:25 expired
f41-build-855052-167003 2024-10-03 07:37:46 expired
f41-build-854683-166886 2024-10-02 22:56:44 expired
f41-build-854609-166868 2024-10-02 21:06:37 expired
f41-build-854348-166817 2024-10-02 13:50:15 expired
f41-build-854346-166808 2024-10-02 13:45:25 expired
f41-build-854221-166804 2024-10-02 10:58:51 expired
f41-build-853419-166698 2024-09-30 08:51:31 expired
f41-build-853409-166698 2024-09-30 08:39:35 expired
f41-build-853401-166698 2024-09-30 08:26:05 expired
f41-build-853400-166698 2024-09-30 08:25:49 expired
f41-build-853399-166698 2024-09-30 08:25:32 expired
f41-build-853395-166698 2024-09-30 08:14:50 expired
f41-build-853356-166698 2024-09-30 06:59:14 expired
f41-build-852850-166448 2024-09-29 09:56:49 expired
f41-build-852652-166361 2024-09-29 02:03:43 expired
f41-build-852650-166361 2024-09-29 02:01:55 expired
f41-build-852629-166358 2024-09-29 01:37:11 expired
f41-build-852523-166334 2024-09-28 22:46:06 expired
f41-build-852366-166289 2024-09-28 18:17:50 expired
f41-build-852349-166280 2024-09-28 17:43:44 expired
f41-build-851753-166004 2024-09-27 11:18:22 expired
f41-build-851536-165932 2024-09-27 02:32:46 expired
f41-build-851446-165884 2024-09-26 22:36:22 expired
f41-build-851422-165878 2024-09-26 21:42:57 expired
f41-build-851360-165857 2024-09-26 19:07:46 expired
f41-build-850892-165718 2024-09-25 15:46:51 expired
f41-build-850736-165591 2024-09-25 09:34:50 expired
f41-build-850398-165370 2024-09-23 10:53:08 expired
f41-build-850397-165370 2024-09-23 10:50:35 expired