You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
238 B
14 lines
238 B
3 months ago
|
module gordenko.dev/dima/diploma
|
||
|
|
||
|
go 1.24.0
|
||
|
|
||
|
require (
|
||
|
github.com/RoaringBitmap/roaring/v2 v2.5.0
|
||
|
gopkg.in/ini.v1 v1.67.0
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/bits-and-blooms/bitset v1.12.0 // indirect
|
||
|
github.com/mschoch/smat v0.2.0 // indirect
|
||
|
)
|