We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293ef6f commit e9640a1Copy full SHA for e9640a1
go.mod
@@ -2,10 +2,10 @@ module github.com/bitlux/caches
2
3
go 1.23.4
4
5
-require github.com/keep94/sqroot/v3 v3.7.2
6
-
7
require (
8
- github.com/bitlux/vpnapi v0.0.0-20250207215125-f066bb2314a4 // indirect
9
- github.com/d4l3k/go-bfloat16 v0.0.0-20211005043715-690c3bdd05f1 // indirect
10
- github.com/keep94/consume2 v0.7.0 // indirect
+ github.com/bitlux/vpnapi v0.0.0-20250207215125-f066bb2314a4
+ github.com/d4l3k/go-bfloat16 v0.0.0-20211005043715-690c3bdd05f1
+ github.com/keep94/sqroot/v3 v3.7.2
11
)
+
+require github.com/keep94/consume2 v0.7.0 // indirect
0 commit comments