From b3ae2b245c9304d5bef1fe4b0dc20f682fbfb24e Mon Sep 17 00:00:00 2001 From: Ryan Sjostrand Date: Tue, 29 Aug 2023 15:25:45 -0500 Subject: [PATCH] Add hms-xname --- go.mod | 1 + go.sum | 2 ++ vendor/modules.txt | 2 ++ 3 files changed, 5 insertions(+) diff --git a/go.mod b/go.mod index 8d1b581..43d3f5c 100644 --- a/go.mod +++ b/go.mod @@ -9,6 +9,7 @@ require ( github.com/Cray-HPE/hms-go-http-lib v1.5.3 github.com/Cray-HPE/hms-msgbus v1.11.0 github.com/Cray-HPE/hms-securestorage v1.12.2 + github.com/Cray-HPE/hms-xname v1.2.0 // indirect github.com/DATA-DOG/go-sqlmock v1.3.3 github.com/Masterminds/squirrel v1.4.0 github.com/frankban/quicktest v1.7.3 // indirect diff --git a/go.sum b/go.sum index 989a860..76c229a 100644 --- a/go.sum +++ b/go.sum @@ -36,6 +36,8 @@ github.com/Cray-HPE/hms-msgbus v1.11.0 h1:w5ThMJ8D5pmuvXhc817rJDG4TTixEfvtcDi3tR github.com/Cray-HPE/hms-msgbus v1.11.0/go.mod h1:cxn+lUOq3tpY3+KdFml6L56ZQo8sqN2VoZ6gGxds6o8= github.com/Cray-HPE/hms-securestorage v1.12.2 h1:H5n0i6ldzewd5p7PI2Hktr/+9cYfSCui+0367p2L6n8= github.com/Cray-HPE/hms-securestorage v1.12.2/go.mod h1:P4CMKqQVlx/lv+AdyEjNQubZw2FKNyo/IAtFNgQ3VuI= +github.com/Cray-HPE/hms-xname v1.2.0 h1:boZ8QlTQr/FxXbH+sloqr7qCGkKatJ6QNyIGbdOVmdw= +github.com/Cray-HPE/hms-xname v1.2.0/go.mod h1:XKdjQSzoTps5KDOE8yWojBTAWASGaS6LfRrVDxwTQO8= github.com/DATA-DOG/go-sqlmock v1.3.3 h1:CWUqKXe0s8A2z6qCgkP4Kru7wC11YoAnoupUKFDnH08= github.com/DATA-DOG/go-sqlmock v1.3.3/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM= github.com/Masterminds/squirrel v1.4.0 h1:he5i/EXixZxrBUWcxzDYMiju9WZ3ld/l7QBNuo/eN3w= diff --git a/vendor/modules.txt b/vendor/modules.txt index 6a5c1c8..095d671 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -16,6 +16,8 @@ github.com/Cray-HPE/hms-msgbus # github.com/Cray-HPE/hms-securestorage v1.12.2 ## explicit github.com/Cray-HPE/hms-securestorage +# github.com/Cray-HPE/hms-xname v1.2.0 +## explicit # github.com/DATA-DOG/go-sqlmock v1.3.3 ## explicit github.com/DATA-DOG/go-sqlmock