Skip to content

Commit

Permalink
bodgit -> gooxion
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyukki committed Mar 29, 2024
1 parent ffe9068 commit 6e04ecd
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 35 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# Changelog

## [1.5.0](https://github.com/bodgit/sevenzip/compare/v1.4.5...v1.5.0) (2024-02-08)
## [1.5.0](https://github.com/gooxion/sevenzip/compare/v1.4.5...v1.5.0) (2024-02-08)


### Features

* Export the folder/stream identifier ([#169](https://github.com/bodgit/sevenzip/issues/169)) ([187a49e](https://github.com/bodgit/sevenzip/commit/187a49e243ec0618b527851fcee0503d8436e7c2))
* Export the folder/stream identifier ([#169](https://github.com/gooxion/sevenzip/issues/169)) ([187a49e](https://github.com/gooxion/sevenzip/commit/187a49e243ec0618b527851fcee0503d8436e7c2))

## [1.4.5](https://github.com/bodgit/sevenzip/compare/v1.4.4...v1.4.5) (2023-12-12)
## [1.4.5](https://github.com/gooxion/sevenzip/compare/v1.4.4...v1.4.5) (2023-12-12)


### Bug Fixes

* Handle lack of CRC digests ([#143](https://github.com/bodgit/sevenzip/issues/143)) ([4ead944](https://github.com/bodgit/sevenzip/commit/4ead944ad71398931b70a09ea40ba9ce742f4bf7))
* Handle small reads in branch converters ([#144](https://github.com/bodgit/sevenzip/issues/144)) ([dfaf538](https://github.com/bodgit/sevenzip/commit/dfaf538402be45e6cd12064b3d49e7496d2b22f4))
* Handle lack of CRC digests ([#143](https://github.com/gooxion/sevenzip/issues/143)) ([4ead944](https://github.com/gooxion/sevenzip/commit/4ead944ad71398931b70a09ea40ba9ce742f4bf7))
* Handle small reads in branch converters ([#144](https://github.com/gooxion/sevenzip/issues/144)) ([dfaf538](https://github.com/gooxion/sevenzip/commit/dfaf538402be45e6cd12064b3d49e7496d2b22f4))

## [1.4.4](https://github.com/bodgit/sevenzip/compare/v1.4.3...v1.4.4) (2023-11-06)
## [1.4.4](https://github.com/gooxion/sevenzip/compare/v1.4.3...v1.4.4) (2023-11-06)


### Bug Fixes

* Handle panic when unpack info is missing ([#117](https://github.com/bodgit/sevenzip/issues/117)) ([db3ba77](https://github.com/bodgit/sevenzip/commit/db3ba775286aa4efce8fdd1c398bf2bd4dfba37d))
* Handle panic when unpack info is missing ([#117](https://github.com/gooxion/sevenzip/issues/117)) ([db3ba77](https://github.com/gooxion/sevenzip/commit/db3ba775286aa4efce8fdd1c398bf2bd4dfba37d))
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/bodgit/sevenzip/badge)](https://securityscorecards.dev/viewer/?uri=github.com/bodgit/sevenzip)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/gooxion/sevenzip/badge)](https://securityscorecards.dev/viewer/?uri=github.com/gooxion/sevenzip)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/6882/badge)](https://www.bestpractices.dev/projects/6882)
[![GitHub release](https://img.shields.io/github/v/release/bodgit/sevenzip)](https://github.com/bodgit/sevenzip/releases)
[![Build Status](https://img.shields.io/github/actions/workflow/status/bodgit/sevenzip/build.yml?branch=main)](https://github.com/bodgit/sevenzip/actions?query=workflow%3ABuild)
[![Coverage Status](https://coveralls.io/repos/github/bodgit/sevenzip/badge.svg?branch=master)](https://coveralls.io/github/bodgit/sevenzip?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/bodgit/sevenzip)](https://goreportcard.com/report/github.com/bodgit/sevenzip)
[![GoDoc](https://godoc.org/github.com/bodgit/sevenzip?status.svg)](https://godoc.org/github.com/bodgit/sevenzip)
[![GitHub release](https://img.shields.io/github/v/release/gooxion/sevenzip)](https://github.com/gooxion/sevenzip/releases)
[![Build Status](https://img.shields.io/github/actions/workflow/status/gooxion/sevenzip/build.yml?branch=main)](https://github.com/gooxion/sevenzip/actions?query=workflow%3ABuild)
[![Coverage Status](https://coveralls.io/repos/github/gooxion/sevenzip/badge.svg?branch=master)](https://coveralls.io/github/gooxion/sevenzip?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/gooxion/sevenzip)](https://goreportcard.com/report/github.com/gooxion/sevenzip)
[![GoDoc](https://godoc.org/github.com/gooxion/sevenzip?status.svg)](https://godoc.org/github.com/gooxion/sevenzip)
![Go version](https://img.shields.io/badge/Go-1.22-brightgreen.svg)
![Go version](https://img.shields.io/badge/Go-1.21-brightgreen.svg)

Expand Down Expand Up @@ -95,7 +95,7 @@ There is a set of benchmarks in this package that demonstrates the performance b
$ go test -v -run='^$' -bench='Reader$' -benchtime=60s
goos: darwin
goarch: amd64
pkg: github.com/bodgit/sevenzip
pkg: github.com/gooxion/sevenzip
cpu: Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz
BenchmarkNaiveReader
BenchmarkNaiveReader-12 2 31077542628 ns/op
Expand All @@ -108,7 +108,7 @@ BenchmarkNaiveSingleParallelReader-12 412 171027895 ns/op
BenchmarkParallelReader
BenchmarkParallelReader-12 636 112551812 ns/op
PASS
ok github.com/bodgit/sevenzip 472.251s
ok github.com/gooxion/sevenzip 472.251s
```
The archive used here is just the reference LZMA SDK archive, which is only 1 MiB in size but does contain 630+ files split across three compression streams.
The only difference between BenchmarkNaiveReader and the rest is the lack of a call to `rc.Close()` between files so the stream reuse optimisation doesn't take effect.
Expand Down
2 changes: 1 addition & 1 deletion internal/bcj2/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"errors"
"io"

"github.com/bodgit/sevenzip/internal/util"
"github.com/gooxion/sevenzip/internal/util"
"github.com/hashicorp/go-multierror"
)

Expand Down
2 changes: 1 addition & 1 deletion internal/deflate/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"io"
"sync"

"github.com/bodgit/sevenzip/internal/util"
"github.com/gooxion/sevenzip/internal/util"
"github.com/klauspost/compress/flate"
)

Expand Down
2 changes: 1 addition & 1 deletion internal/pool/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"sort"
"sync"

"github.com/bodgit/sevenzip/internal/util"
"github.com/gooxion/sevenzip/internal/util"
)

// Pooler is the interface implemented by a pool.
Expand Down
4 changes: 2 additions & 2 deletions reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import (
"time"

"github.com/bodgit/plumbing"
"github.com/bodgit/sevenzip/internal/pool"
"github.com/bodgit/sevenzip/internal/util"
"github.com/gooxion/sevenzip/internal/pool"
"github.com/gooxion/sevenzip/internal/util"
"github.com/hashicorp/go-multierror"
"go4.org/readerutil"
)
Expand Down
4 changes: 2 additions & 2 deletions reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"testing/fstest"
"testing/iotest"

"github.com/bodgit/sevenzip"
"github.com/bodgit/sevenzip/internal/util"
"github.com/gooxion/sevenzip"
"github.com/gooxion/sevenzip/internal/util"
"github.com/stretchr/testify/assert"
"golang.org/x/sync/errgroup"
)
Expand Down
22 changes: 11 additions & 11 deletions register.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ import (
"io"
"sync"

"github.com/bodgit/sevenzip/internal/aes7z"
"github.com/bodgit/sevenzip/internal/bcj2"
"github.com/bodgit/sevenzip/internal/bra"
"github.com/bodgit/sevenzip/internal/brotli"
"github.com/bodgit/sevenzip/internal/bzip2"
"github.com/bodgit/sevenzip/internal/deflate"
"github.com/bodgit/sevenzip/internal/delta"
"github.com/bodgit/sevenzip/internal/lz4"
"github.com/bodgit/sevenzip/internal/lzma"
"github.com/bodgit/sevenzip/internal/lzma2"
"github.com/bodgit/sevenzip/internal/zstd"
"github.com/gooxion/sevenzip/internal/aes7z"
"github.com/gooxion/sevenzip/internal/bcj2"
"github.com/gooxion/sevenzip/internal/bra"
"github.com/gooxion/sevenzip/internal/brotli"
"github.com/gooxion/sevenzip/internal/bzip2"
"github.com/gooxion/sevenzip/internal/deflate"
"github.com/gooxion/sevenzip/internal/delta"
"github.com/gooxion/sevenzip/internal/lz4"
"github.com/gooxion/sevenzip/internal/lzma"
"github.com/gooxion/sevenzip/internal/lzma2"
"github.com/gooxion/sevenzip/internal/zstd"
)

// Decompressor describes the function signature that decompression/decryption
Expand Down
2 changes: 1 addition & 1 deletion struct.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"time"

"github.com/bodgit/plumbing"
"github.com/bodgit/sevenzip/internal/util"
"github.com/gooxion/sevenzip/internal/util"
)

var errAlgorithm = errors.New("sevenzip: unsupported compression algorithm")
Expand Down
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"math/bits"
"time"

"github.com/bodgit/sevenzip/internal/util"
"github.com/bodgit/windows"
"github.com/gooxion/sevenzip/internal/util"
"golang.org/x/text/encoding/unicode"
"golang.org/x/text/transform"
)
Expand Down

0 comments on commit 6e04ecd

Please sign in to comment.