Skip to content

Commit

Permalink
feat: (go-archive) upgrade dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tyzbit committed Jul 20, 2023
1 parent 775148d commit 274b7dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ require (
github.com/mattn/go-sqlite3 v1.14.9 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
github.com/tyzbit/go-archive v0.0.0-20230420202510-bdd2e503249a // indirect
github.com/tyzbit/go-archive v0.0.0-20230720150823-69f1618c0490 // indirect
github.com/ugorji/go/codec v1.1.7 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ github.com/tyzbit/go-archive v0.0.0-20230420183606-e679a1a64db7 h1:y8C5jzVEaqjmm
github.com/tyzbit/go-archive v0.0.0-20230420183606-e679a1a64db7/go.mod h1:D8vNUS0ZU4ILov2Igxw1h+Kj7aeyapjUU1ruPLEx9gw=
github.com/tyzbit/go-archive v0.0.0-20230420202510-bdd2e503249a h1:UxfUaC4A1bR1ZvtgX+YrzUUx87qG3J8N0FeOGq1Hl6U=
github.com/tyzbit/go-archive v0.0.0-20230420202510-bdd2e503249a/go.mod h1:D8vNUS0ZU4ILov2Igxw1h+Kj7aeyapjUU1ruPLEx9gw=
github.com/tyzbit/go-archive v0.0.0-20230720150823-69f1618c0490 h1:2SlRo5ed9yzRCYlM6r+1FZlOTt4wru7JctkvKfPIo8M=
github.com/tyzbit/go-archive v0.0.0-20230720150823-69f1618c0490/go.mod h1:D8vNUS0ZU4ILov2Igxw1h+Kj7aeyapjUU1ruPLEx9gw=
github.com/ugorji/go v1.1.7 h1:/68gy2h+1mWMrwZFeD1kQialdSzAb432dtpeJ42ovdo=
github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw=
github.com/ugorji/go/codec v1.1.7 h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ github.com/mvdan/xurls
# github.com/sirupsen/logrus v1.8.1
## explicit; go 1.13
github.com/sirupsen/logrus
# github.com/tyzbit/go-archive v0.0.0-20230420202510-bdd2e503249a
# github.com/tyzbit/go-archive v0.0.0-20230720150823-69f1618c0490
## explicit; go 1.18
github.com/tyzbit/go-archive
# github.com/ugorji/go/codec v1.1.7
Expand Down

0 comments on commit 274b7dd

Please sign in to comment.