Skip to content

Commit

Permalink
Merge pull request #54 from OpenCHAMI/53-remove-hms-hmetcd-replacement
Browse files Browse the repository at this point in the history
Update dependencies in go.mod to latest versions
  • Loading branch information
alexlovelltroy authored Dec 5, 2024
2 parents 49484ea + a624dfe commit 245f5da
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 114 deletions.
12 changes: 5 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ module github.com/OpenCHAMI/bss

go 1.23

replace github.com/Cray-HPE/hms-hmetcd => github.com/OpenCHAMI/hms-hmetcd v1.10.4

require (
github.com/Cray-HPE/hms-base v1.15.1
github.com/Cray-HPE/hms-hmetcd v1.10.4
github.com/Cray-HPE/hms-s3 v1.10.1
github.com/Cray-HPE/hms-hmetcd v1.11.0
github.com/Cray-HPE/hms-s3 v1.11.0
github.com/docker/distribution v2.8.3+incompatible
github.com/evanphx/json-patch v5.9.0+incompatible
github.com/google/uuid v1.6.0
Expand All @@ -17,7 +15,7 @@ require (
)

require (
github.com/Cray-HPE/hms-xname v1.3.0
github.com/Cray-HPE/hms-xname v1.4.0
github.com/OpenCHAMI/jwtauth/v5 v5.0.0-20240321222802-e6cb468a2a18
github.com/OpenCHAMI/smd/v2 v2.17.7
github.com/go-chi/chi v1.5.5
Expand All @@ -31,8 +29,8 @@ require (
)

require (
github.com/Cray-HPE/hms-certs v1.4.0 // indirect
github.com/Cray-HPE/hms-securestorage v1.13.0 // indirect
github.com/Cray-HPE/hms-certs v1.5.0 // indirect
github.com/Cray-HPE/hms-securestorage v1.14.0 // indirect
github.com/aws/aws-sdk-go v1.55.5 // indirect
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/coreos/go-semver v0.3.1 // indirect
Expand Down
Loading

0 comments on commit 245f5da

Please sign in to comment.