Skip to content

Commit

Permalink
upgrade go-irodsclient to fix xml protocol error
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Sep 13, 2024
1 parent 7fa0e3d commit c64e14b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.15.0
github.com/cyverse/go-irodsclient v0.15.1
github.com/dustin/go-humanize v1.0.1
github.com/gliderlabs/ssh v0.3.5
github.com/jedib0t/go-pretty/v6 v6.3.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/creativeprojects/go-selfupdate v1.0.1 h1:5Un4MTv4puCR5GBgkDLC14J72fljGuMC60E63cFGq1o=
github.com/creativeprojects/go-selfupdate v1.0.1/go.mod h1:nm7AWUJfrfYt/SB97NAcMhR0KEpPqlrVHXkWFti+ezw=
github.com/cyverse/go-irodsclient v0.15.0 h1:Pu7FyZ4pMmzDrixnytQvYzjPgQdy9IrgqW9Rg3WpFAI=
github.com/cyverse/go-irodsclient v0.15.0/go.mod h1:eBXha3cwfrM0p1ijYVqsrLJQHpRwTfpA4c5dKCQsQFc=
github.com/cyverse/go-irodsclient v0.15.1 h1:SpTP5dpcp0zko/5R4niK3WZOayl1Ptj062llxywm1Y0=
github.com/cyverse/go-irodsclient v0.15.1/go.mod h1:eBXha3cwfrM0p1ijYVqsrLJQHpRwTfpA4c5dKCQsQFc=
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
2 changes: 1 addition & 1 deletion homebrew/gocommands.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class Gocommands < Formula
desc "Portable command-line toolkit for iRODS data management service"
homepage "https://github.com/cyverse/gocommands"
url "https://github.com/cyverse/gocommands/archive/refs/tags/v0.10.0.tar.gz"
sha256 "d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed"
sha256 "abf52ea4c0091f8faabb220a1534e825a7981b92acc44a01cc7e29e23778759a"
license "BSD-3-Clause"

livecheck do
Expand Down

0 comments on commit c64e14b

Please sign in to comment.