-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- bump deps / requirements - remove internal FailFS implementation and use the vendor-provided one - clean up an overly-complicated unit test Fixes: Issue #236
- Loading branch information
1 parent
f910119
commit eba1577
Showing
9 changed files
with
118 additions
and
657 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
module example.com/client | ||
|
||
go 1.22 | ||
go 1.23 | ||
|
||
toolchain go1.22.2 | ||
toolchain go1.23.3 | ||
|
||
replace github.com/retr0h/gilt/v2 => ../../../gilt/ | ||
|
||
require ( | ||
github.com/lmittmann/tint v1.0.4 | ||
github.com/lmittmann/tint v1.0.5 | ||
github.com/retr0h/gilt/v2 v2.2.0 | ||
) | ||
|
||
require ( | ||
github.com/avfs/avfs v0.33.0 // indirect | ||
github.com/avfs/avfs v0.34.0 // indirect | ||
github.com/danjacques/gofslock v0.0.0-20230728142113-ae8f59f9e88b // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.3 // indirect | ||
github.com/go-playground/locales v0.14.1 // indirect | ||
github.com/go-playground/universal-translator v0.18.1 // indirect | ||
github.com/go-playground/validator/v10 v10.22.0 // indirect | ||
github.com/go-playground/validator/v10 v10.22.1 // indirect | ||
github.com/leodido/go-urn v1.4.0 // indirect | ||
golang.org/x/crypto v0.21.0 // indirect | ||
golang.org/x/net v0.23.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.