Skip to content

Commit

Permalink
Fix parallel upload bug (replica_close)
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Jul 28, 2023
1 parent 483fd88 commit 1202648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/creativeprojects/go-selfupdate v1.0.1
github.com/cyverse/go-irodsclient v0.12.7-0.20230727230455-89aab2a014f5
github.com/cyverse/go-irodsclient v0.12.7
github.com/gliderlabs/ssh v0.3.5
github.com/jedib0t/go-pretty/v6 v6.3.1
github.com/kelseyhightower/envconfig v1.4.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ github.com/creativeprojects/go-selfupdate v1.0.1 h1:5Un4MTv4puCR5GBgkDLC14J72flj
github.com/creativeprojects/go-selfupdate v1.0.1/go.mod h1:nm7AWUJfrfYt/SB97NAcMhR0KEpPqlrVHXkWFti+ezw=
github.com/cyverse/go-irodsclient v0.12.7-0.20230727230455-89aab2a014f5 h1:3q/FU9bOn6aomk45WLTSj1M6cKJA4rdoDv+CHNVfHGg=
github.com/cyverse/go-irodsclient v0.12.7-0.20230727230455-89aab2a014f5/go.mod h1:SOMr0JtAmbtYp06ZdYhxBYi47GYpV9ImW7sqKVypQhU=
github.com/cyverse/go-irodsclient v0.12.7 h1:F3o1cX6rw/DBBFmmybnpz9u4SMXbFpZ028uyWNPMrXQ=
github.com/cyverse/go-irodsclient v0.12.7/go.mod h1:SOMr0JtAmbtYp06ZdYhxBYi47GYpV9ImW7sqKVypQhU=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 1202648

Please sign in to comment.