-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Unvendor. Upgrade dependencies. Make tests pass.
- Loading branch information
1 parent
25faf77
commit 39fd698
Showing
576 changed files
with
125 additions
and
349,386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"makefile.configureOnOpen": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,28 @@ | ||
module github.com/Cray-HPE/hms-hmetcd | ||
|
||
go 1.16 | ||
go 1.23 | ||
|
||
require ( | ||
github.com/coreos/bbolt v1.3.2 // indirect | ||
github.com/coreos/etcd v3.3.13+incompatible | ||
github.com/coreos/go-semver v0.3.0 // indirect | ||
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect | ||
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect | ||
github.com/gogo/protobuf v1.2.1 // indirect | ||
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect | ||
github.com/google/btree v1.0.0 // indirect | ||
github.com/gorilla/websocket v1.4.0 // indirect | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect | ||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway v1.8.6 // indirect | ||
github.com/jonboulle/clockwork v0.1.0 // indirect | ||
github.com/json-iterator/go v1.1.6 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/prometheus/client_golang v0.9.2 // indirect | ||
github.com/sirupsen/logrus v1.4.1 // indirect | ||
github.com/soheilhy/cmux v0.1.4 // indirect | ||
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect | ||
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect | ||
go.etcd.io/etcd v3.3.13+incompatible | ||
go.uber.org/atomic v1.4.0 // indirect | ||
go.uber.org/multierr v1.1.0 // indirect | ||
go.uber.org/zap v1.10.0 // indirect | ||
golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5 // indirect | ||
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect | ||
golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db // indirect | ||
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect | ||
google.golang.org/grpc v1.29.1 // indirect | ||
gopkg.in/yaml.v2 v2.2.1 // indirect | ||
go.etcd.io/etcd/api/v3 v3.5.16 | ||
go.etcd.io/etcd/client/v3 v3.5.16 | ||
) | ||
|
||
require ( | ||
github.com/coreos/go-systemd/v22 v22.5.0 // indirect | ||
go.etcd.io/etcd/client/pkg/v3 v3.5.16 // 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/protobuf v1.35.1 // indirect | ||
) | ||
|
||
require ( | ||
github.com/coreos/go-semver v0.3.1 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/protobuf v1.5.4 // 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/grpc v1.68.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.