-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathgo.mod
21 lines (18 loc) · 845 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/krakendio/bloomfilter/v2
go 1.19
require (
github.com/krakendio/krakend-gologging/v2 v2.0.1
github.com/luraproject/lura/v2 v2.7.0
github.com/tmthrgd/go-bitset v0.0.0-20180828125936-62ad9ed7ff29
)
require (
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
github.com/tmthrgd/atomics v0.0.0-20180217065130-6910de195248 // indirect
github.com/tmthrgd/go-bitwise v0.0.0-20170218093117-01bef038b6bd // indirect
github.com/tmthrgd/go-byte-test v0.0.0-20170223110042-2eb5216b83f7 // indirect
github.com/tmthrgd/go-hex v0.0.0-20180828131331-d1fb3dbb16a1 // indirect
github.com/tmthrgd/go-memset v0.0.0-20180828131805-6f4e59bf1e1d // indirect
github.com/tmthrgd/go-popcount v0.0.0-20180111143836-3918361d3e97 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.17.0 // indirect
)