Skip to content

Commit

Permalink
Upgrade go-irodsclient to v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Sep 1, 2021
1 parent b0f974f commit dcdc2d5
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 @@ -4,7 +4,7 @@ go 1.14

require (
github.com/container-storage-interface/spec v1.2.0
github.com/cyverse/go-irodsclient v0.5.3
github.com/cyverse/go-irodsclient v0.5.4
github.com/golang/protobuf v1.4.2 // indirect
github.com/kr/pretty v0.2.0 // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/container-storage-interface/spec v1.2.0 h1:bD9KIVgaVKKkQ/UbVUY9kCaH/CJbhNxe0eeB4JeJV2s=
github.com/container-storage-interface/spec v1.2.0/go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4=
github.com/cyverse/go-irodsclient v0.5.3 h1:zyAEGgXvy0Jv/8hTmMIz8QsUMWFeLTc6sE4aJ7LhqiY=
github.com/cyverse/go-irodsclient v0.5.3/go.mod h1:YcnrabJWsGIcwxI9Ms9zcDimJ1v57fC90CyOvOKKWZM=
github.com/cyverse/go-irodsclient v0.5.4 h1:ZpBUAJuvg/IRl2SxhT/7vT5Aee48Ah9Gda6xfuSBSTM=
github.com/cyverse/go-irodsclient v0.5.4/go.mod h1:YcnrabJWsGIcwxI9Ms9zcDimJ1v57fC90CyOvOKKWZM=
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 dcdc2d5

Please sign in to comment.