debian-forge-composer/vendor/gopkg.in/ini.v1
dependabot[bot] b8cbe84fda build(deps): bump gopkg.in/ini.v1 from 1.66.6 to 1.67.0
Bumps [gopkg.in/ini.v1](https://github.com/go-ini/ini) from 1.66.6 to 1.67.0.
- [Release notes](https://github.com/go-ini/ini/releases)
- [Commits](https://github.com/go-ini/ini/compare/v1.66.6...v1.67.0)

---
updated-dependencies:
- dependency-name: gopkg.in/ini.v1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16 13:52:38 +02:00
..
.editorconfig build(deps): bump gopkg.in/ini.v1 from 1.63.0 to 1.66.4 2022-04-08 09:44:52 +02:00
.gitignore build(deps): bump gopkg.in/ini.v1 from 1.63.0 to 1.66.4 2022-04-08 09:44:52 +02:00
.golangci.yml build(deps): bump gopkg.in/ini.v1 from 1.66.4 to 1.66.6 2022-07-07 13:19:10 +02:00
codecov.yml build(deps): bump gopkg.in/ini.v1 from 1.66.4 to 1.66.6 2022-07-07 13:19:10 +02:00
data_source.go internal/rhsm: introduce package that handles subscriptions 2021-08-09 12:40:23 +02:00
deprecated.go build(deps): bump gopkg.in/ini.v1 from 1.66.6 to 1.67.0 2022-09-16 13:52:38 +02:00
error.go build(deps): bump gopkg.in/ini.v1 from 1.66.4 to 1.66.6 2022-07-07 13:19:10 +02:00
file.go build(deps): bump gopkg.in/ini.v1 from 1.66.4 to 1.66.6 2022-07-07 13:19:10 +02:00
helper.go internal/rhsm: introduce package that handles subscriptions 2021-08-09 12:40:23 +02:00
ini.go build(deps): bump gopkg.in/ini.v1 from 1.66.6 to 1.67.0 2022-09-16 13:52:38 +02:00
key.go build(deps): bump gopkg.in/ini.v1 from 1.63.0 to 1.66.4 2022-04-08 09:44:52 +02:00
LICENSE internal/rhsm: introduce package that handles subscriptions 2021-08-09 12:40:23 +02:00
Makefile internal/rhsm: introduce package that handles subscriptions 2021-08-09 12:40:23 +02:00
parser.go build(deps): bump gopkg.in/ini.v1 from 1.66.4 to 1.66.6 2022-07-07 13:19:10 +02:00
README.md build(deps): bump gopkg.in/ini.v1 from 1.66.4 to 1.66.6 2022-07-07 13:19:10 +02:00
section.go go: update most dependencies to the latest version 2021-09-05 12:50:02 +01:00
struct.go internal/rhsm: introduce package that handles subscriptions 2021-08-09 12:40:23 +02:00

INI

GitHub Workflow Status codecov GoDoc Sourcegraph

Package ini provides INI file read and write functionality in Go.

Features

  • Load from multiple data sources(file, []byte, io.Reader and io.ReadCloser) with overwrites.
  • Read with recursion values.
  • Read with parent-child sections.
  • Read with auto-increment key names.
  • Read with multiple-line values.
  • Read with tons of helper methods.
  • Read and convert values to Go types.
  • Read and WRITE comments of sections and keys.
  • Manipulate sections, keys and comments with ease.
  • Keep sections and keys in order as you parse and save.

Installation

The minimum requirement of Go is 1.13.

$ go get gopkg.in/ini.v1

Please add -u flag to update in the future.

Getting Help

License

This project is under Apache v2 License. See the LICENSE file for the full license text.