Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Mar 16, 2022
1 parent b1ddd52 commit 0ed18bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/image/irods_csi_driver_pool_build.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LABEL description="iRODS FUSE Lite Pool Server Build Image"
WORKDIR /opt/
RUN git clone https://github.com/cyverse/irodsfs-pool.git
WORKDIR /opt/irodsfs-pool
RUN git checkout tags/v0.3.4
RUN git checkout tags/v0.3.5

# Build
RUN make build
2 changes: 1 addition & 1 deletion deploy/image/irods_fuse_build.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LABEL description="iRODS FUSE Lite Build Image"
WORKDIR /opt/
RUN git clone https://github.com/cyverse/irodsfs.git
WORKDIR /opt/irodsfs
RUN git checkout tags/v0.5.4
RUN git checkout tags/v0.5.5

# Build
RUN make build
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.7.3
github.com/cyverse/go-irodsclient v0.7.5
github.com/golang/protobuf v1.5.2 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/rs/xid v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnht
github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
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.7.3 h1:CDHggVJZYILb5J4Y0wP4JpLf2aCukA5afG5znEPPmQI=
github.com/cyverse/go-irodsclient v0.7.3/go.mod h1:vEllPYPlJhNUp/op6e4/zDKt/wOIeN8Y7Nyy4QpR/F0=
github.com/cyverse/go-irodsclient v0.7.5 h1:i8ejL87qqQ04kLEZeAAg34l+nQLI9Ykjd+nYJZ2C+0o=
github.com/cyverse/go-irodsclient v0.7.5/go.mod h1:vEllPYPlJhNUp/op6e4/zDKt/wOIeN8Y7Nyy4QpR/F0=
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 0ed18bd

Please sign in to comment.