Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/Cray-HPE/hms-xname from 1.1.0 to 1.3.0 #336

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/Cray-HPE/hms-shcd-parser v1.9.0
github.com/Cray-HPE/hms-sls v1.29.0
github.com/Cray-HPE/hms-smd v1.62.0
github.com/Cray-HPE/hms-xname v1.1.0
github.com/Cray-HPE/hms-xname v1.3.0
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
github.com/evanphx/json-patch v5.6.0+incompatible
github.com/gocarina/gocsv v0.0.0-20200925213129-04be9ee2e1a2
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ github.com/Cray-HPE/hms-sls v1.29.0/go.mod h1:XKGw18eCGS3oJwsYpw8B+QzNUhgHXLnbr2
github.com/Cray-HPE/hms-smd v1.30.9/go.mod h1:9TFpxIiPnmgBphq0QfFt1BmKiuSZ8VXu5N7A5EJz6L4=
github.com/Cray-HPE/hms-smd v1.62.0 h1:umcPT6w31hO7nF3v8rIUEQP2G4al47rR8cM+eQasaWM=
github.com/Cray-HPE/hms-smd v1.62.0/go.mod h1:7J7taeRXmceyLPHdKlLbucb10lqTrJxTUo3RhaTGMhs=
github.com/Cray-HPE/hms-xname v1.1.0 h1:y/JEM2PbBaD8VbU7u85+/YIugf1Evji59z5IeSffeO8=
github.com/Cray-HPE/hms-xname v1.1.0/go.mod h1:3A70QF0ddmkt/nz0jis5o8UIB4zAmsgsUiN71dr97n4=
github.com/Cray-HPE/hms-xname v1.3.0 h1:DQmetMniubqcaL6Cxarz9+7KFfWGSEizIhfPHIgC3Gw=
github.com/Cray-HPE/hms-xname v1.3.0/go.mod h1:XKdjQSzoTps5KDOE8yWojBTAWASGaS6LfRrVDxwTQO8=
github.com/DATA-DOG/go-sqlmock v1.3.3/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=
github.com/DataDog/zstd v1.3.6-0.20190409195224-796139022798/go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t7BBo=
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd h1:sjQovDkwrZp8u+gxLtPgKGjk5hCxuy2hrRejBTA9xFU=
Expand Down
69 changes: 68 additions & 1 deletion vendor/github.com/Cray-HPE/hms-xname/xnames/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 23 additions & 1 deletion vendor/github.com/Cray-HPE/hms-xname/xnames/util.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 12 additions & 4 deletions vendor/github.com/Cray-HPE/hms-xname/xnametypes/hmstypes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ github.com/Cray-HPE/hms-sls/pkg/sls-common
## explicit; go 1.16
github.com/Cray-HPE/hms-smd/pkg/redfish
github.com/Cray-HPE/hms-smd/pkg/sm
# github.com/Cray-HPE/hms-xname v1.1.0
## explicit; go 1.17
# github.com/Cray-HPE/hms-xname v1.3.0
## explicit; go 1.20
github.com/Cray-HPE/hms-xname/xnames
github.com/Cray-HPE/hms-xname/xnametypes
# github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
Expand Down