Remove sprbox package (which has been archived) in favor of swap package which replace it. (#3065)

* Remove 'sprbox' in favor of 'swap'.

I have archived 'sprbox', it has been entirely revised / simplified in a new project (https://github.com/oblq/swap), it does basically the same things, it's just more intuitive.

* Reorder alphabetically.
This commit is contained in:
Marco Muratori 2020-05-09 12:44:48 +02:00 committed by GitHub
parent 601e2816f2
commit 4b8cc568ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -312,8 +312,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [mini](https://github.com/sasbury/mini) - Golang package for parsing ini-style configuration files.
* [nasermirzaei89/env](https://github.com/nasermirzaei89/env) - Simple useful package for read environment variables.
* [onion](http://github.com/goraz/onion) - Layer based configuration for Go, Supports JSON, TOML, YAML, properties, etcd, env, and encryption using PGP.
* [sprbox](https://github.com/oblq/sprbox) - Build-environment aware toolbox factory and agnostic config parser (YAML, TOML, JSON and Environment vars).
* [store](https://github.com/tucnak/store) - Lightweight configuration manager for Go.
* [swap](https://github.com/oblq/swap) - Instantiate/configure structs recursively, based on build environment. (YAML, TOML, JSON and env).
* [viper](https://github.com/spf13/viper) - Go configuration with fangs.
* [xdg](https://github.com/OpenPeeDeeP/xdg) - Cross platform package that follows the [XDG Standard](https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html).