You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -468,7 +468,6 @@ _Libraries for configuration parsing._
468
468
-[config](https://github.com/JeremyLoy/config) - Cloud native application configuration. Bind ENV to structs in only two lines.
469
469
-[config](https://github.com/num30/config) - configure your app using file, environment variables, or flags in two lines of code.
470
470
-[configuration](https://github.com/BoRuDar/configuration) - Library for initializing configuration structs from env variables, files, flags and 'default' tag.
471
-
-[configure](https://github.com/paked/configure) - Provides configuration through multiple sources, including JSON, flags and environment variables.
472
471
-[configuro](https://github.com/sherifabdlnaby/configuro) - opinionated configuration loading & validation framework from ENV and Files focused towards 12-Factor compliant applications.
473
472
-[confiq](https://github.com/greencoda/confiq) - Structured data format to config struct decoder library for Go - supporting multiple data formats.
474
473
-[confita](https://github.com/heetch/confita) - Load configuration in cascade from multiple backends into a struct.
@@ -492,7 +491,6 @@ _Libraries for configuration parsing._
492
491
-[go-up](https://github.com/ufoscout/go-up) - A simple configuration library with recursive placeholders resolution and no magic.
493
492
-[GoCfg](https://github.com/Jagerente/gocfg) - Config manager with Struct Tags based contracts, custom value providers, parsers, and documentation generation. Customizable yet simple.
494
493
-[godotenv](https://github.com/joho/godotenv) - Go port of Ruby's dotenv library (Loads environment variables from `.env`).
495
-
-[gofigure](https://github.com/ian-kent/gofigure) - Go application configuration made easy.
496
494
-[GoLobby/Config](https://github.com/golobby/config) - GoLobby Config is a lightweight yet powerful configuration manager for the Go programming language.
497
495
-[gone/jconf](https://github.com/One-com/gone/tree/master/jconf) - Modular JSON configuration. Keep your config structs along with the code they configure and delegate parsing to submodules without sacrificing full config serialization.
498
496
-[gonfig](https://github.com/milad-abbasi/gonfig) - Tag-based configuration parser which loads values from different providers into typesafe struct.
@@ -501,22 +499,18 @@ _Libraries for configuration parsing._
-[hjson](https://github.com/hjson/hjson-go) - Human JSON, a configuration file format for humans. Relaxed syntax, fewer mistakes, more comments.
503
501
-[hocon](https://github.com/gurkankaymak/hocon) - Configuration library for working with the HOCON(a human-friendly JSON superset) format, supports features like environment variables, referencing other values, comments and multiple files.
504
-
-[ingo](https://github.com/schachmat/ingo) - Flags persisted in an ini-like config file.
505
502
-[ini](https://github.com/go-ini/ini) - Go package to read and write INI files.
506
503
-[ini](https://github.com/wlevene/ini) - INI Parser & Write Library, Unmarshal to Struct, Marshal to Json, Write File, watch file.
507
-
-[joshbetz/config](https://github.com/joshbetz/config) - Small configuration library for Go that parses environment variables, JSON files, and reloads automatically on SIGHUP.
508
504
-[kelseyhightower/envconfig](https://github.com/kelseyhightower/envconfig) - Go library for managing configuration data from environment variables.
509
505
-[koanf](https://github.com/knadh/koanf) - Light weight, extensible library for reading config in Go applications. Built in support for JSON, TOML, YAML, env, command line.
510
506
-[konf](https://github.com/nil-go/konf) - The simplest API for reading/watching config from file, env, flag and clouds (e.g. AWS, Azure, GCP).
511
507
-[konfig](https://github.com/lalamove/konfig) - Composable, observable and performant config handling for Go for the distributed processing era.
512
508
-[kong](https://github.com/alecthomas/kong) - Command-line parser with support for arbitrarily complex command-line structures and additional sources of configuration such as YAML, JSON, TOML, etc (successor to `kingpin`).
513
-
-[mini](https://github.com/sasbury/mini) - Golang package for parsing ini-style configuration files.
514
509
-[nasermirzaei89/env](https://github.com/nasermirzaei89/env) - Simple useful package for read environment variables.
515
510
-[nfigure](https://github.com/muir/nfigure) - Per-library struct-tag based configuration from command lines (Posix & Go-style); environment, JSON, YAML
516
511
-[onion](https://github.com/goraz/onion) - Layer based configuration for Go, Supports JSON, TOML, YAML, properties, etcd, env, and encryption using PGP.
517
512
-[piper](https://github.com/Yiling-J/piper) - Viper wrapper with config inheritance and key generation.
518
513
-[sonic](https://github.com/bytedance/sonic) - A blazingly fast JSON serializing & deserializing library.
519
-
-[store](https://github.com/tucnak/store) - Lightweight configuration manager for Go.
520
514
-[swap](https://github.com/oblq/swap) - Instantiate/configure structs recursively, based on build environment. (YAML, TOML, JSON and env).
521
515
-[typenv](https://github.com/diegomarangoni/typenv) - Minimalistic, zero dependency, typed environment variables library.
522
516
-[uConfig](https://github.com/omeid/uconfig) - Lightweight, zero-dependency, and extendable configuration management.
0 commit comments