Skip to content

Commit

Permalink
Bumpup version, upgrade go-irodsclient
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Aug 29, 2022
1 parent 38d3185 commit 6f457bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG=github.com/cyverse/gocommands
VERSION=v0.2.9
VERSION=v0.2.10
GIT_COMMIT?=$(shell git rev-parse HEAD)
BUILD_DATE?=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
LDFLAGS?="-X '${PKG}/commons.clientVersion=${VERSION}' -X '${PKG}/commons.gitCommit=${GIT_COMMIT}' -X '${PKG}/commons.buildDate=${BUILD_DATE}'"
Expand Down
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.7-0.20220824231649-08647fd009ad
github.com/cyverse/go-irodsclient v0.9.7
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.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/cyverse/go-irodsclient v0.9.7-0.20220824231649-08647fd009ad h1:VUp6HvA2EGO192d2M7AYIsV2yBvjX8Ap+LCfO0Ualr4=
github.com/cyverse/go-irodsclient v0.9.7-0.20220824231649-08647fd009ad/go.mod h1:UaBJ8f9cRQYx3kkmbfWMDlZGQ4AF5k5oV2X27BGiO4o=
github.com/cyverse/go-irodsclient v0.9.7 h1:2+gnXFok/nKqzavht5E6Kplh5NtP9ewCe6rWUaQ+AR4=
github.com/cyverse/go-irodsclient v0.9.7/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 6f457bd

Please sign in to comment.