Skip to content

Commit e9640a1

Browse files
committed
go mod tidy
1 parent 293ef6f commit e9640a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ module github.com/bitlux/caches
22

33
go 1.23.4
44

5-
require github.com/keep94/sqroot/v3 v3.7.2
6-
75
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
6+
github.com/bitlux/vpnapi v0.0.0-20250207215125-f066bb2314a4
7+
github.com/d4l3k/go-bfloat16 v0.0.0-20211005043715-690c3bdd05f1
8+
github.com/keep94/sqroot/v3 v3.7.2
119
)
10+
11+
require github.com/keep94/consume2 v0.7.0 // indirect

0 commit comments

Comments
 (0)