gotosocial/vendor/github.com/sagikazarmark/locafero
kim c949b9f2d1 [chore] update dependencies (#4423)
- codeberg.org/gruf/go-ffmpreg: v0.6.10 -> v0.6.11
- github.com/spf13/cast: v1.9.2 -> v1.10.0
- github.com/spf13/viper: v1.20.1 -> v1.21.0
- golang.org/x/crypto: v0.41.0 -> v0.42.0
- golang.org/x/image: v0.30.0 -> v0.31.0

Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4423
Co-authored-by: kim <grufwub@gmail.com>
Co-committed-by: kim <grufwub@gmail.com>
2025-09-09 16:12:29 +02:00
..
.editorconfig [chore] update viper version (#2539) 2024-01-17 14:54:30 +00:00
.gitignore [chore] update viper version (#2539) 2024-01-17 14:54:30 +00:00
.golangci.yaml [chore] update dependencies (#4423) 2025-09-09 16:12:29 +02:00
file_type.go [chore] update dependencies (#4423) 2025-09-09 16:12:29 +02:00
finder.go [chore] update dependencies (#4423) 2025-09-09 16:12:29 +02:00
flake.lock [chore] update dependencies (#4423) 2025-09-09 16:12:29 +02:00
flake.nix [chore] update dependencies (#4423) 2025-09-09 16:12:29 +02:00
glob.go [chore] bumps our spf13/viper version (#3943) 2025-03-26 11:44:24 +00:00
glob_windows.go [chore] bumps our spf13/viper version (#3943) 2025-03-26 11:44:24 +00:00
helpers.go [chore] update viper version (#2539) 2024-01-17 14:54:30 +00:00
justfile [chore] update dependencies (#4423) 2025-09-09 16:12:29 +02:00
LICENSE [chore] update viper version (#2539) 2024-01-17 14:54:30 +00:00
README.md [chore] update dependencies (#4423) 2025-09-09 16:12:29 +02:00

Finder library for Afero

GitHub Workflow Status go.dev reference GitHub go.mod Go version OpenSSF Scorecard

Finder library for Afero ported from go-finder.

Warning

This is an experimental library under development.

Backwards compatibility is not guaranteed, expect breaking changes.

Installation

go get github.com/sagikazarmark/locafero

Usage

Check out the package example on go.dev.

Development

For an optimal developer experience, it is recommended to install Nix and direnv.

Run the test suite:

just test

License

The project is licensed under the MIT License.