mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-28 07:53:33 -06:00
[chore] update viper version (#2539)
* update viper version * removes our last uses of the slice package * fix tests
This commit is contained in:
parent
c5eced5fd1
commit
906639ad7e
166 changed files with 11771 additions and 2782 deletions
37
vendor/github.com/subosito/gotenv/CHANGELOG.md
generated
vendored
37
vendor/github.com/subosito/gotenv/CHANGELOG.md
generated
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue