Skip to content

Commit

Permalink
update platform clients (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
atye authored Oct 29, 2024
1 parent 8dd2a9a commit e5cfc14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.23

require (
github.com/alicebob/miniredis/v2 v2.33.0
github.com/dell/goisilon v1.16.2-0.20241008163645-c464c26cb90e
github.com/dell/gopowermax/v2 v2.7.1-0.20241008130615-04528e75254d
github.com/dell/goscaleio v1.16.1-0.20241009120140-bc4527e71192
github.com/dell/goisilon v1.17.0
github.com/dell/gopowermax/v2 v2.8.0
github.com/dell/goscaleio v1.17.0
github.com/dustin/go-humanize v1.0.1
github.com/fsnotify/fsnotify v1.7.0
github.com/go-redis/redis v6.15.9+incompatible
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 h1:rpfIENRNNilwHwZeG5+P150SMrnNEcHYvcCuK6dPZSg=
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0/go.mod h1:v57UDF4pDQJcEfFUCRop3lJL149eHGSe9Jvczhzjo/0=
github.com/dell/goisilon v1.16.2-0.20241008163645-c464c26cb90e h1:zNrh6/xEc+tcZS4H135IAyhAdam86Hli9z32wBbL/nU=
github.com/dell/goisilon v1.16.2-0.20241008163645-c464c26cb90e/go.mod h1:u5OOBjcArHF0UGWWPckEcEYjlOyUjJhQd13OQSYzl/0=
github.com/dell/gopowermax/v2 v2.7.1-0.20241008130615-04528e75254d h1:b1Eq69LmOiAXcPuAZuSi3ApTSrSEqJmrml8Fh3laudk=
github.com/dell/gopowermax/v2 v2.7.1-0.20241008130615-04528e75254d/go.mod h1:Z/DqRsmKztpvgkWnMzm/aHBvdbnoTfpzYhpsSQnLX7k=
github.com/dell/goscaleio v1.16.1-0.20241009120140-bc4527e71192 h1:UU8Fh1M9nza1ywJ7Sd6SJuWep2LqRRN39lNJVLZ5O2A=
github.com/dell/goscaleio v1.16.1-0.20241009120140-bc4527e71192/go.mod h1:b2mbdhG3IHp8YfvDrj7jWHdJNkqyrUhWNDEvo4GVEUc=
github.com/dell/goisilon v1.17.0 h1:E3oBld85K0GwFPDEWuGE6OTOKUR0fiWtsiKEhnrEEXQ=
github.com/dell/goisilon v1.17.0/go.mod h1:c8/bW2ligD3Ri2GCoPeF/EXLYgfLmlJwaKxBjd+U07s=
github.com/dell/gopowermax/v2 v2.8.0 h1:skBPhCDDio4CU9naxJrAytXWQarDZGtLsOhyUtAFfuM=
github.com/dell/gopowermax/v2 v2.8.0/go.mod h1:LAwLBmN44WT/u1ixPf2M0cTXzsMwIFZ6NcTyC0gwvXA=
github.com/dell/goscaleio v1.17.0 h1:x+RfTgLW6fCwVpMgKjbGPXtwioK7KO7CBNQ54E0jLl0=
github.com/dell/goscaleio v1.17.0/go.mod h1:dB1a2wXevGps25VAda+6WDp+NTUdgMZXvQVM0YOBpX8=
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
github.com/docker/docker v26.1.5+incompatible h1:NEAxTwEjxV6VbBMBoGG3zPqbiJosIApZjxlbrG9q3/g=
Expand Down

0 comments on commit e5cfc14

Please sign in to comment.