-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
* Updated go to 1.23 * Changed docker-compose to docker compose * Updated hms-msgbus version CASMHMS-6317
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.21.0 | ||
1.22.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,35 @@ | ||
module github.com/Cray-HPE/hms-hmnfd | ||
|
||
go 1.16 | ||
go 1.23 | ||
|
||
require ( | ||
github.com/Cray-HPE/hms-base/v2 v2.0.1 | ||
github.com/Cray-HPE/hms-hmetcd v1.10.3 | ||
github.com/Cray-HPE/hms-msgbus v1.11.0 | ||
github.com/Cray-HPE/hms-xname v1.3.0 | ||
github.com/Cray-HPE/hms-base/v2 v2.1.0 | ||
github.com/Cray-HPE/hms-hmetcd v1.11.0 | ||
github.com/Cray-HPE/hms-msgbus v1.12.0 | ||
github.com/Cray-HPE/hms-xname v1.4.0 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/gorilla/websocket v1.4.1 // indirect | ||
) | ||
|
||
require ( | ||
github.com/confluentinc/confluent-kafka-go v1.7.0 // indirect | ||
github.com/coreos/go-semver v0.3.1 // indirect | ||
github.com/coreos/go-systemd/v22 v22.5.0 // indirect | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.5.4 // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
go.etcd.io/etcd/api/v3 v3.5.16 // indirect | ||
go.etcd.io/etcd/client/pkg/v3 v3.5.16 // indirect | ||
go.etcd.io/etcd/client/v3 v3.5.16 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
go.uber.org/zap v1.27.0 // indirect | ||
golang.org/x/net v0.30.0 // indirect | ||
golang.org/x/sys v0.27.0 // indirect | ||
golang.org/x/text v0.20.0 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect | ||
google.golang.org/grpc v1.68.0 // indirect | ||
google.golang.org/protobuf v1.35.1 // indirect | ||
) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.