Skip to content

Commit

Permalink
bug: fix pg
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Oct 21, 2024
1 parent 3f03352 commit 2a3180a
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-20241021151948-78ca55fc5887
github.com/acorn-io/mink v0.0.0-20241021194041-5eb71f0079dc
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-20241021151948-78ca55fc5887 h1:ZnYt+Pf27f4w6u35tbLcDmwYiM5Ksy/LUhjTGpDvKk4=
github.com/acorn-io/mink v0.0.0-20241021151948-78ca55fc5887/go.mod h1:8oQd22FJQbhQLTI+i4llI34+sGQC/ZS6reayoALk8eo=
github.com/acorn-io/mink v0.0.0-20241021194041-5eb71f0079dc h1:VGudQZrjg/clRLYYcelQhjmTRoTGm/KX11T0O9drMi8=
github.com/acorn-io/mink v0.0.0-20241021194041-5eb71f0079dc/go.mod h1:8oQd22FJQbhQLTI+i4llI34+sGQC/ZS6reayoALk8eo=
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 2a3180a

Please sign in to comment.