معرفی شرکت ها


golang-github-spf13-viper-devel-1.10.1-1.fc36.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Go configuration with fangs
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 37
مخزن Fedora Everything noarch
نام بسته golang-github-spf13-viper-devel
نام فایل بسته golang-github-spf13-viper-devel-1.10.1-1.fc36.noarch.rpm
نسخه بسته 1.10.1
انتشار بسته 1.fc36
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Fri 28 Jan 2022 01
هاست سازنده buildvm-a32-06.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/spf13/viper
مجوز MIT
حجم دانلود 57K
حجم نصب 210.662K
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


جایگزین ها

بسته نسخه معماری مخزن
golang-github-spf13-viper-devel-1.14.0-1.fc37.noarch.rpm 1.14.0 noarch Fedora Everything


نیازمندی

مقدار نام
- 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)
- golang(github.com/spf13/afero)
- golang(github.com/spf13/cast)
- golang(github.com/spf13/jwalterweatherman)
- golang(github.com/spf13/pflag)
- golang(github.com/subosito/gotenv)
- golang(gopkg.in/ini.v1)
- golang(gopkg.in/yaml.v2)


ارائه دهنده

مقدار نام
= 1.10.1-1.fc36 golang(github.com/spf13/viper)
= 1.10.1-1.fc36 golang(github.com/spf13/viper/internal/encoding)
= 1.10.1-1.fc36 golang(github.com/spf13/viper/internal/encoding/hcl)
= 1.10.1-1.fc36 golang(github.com/spf13/viper/internal/encoding/json)
= 1.10.1-1.fc36 golang(github.com/spf13/viper/internal/encoding/toml)
= 1.10.1-1.fc36 golang(github.com/spf13/viper/internal/encoding/yaml)
= 1.10.1-1.fc36 golang(github.com/spf13/viper/internal/testutil)
= 1.10.1-1.fc36 golang-github-spf13-viper-devel
= 1.10.1-1.fc36 golang-ipath(github.com/spf13/viper)


نحوه نصب


نصب پکیج rpm golang-github-spf13-viper-devel:

    dnf install golang-github-spf13-viper-devel-1.10.1-1.fc36.noarch.rpm


فایل ها

مسیرها
/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/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/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/json
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/json/codec.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/yaml
/usr/share/gocode/src/github.com/spf13/viper/internal/encoding/yaml/codec.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/watch.go
/usr/share/gocode/src/github.com/spf13/viper/watch_wasm.go
/usr/share/licenses/golang-github-spf13-viper-devel


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2022-01-27

Update to 1.10.1 - Closes rhbz#1972604

2022-01-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

2021-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

2021-01-26

Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

2020-08-03

Update to 1.7.1

2020-07-27

Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

2020-02-22

Update to latest version

2020-01-29

Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild