Skip to content

Commit

Permalink
Upgrade go-irodsclient to fix file descriptor depletion error
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Oct 12, 2022
1 parent bfbb583 commit 7b64366
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 @@ -3,7 +3,7 @@ module github.com/cyverse/gocommands
go 1.18

require (
github.com/cyverse/go-irodsclient v0.9.9-0.20221007230011-9421b617f15a
github.com/cyverse/go-irodsclient v0.9.9-0.20221011235749-a3e05b11af0c
github.com/jedib0t/go-pretty/v6 v6.3.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/sirupsen/logrus v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/cyverse/go-irodsclient v0.9.9-0.20221007230011-9421b617f15a h1:xhGHa/iEy1do3lc7d0u95zi/JqRXwGlO7LGVby14BZQ=
github.com/cyverse/go-irodsclient v0.9.9-0.20221007230011-9421b617f15a/go.mod h1:UaBJ8f9cRQYx3kkmbfWMDlZGQ4AF5k5oV2X27BGiO4o=
github.com/cyverse/go-irodsclient v0.9.9-0.20221011235749-a3e05b11af0c h1:SHl6ympVqfANSuCRZgy2IqhQXtKbmnQqGU6SYzo+a0U=
github.com/cyverse/go-irodsclient v0.9.9-0.20221011235749-a3e05b11af0c/go.mod h1:UaBJ8f9cRQYx3kkmbfWMDlZGQ4AF5k5oV2X27BGiO4o=
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 7b64366

Please sign in to comment.