diff --git a/Makefile b/Makefile index 73bd213..96a44a2 100644 --- a/Makefile +++ b/Makefile @@ -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}'" diff --git a/go.mod b/go.mod index 7bdb729..a186ee6 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 9737d66..3366b93 100644 --- a/go.sum +++ b/go.sum @@ -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=