Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): upgrade gorepo #6800

Merged
merged 1 commit into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/eapache/go-resiliency v1.3.0
github.com/fatih/color v1.13.0
github.com/fsamin/go-dump v1.0.9
github.com/fsamin/go-repo v0.3.1-0.20240111161806-050eb1c09d1c
github.com/fsamin/go-repo v0.4.0
github.com/fsamin/go-shredder v0.0.0-20180118184739-b2488aedb5be
github.com/fujiwara/shapeio v0.0.0-20170602072123-c073257dd745
github.com/go-gorp/gorp v2.0.0+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ github.com/frankban/quicktest v1.14.4 h1:g2rn0vABPOOXmZUj+vbmUp0lPoXEMuhTpIluN0X
github.com/frankban/quicktest v1.14.4/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0=
github.com/fsamin/go-dump v1.0.9 h1:3MAneAJLnGfKTJtFEAdgrD+QqqK2Hwj7EJUQMQZcDls=
github.com/fsamin/go-dump v1.0.9/go.mod h1:ZgKd2aOXAFFbbFuUgvQhu7mwTlI3d3qnTICMWdvAa9o=
github.com/fsamin/go-repo v0.3.1-0.20240111161806-050eb1c09d1c h1:tECEt1KdfYHjnfovcKLXB2GXrUL/TZ6yXpwK0YNFzXE=
github.com/fsamin/go-repo v0.3.1-0.20240111161806-050eb1c09d1c/go.mod h1:E4T4rNd76b3ZeobYtwRNiHFxZwfMw7mlV72amdTF7Vo=
github.com/fsamin/go-repo v0.4.0 h1:GkAG9fw837vnqRGSZQA6WFepuH1L44GOuo1NnZBLsZ4=
github.com/fsamin/go-repo v0.4.0/go.mod h1:E4T4rNd76b3ZeobYtwRNiHFxZwfMw7mlV72amdTF7Vo=
github.com/fsamin/go-shredder v0.0.0-20180118184739-b2488aedb5be h1:UhjSvwE1gxUYfekK9BXZ/LL55we9Avg+2Pt0PIlMYCk=
github.com/fsamin/go-shredder v0.0.0-20180118184739-b2488aedb5be/go.mod h1:kuiNcf1lKxl4isIY6bHxbBatpLD43c2RKWIV/AGlhXY=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
Expand Down