Skip to content

Commit

Permalink
Add cbrotli {de,}compressor + boar lzmasupport
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed May 20, 2020
1 parent d16dbf5 commit 9a4066a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libbutler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ go 1.14

require (
crawshaw.io/sqlite v0.2.5
github.com/itchio/boar v0.0.0-20200305195307-d2befc01fa9e
github.com/itchio/butler v1.9.1-0.20200520113126-543afe9f2c0c
github.com/itchio/go-itchio v0.0.0-20200402182019-61224e60358e // indirect
github.com/itchio/headway v0.0.0-20200301160421-e15721f23905
github.com/itchio/wharf v0.0.0-20200305150844-3ed0814c4e98
github.com/mitchellh/mapstructure v1.2.2 // indirect
github.com/pkg/errors v0.9.1
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5 // indirect
Expand Down
5 changes: 5 additions & 0 deletions libbutler/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ import (
"github.com/itchio/butler/mansion"
"github.com/itchio/headway/state"
"github.com/pkg/errors"

_ "github.com/itchio/wharf/compressors/cbrotli"
_ "github.com/itchio/wharf/decompressors/cbrotli"

_ "github.com/itchio/boar/lzmasupport"
)

type Server struct {
Expand Down

0 comments on commit 9a4066a

Please sign in to comment.