Skip to content

Commit

Permalink
Updated to golang 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
shunr-hpe committed Nov 20, 2024
1 parent cea834a commit 8ed46b1
Show file tree
Hide file tree
Showing 44 changed files with 69 additions and 1,400 deletions.
33 changes: 27 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Cray-HPE/hms-smd/v2

go 1.16
go 1.23

require (
github.com/Cray-HPE/hms-base/v2 v2.0.1
Expand All @@ -12,17 +12,37 @@ require (
github.com/Cray-HPE/hms-xname v1.3.0
github.com/DATA-DOG/go-sqlmock v1.3.3
github.com/Masterminds/squirrel v1.4.0
github.com/frankban/quicktest v1.7.3 // indirect
github.com/golang-migrate/migrate/v4 v4.11.0
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-cmp v0.5.1 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.4
github.com/hashicorp/go-hclog v0.14.1 // indirect
github.com/hashicorp/go-retryablehttp v0.7.0
github.com/lib/pq v1.3.0
github.com/pierrec/lz4 v2.4.1+incompatible // indirect
github.com/sirupsen/logrus v1.8.1
)

require (
github.com/Cray-HPE/hms-base v1.15.0 // indirect
github.com/confluentinc/confluent-kafka-go v1.7.0 // indirect
github.com/frankban/quicktest v1.7.3 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-cmp v0.5.1 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hashicorp/go-hclog v0.14.1 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/go-rootcerts v1.0.1 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/vault/api v1.0.4 // indirect
github.com/hashicorp/vault/sdk v0.1.13 // indirect
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.3.0 // indirect
github.com/pierrec/lz4 v2.4.1+incompatible // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
github.com/stretchr/testify v1.5.1 // indirect
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc // indirect
Expand All @@ -33,4 +53,5 @@ require (
google.golang.org/genproto v0.0.0-20200815001618-f69a88009b70 // indirect
google.golang.org/grpc v1.29.1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/square/go-jose.v2 v2.3.1 // indirect
)
9 changes: 0 additions & 9 deletions vendor/github.com/Cray-HPE/hms-base/go.mod

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/github.com/Cray-HPE/hms-base/go.sum

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/github.com/Cray-HPE/hms-base/v2/go.mod

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/github.com/Cray-HPE/hms-base/v2/go.sum

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/github.com/Cray-HPE/hms-compcredentials/go.mod

This file was deleted.

133 changes: 0 additions & 133 deletions vendor/github.com/Cray-HPE/hms-compcredentials/go.sum

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/github.com/Cray-HPE/hms-go-http-lib/go.mod

This file was deleted.

Loading

0 comments on commit 8ed46b1

Please sign in to comment.