mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-11 22:07:30 -06:00
[chore] Update all but bun libraries (#526)
* update all but bun libraries Signed-off-by: kim <grufwub@gmail.com> * remove my personal build script changes Signed-off-by: kim <grufwub@gmail.com>
This commit is contained in:
parent
e06bf9cc9a
commit
b56dae8120
350 changed files with 305366 additions and 5943 deletions
9
vendor/github.com/spf13/viper/TROUBLESHOOTING.md
generated
vendored
9
vendor/github.com/spf13/viper/TROUBLESHOOTING.md
generated
vendored
|
|
@ -21,3 +21,12 @@ The solution is easy: switch to using Go Modules.
|
|||
Please refer to the [wiki](https://github.com/golang/go/wiki/Modules) on how to do that.
|
||||
|
||||
**tl;dr* `export GO111MODULE=on`
|
||||
|
||||
## Unquoted 'y' and 'n' characters get replaced with _true_ and _false_ when reading a YAML file
|
||||
|
||||
This is a YAML 1.1 feature according to [go-yaml/yaml#740](https://github.com/go-yaml/yaml/issues/740).
|
||||
|
||||
Potential solutions are:
|
||||
|
||||
1. Quoting values resolved as boolean
|
||||
1. Upgrading to YAML v3 (for the time being this is possible by passing the `viper_yaml3` tag to your build)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue