We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0213fce commit 2e266ffCopy full SHA for 2e266ff
go.mod
@@ -5,14 +5,14 @@ go 1.23.0
5
toolchain go1.23.8
6
7
require (
8
- github.com/farseer-go/collections v0.16.8
9
- github.com/farseer-go/fs v0.16.8
10
- github.com/farseer-go/utils v0.16.8
11
- github.com/farseer-go/webapi v0.16.8
+ github.com/farseer-go/collections v0.16.9
+ github.com/farseer-go/fs v0.16.9
+ github.com/farseer-go/utils v0.16.9
+ github.com/farseer-go/webapi v0.16.9
12
)
13
14
15
- github.com/gabriel-vasile/mimetype v1.4.8 // indirect
+ github.com/gabriel-vasile/mimetype v1.4.9 // indirect
16
github.com/go-playground/locales v0.14.1 // indirect
17
github.com/go-playground/universal-translator v0.18.1 // indirect
18
github.com/go-playground/validator/v10 v10.26.0 // indirect
0 commit comments