Skip to content

Commit

Permalink
chore: bump mink to 90a3b0f07 for panic fix
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Oct 23, 2024
1 parent 686c633 commit 25b93fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ replace (
require (
github.com/MicahParks/keyfunc/v3 v3.3.5
github.com/acorn-io/baaah v0.0.0-20241017212231-096ce8555b5f
github.com/acorn-io/mink v0.0.0-20241023002637-3001b9200884
github.com/acorn-io/mink v0.0.0-20241023012843-90a3b0f07a1d
github.com/adrg/xdg v0.5.1
github.com/dustin/go-humanize v1.0.1
github.com/fatih/color v1.17.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ github.com/acorn-io/baaah v0.0.0-20241017212231-096ce8555b5f h1:T6XYeXfrspHSwOCJ
github.com/acorn-io/baaah v0.0.0-20241017212231-096ce8555b5f/go.mod h1:FTdfwOSepj32acbdMwoqe5pwFTYhNG0UQhCXxgHuEzM=
github.com/acorn-io/broadcaster v0.0.0-20240105011354-bfadd4a7b45d h1:hfpNQkJ4I2b8+DbMr8m97gG67ku0uPsMzUfskVu3cHU=
github.com/acorn-io/broadcaster v0.0.0-20240105011354-bfadd4a7b45d/go.mod h1:WF6FYrEqW0+ZtY5OKb21JhSL0aeL5VJoVrm+u0d4gOE=
github.com/acorn-io/mink v0.0.0-20241023002637-3001b9200884 h1:na5eQ8I03ttoRKszY+qHC928g0kRPeiI/rO5Z6zSutw=
github.com/acorn-io/mink v0.0.0-20241023002637-3001b9200884/go.mod h1:t0CMaKZzqT8hpo+45XsRdrgMBWbNqQ9YCs8S0f8iw3E=
github.com/acorn-io/mink v0.0.0-20241023012843-90a3b0f07a1d h1:Hld6E27E/RV9VTMiM9qncm3Vn3ImzopdFVA5dbU+4AI=
github.com/acorn-io/mink v0.0.0-20241023012843-90a3b0f07a1d/go.mod h1:t0CMaKZzqT8hpo+45XsRdrgMBWbNqQ9YCs8S0f8iw3E=
github.com/adrg/xdg v0.5.1 h1:Im8iDbEFARltY09yOJlSGu4Asjk2vF85+3Dyru8uJ0U=
github.com/adrg/xdg v0.5.1/go.mod h1:nlTsY+NNiCBGCK2tpm09vRqfVzrc2fLmXGpBLF0zlTQ=
github.com/alecthomas/assert/v2 v2.7.0 h1:QtqSACNS3tF7oasA8CU6A6sXZSBDqnm7RfpLl9bZqbE=
Expand Down

0 comments on commit 25b93fe

Please sign in to comment.