Skip to content

Commit

Permalink
Update go library (#39)
Browse files Browse the repository at this point in the history
update go library
  • Loading branch information
panigs7 authored Dec 5, 2023
1 parent 0e79412 commit 853ba72
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 @@ -3,7 +3,7 @@ module github.com/dell/csm-metrics-powerscale
go 1.21

require (
github.com/dell/goisilon v1.13.0
github.com/dell/goisilon v1.14.0
github.com/fsnotify/fsnotify v1.6.0
github.com/golang/mock v1.6.0
github.com/gorilla/mux v1.8.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
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=
github.com/dell/goisilon v1.13.0 h1:d+7PWuFUJ/GxzcsP+eITVd7wmbwTmFGLlVaVYwzqu4g=
github.com/dell/goisilon v1.13.0/go.mod h1:QRHAIdy9lev8BoJiCJYPd9xI8+Xr00tmrEs0B5N3mwI=
github.com/dell/goisilon v1.14.0 h1:G3WhObKnMKdt9mnMmu8w9B/JAvw1joVC/bGOJSGPjNA=
github.com/dell/goisilon v1.14.0/go.mod h1:QRHAIdy9lev8BoJiCJYPd9xI8+Xr00tmrEs0B5N3mwI=
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE=
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=
github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs=
Expand Down

0 comments on commit 853ba72

Please sign in to comment.