86e2789960
* update github.com/PuerkitoBio/goquery * update github.com/alecthomas/chroma * update github.com/blevesearch/bleve/v2 * update github.com/caddyserver/certmagic * update github.com/go-enry/go-enry/v2 * update github.com/go-git/go-billy/v5 * update github.com/go-git/go-git/v5 * update github.com/go-redis/redis/v8 * update github.com/go-testfixtures/testfixtures/v3 * update github.com/jaytaylor/html2text * update github.com/json-iterator/go * update github.com/klauspost/compress * update github.com/markbates/goth * update github.com/mattn/go-isatty * update github.com/mholt/archiver/v3 * update github.com/microcosm-cc/bluemonday * update github.com/minio/minio-go/v7 * update github.com/prometheus/client_golang * update github.com/unrolled/render * update github.com/xanzy/go-gitlab * update github.com/yuin/goldmark * update github.com/yuin/goldmark-highlighting Co-authored-by: techknowlogick <techknowlogick@gitea.io>
20 lines
867 B
Modula-2
Vendored
20 lines
867 B
Modula-2
Vendored
module github.com/RoaringBitmap/roaring
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/bits-and-blooms/bitset v1.2.0
|
|
github.com/dvyukov/go-fuzz v0.0.0-20210429054444-fca39067bc72 // indirect
|
|
github.com/elazarl/go-bindata-assetfs v1.0.1 // indirect
|
|
github.com/glycerine/go-unsnap-stream v0.0.0-20181221182339-f9677308dec2
|
|
github.com/glycerine/goconvey v0.0.0-20190410193231-58a59202ab31 // indirect
|
|
github.com/golang/snappy v0.0.1 // indirect
|
|
github.com/gopherjs/gopherjs v0.0.0-20190910122728-9d188e94fb99 // indirect
|
|
github.com/jtolds/gls v4.20.0+incompatible // indirect
|
|
github.com/mschoch/smat v0.2.0
|
|
github.com/philhofer/fwd v1.0.0 // indirect
|
|
github.com/stephens2424/writerset v1.0.2 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
|
|
golang.org/x/tools v0.0.0-20200928182047-19e03678916f // indirect
|
|
)
|