Skip to content

Commit

Permalink
README cleanup for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neilotoole committed Nov 10, 2023
1 parent ecb9271 commit 8813794
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ the codebases are quite of out sync by now.

### [v0.7.0](https://github.com/neilotoole/jsoncolor/releases/tag/v0.7.0)

- [#19](https://github.com/neilotoole/jsoncolor/pull/19): Support for [`encoding.TextMarshaler`](https://pkg.go.dev/encoding#TextMarshaler).
- [#21](https://github.com/neilotoole/jsoncolor/pull/21): Support for [`encoding.TextMarshaler`](https://pkg.go.dev/encoding#TextMarshaler).
- [#22](https://github.com/neilotoole/jsoncolor/pull/22): Removed redundant dependencies.
- [#26](https://github.com/neilotoole/jsoncolor/pull/26): Updated dependencies.

Expand Down
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ require (
)

require (
// Only used for benchmark/comparision.
// Only used for test/benchmark/comparision.
github.com/nwidger/jsoncolor v0.3.2

// DO NOT UPGRADE: This functionality is only used in benchmark/tests, and
// we're trying to stay synced with the version of segmentio/encoding
// that we forked from. Although, maybe we should upgrade to the latest
// go 1.16 compatible version.
// Only used for test/benchmark/comparision.
github.com/segmentio/encoding v0.3.6
github.com/stretchr/testify v1.8.4
)

0 comments on commit 8813794

Please sign in to comment.