6543 86e2789960
Vendor Update ()
* 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>
..
LICENSE Dump: add output format tar and output to stdout ()
README.md Vendor Update Go Libs ()
backward_references.go Vendor Update Go Libs ()
backward_references_hq.go Vendor Update Go Libs ()
bit_cost.go Dump: add output format tar and output to stdout ()
bit_reader.go Dump: add output format tar and output to stdout ()
block_splitter.go Vendor Update Go Libs ()
block_splitter_command.go Vendor Update Go Libs ()
block_splitter_distance.go Dump: add output format tar and output to stdout ()
block_splitter_literal.go Dump: add output format tar and output to stdout ()
brotli_bit_stream.go Vendor Update ()
cluster.go Dump: add output format tar and output to stdout ()
cluster_command.go Dump: add output format tar and output to stdout ()
cluster_distance.go Dump: add output format tar and output to stdout ()
cluster_literal.go Dump: add output format tar and output to stdout ()
command.go Vendor Update Go Libs ()
compress_fragment.go Vendor Update ()
compress_fragment_two_pass.go Vendor Update ()
constants.go Dump: add output format tar and output to stdout ()
context.go Dump: add output format tar and output to stdout ()
decode.go Dump: add output format tar and output to stdout ()
dictionary.go Dump: add output format tar and output to stdout ()
dictionary_hash.go Dump: add output format tar and output to stdout ()
encode.go Vendor Update ()
encoder_dict.go Dump: add output format tar and output to stdout ()
entropy_encode.go Vendor Update Go Libs ()
entropy_encode_static.go Vendor Update ()
fast_log.go Dump: add output format tar and output to stdout ()
find_match_length.go Vendor Update Go Libs ()
go.mod Vendor Update ()
go.sum Vendor Update Go Libs ()
h5.go Dump: add output format tar and output to stdout ()
h6.go Dump: add output format tar and output to stdout ()
h10.go Dump: add output format tar and output to stdout ()
hash.go Dump: add output format tar and output to stdout ()
hash_composite.go Dump: add output format tar and output to stdout ()
hash_forgetful_chain.go Dump: add output format tar and output to stdout ()
hash_longest_match_quickly.go Dump: add output format tar and output to stdout ()
hash_rolling.go Dump: add output format tar and output to stdout ()
histogram.go Vendor Update Go Libs ()
http.go Vendor Update Go Libs ()
huffman.go Dump: add output format tar and output to stdout ()
literal_cost.go Dump: add output format tar and output to stdout ()
memory.go Vendor Update Go Libs ()
metablock.go Vendor Update Go Libs ()
metablock_command.go Vendor Update Go Libs ()
metablock_distance.go Vendor Update Go Libs ()
metablock_literal.go Vendor Update Go Libs ()
params.go Dump: add output format tar and output to stdout ()
platform.go Dump: add output format tar and output to stdout ()
prefix.go Dump: add output format tar and output to stdout ()
prefix_dec.go Dump: add output format tar and output to stdout ()
quality.go Dump: add output format tar and output to stdout ()
reader.go Vendor Update ()
ringbuffer.go Vendor Update Go Libs ()
state.go Dump: add output format tar and output to stdout ()
static_dict.go Dump: add output format tar and output to stdout ()
static_dict_lut.go Dump: add output format tar and output to stdout ()
symbol_list.go Dump: add output format tar and output to stdout ()
transform.go Dump: add output format tar and output to stdout ()
utf8_util.go Dump: add output format tar and output to stdout ()
util.go Dump: add output format tar and output to stdout ()
write_bits.go Vendor Update ()
writer.go Vendor Update Go Libs ()

README.md

This package is a brotli compressor and decompressor implemented in Go. It was translated from the reference implementation (https://github.com/google/brotli) with the c2go tool at https://github.com/andybalholm/c2go.

I am using it in production with https://github.com/andybalholm/redwood.

API documentation is found at https://pkg.go.dev/github.com/andybalholm/brotli?tab=doc.