Skip to content

Commit

Permalink
Improve upload archive progress bar
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <michaelsv@jfrog.com>
  • Loading branch information
sverdlov93 committed Jan 28, 2025
1 parent 31809c9 commit eb7145e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ require (
sigs.k8s.io/yaml v1.4.0 // indirect
)

replace github.com/jfrog/jfrog-cli-core/v2 => github.com/sverdlov93/jfrog-cli-core/v2 v2.0.2-0.20250128103141-062f0d64cb0d
replace github.com/jfrog/jfrog-cli-core/v2 => github.com/sverdlov93/jfrog-cli-core/v2 v2.0.2-0.20250128104512-fde62a49a1d8

// replace github.com/jfrog/jfrog-cli-security => github.com/EyalDelarea/jfrog-cli-security v0.0.0-20241121103043-02719f295f02

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
github.com/sverdlov93/jfrog-cli-core/v2 v2.0.2-0.20250128103141-062f0d64cb0d h1:NtEBU8xbFNHecEnmhQrrvRpPJlrrVq0LfLxi8TRmXSc=
github.com/sverdlov93/jfrog-cli-core/v2 v2.0.2-0.20250128103141-062f0d64cb0d/go.mod h1:o75B8DnTffZIvR303MrAAmOYWqkoIXfXwhYZ2NlHV0c=
github.com/sverdlov93/jfrog-cli-core/v2 v2.0.2-0.20250128104512-fde62a49a1d8 h1:QTfb7h+bUjQur+1vGtn88ManvUpnqAGIbM1u1ZWELsI=
github.com/sverdlov93/jfrog-cli-core/v2 v2.0.2-0.20250128104512-fde62a49a1d8/go.mod h1:o75B8DnTffZIvR303MrAAmOYWqkoIXfXwhYZ2NlHV0c=
github.com/terminalstatic/go-xsd-validate v0.1.5 h1:RqpJnf6HGE2CB/lZB1A8BYguk8uRtcvYAPLCF15qguo=
github.com/terminalstatic/go-xsd-validate v0.1.5/go.mod h1:18lsvYFofBflqCrvo1umpABZ99+GneNTw2kEEc8UPJw=
github.com/testcontainers/testcontainers-go v0.34.0 h1:5fbgF0vIN5u+nD3IWabQwRybuB4GY8G2HHgCkbMzMHo=
Expand Down
1 change: 1 addition & 0 deletions go_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ func TestSetupGoCommand(t *testing.T) {

// Create a Go project
wd, err := os.Getwd()
assert.NoError(t, err)
chdir := clientTestUtils.ChangeDirWithCallback(t, wd, t.TempDir())
defer chdir()
assert.NoError(t, exec.Command("go", "mod", "init", "test-proj").Run())
Expand Down

0 comments on commit eb7145e

Please sign in to comment.