Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed Mar 2, 2025
1 parent 2506636 commit eff2872
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/charmbracelet/wish v1.2.0
github.com/minio/madmin-go/v3 v3.0.29
github.com/minio/minio-go/v7 v7.0.63
github.com/picosh/send v0.0.0-20250301143240-17e9114d0a2d
github.com/picosh/send v0.0.0-20250302184451-fd5b2d4ad9a0
)

require (
Expand Down Expand Up @@ -65,7 +65,7 @@ require (
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.15.2 // indirect
github.com/philhofer/fwd v1.1.2 // indirect
github.com/picosh/go-rsync-receiver v0.0.0-20250301143036-9c603afca2bd // indirect
github.com/picosh/go-rsync-receiver v0.0.0-20250302184209-cbf8532bc383 // indirect
github.com/pkg/sftp v1.13.6 // indirect
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
github.com/prometheus/client_model v0.5.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ github.com/muesli/termenv v0.15.2 h1:GohcuySI0QmI3wN8Ok9PtKGkgkFIk7y6Vpb5PvrY+Wo
github.com/muesli/termenv v0.15.2/go.mod h1:Epx+iuz8sNs7mNKhxzH4fWXGNpZwUaJKRS1noLXviQ8=
github.com/philhofer/fwd v1.1.2 h1:bnDivRJ1EWPjUIRXV5KfORO897HTbpFAQddBdE8t7Gw=
github.com/philhofer/fwd v1.1.2/go.mod h1:qkPdfjR2SIEbspLqpe1tO4n5yICnr2DY7mqEx2tUTP0=
github.com/picosh/go-rsync-receiver v0.0.0-20250301143036-9c603afca2bd h1:V8GMQO+gG/Y88+YY+WQVvbVHVtiGEFdIZU8YIPa8Sjw=
github.com/picosh/go-rsync-receiver v0.0.0-20250301143036-9c603afca2bd/go.mod h1:4ZICsr6bESoHP8He9DqROlZiMw4hHHjcbDzhtTTDQzA=
github.com/picosh/send v0.0.0-20250301143240-17e9114d0a2d h1:DSN/7v+WwVlVHF8WEhuh01QXNKlj/aCjtUBYoGeFMxo=
github.com/picosh/send v0.0.0-20250301143240-17e9114d0a2d/go.mod h1:14a72O7qweW8HPr66GZyX0ZEMEH3Mot4s0jBPZPfj3c=
github.com/picosh/go-rsync-receiver v0.0.0-20250302184209-cbf8532bc383 h1:rBJi1AUxmE0NBRC3ISR0gid4Nc2RcjqfY/pro0g8Kfo=
github.com/picosh/go-rsync-receiver v0.0.0-20250302184209-cbf8532bc383/go.mod h1:4ZICsr6bESoHP8He9DqROlZiMw4hHHjcbDzhtTTDQzA=
github.com/picosh/send v0.0.0-20250302184451-fd5b2d4ad9a0 h1:dNVVFAz4PIxHqNuISgd+jpKhhFOU4bDELPrbw4MGIk0=
github.com/picosh/send v0.0.0-20250302184451-fd5b2d4ad9a0/go.mod h1:mMDxKUe+wQwbc0Cv7k6Of6bGLdn52ageMaJCRB8cDiQ=
github.com/pkg/sftp v1.13.6 h1:JFZT4XbOU7l77xGSpOdW+pwIMqP044IyjXX6FGyEKFo=
github.com/pkg/sftp v1.13.6/go.mod h1:tz1ryNURKu77RL+GuCzmoJYxQczL3wLNNpPWagdg4Qk=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
Expand Down

0 comments on commit eff2872

Please sign in to comment.