[chore] update viper version (#2539)

* update viper version

* removes our last uses of the slice package

* fix tests
This commit is contained in:
kim 2024-01-17 14:54:30 +00:00 committed by GitHub
commit 906639ad7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
166 changed files with 11771 additions and 2782 deletions

View file

@ -1,5 +1,42 @@
# Changelog
## [1.5.0] - 2023-08-15
### Fixed
- Use io.Reader instead of custom Reader
## [1.5.0] - 2023-08-15
### Added
- Support for reading UTF16 files
### Fixed
- Scanner error handling
- Reader error handling
## [1.4.2] - 2023-01-11
### Fixed
- Env var initialization
### Changed
- More consitent line splitting
## [1.4.1] - 2022-08-23
### Fixed
- Missing file close
### Changed
- Updated dependencies
## [1.4.0] - 2022-06-02
### Added