Skip to content

Commit

Permalink
Update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed Feb 26, 2025
1 parent 3d76f75 commit c475a0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.24

toolchain go1.24.0

replace github.com/picosh/send => ../send
// replace github.com/picosh/send => ../send

replace github.com/picosh/go-rsync-receiver => ../go-rsync-receiver
// replace github.com/picosh/go-rsync-receiver => ../go-rsync-receiver

require (
github.com/aws/aws-sdk-go-v2 v1.30.4
Expand All @@ -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-20241008013240-6fdbff00f848
github.com/picosh/send v0.0.0-20250226204721-03aad51a1f7d
)

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-20250213155332-9a9558ff1929 // indirect
github.com/picosh/go-rsync-receiver v0.0.0-20250226204508-de154908d143 // 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
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +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-20250226204508-de154908d143 h1:kJQF0l6QZVc5k82GyvbV007nUb70i6jvq0xV7pu8vKE=
github.com/picosh/go-rsync-receiver v0.0.0-20250226204508-de154908d143/go.mod h1:4ZICsr6bESoHP8He9DqROlZiMw4hHHjcbDzhtTTDQzA=
github.com/picosh/send v0.0.0-20250226204721-03aad51a1f7d h1:KTw+/3E4O+VZ0O6h+3u9v1q4PEVS7jadVS0OixpWQy4=
github.com/picosh/send v0.0.0-20250226204721-03aad51a1f7d/go.mod h1:KY80SSX4YcLira+7HRTGVLVHZTVc+emlO56wGzv+SnU=
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 c475a0a

Please sign in to comment.