|
1 | | -module github.com/Cray-HPE/hms-bss |
| 1 | +module github.com/OpenCHAMI/bss |
2 | 2 |
|
3 | | -go 1.16 |
| 3 | +go 1.20 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/Cray-HPE/hms-base v1.15.0 |
| 6 | + github.com/Cray-HPE/hms-base v1.15.1 |
7 | 7 | github.com/Cray-HPE/hms-hmetcd v1.10.2 |
8 | 8 | github.com/Cray-HPE/hms-s3 v1.9.2 |
9 | | - github.com/Cray-HPE/hms-smd v1.30.9 |
10 | 9 | github.com/docker/distribution v2.7.1+incompatible |
11 | 10 | github.com/evanphx/json-patch v4.9.0+incompatible |
12 | | - github.com/google/uuid v1.1.1 |
| 11 | + github.com/google/uuid v1.3.0 |
13 | 12 | github.com/jmoiron/sqlx v1.2.0 |
14 | | - github.com/lib/pq v1.3.0 |
| 13 | + github.com/lib/pq v1.10.9 |
15 | 14 | gopkg.in/yaml.v2 v2.4.0 |
16 | 15 | ) |
| 16 | + |
| 17 | +require github.com/OpenCHAMI/smd/v2 v2.12.15 |
| 18 | + |
| 19 | +require ( |
| 20 | + github.com/Cray-HPE/hms-certs v1.4.0 // indirect |
| 21 | + github.com/Cray-HPE/hms-securestorage v1.13.0 // indirect |
| 22 | + github.com/aws/aws-sdk-go v1.29.2 // indirect |
| 23 | + github.com/cenkalti/backoff/v3 v3.2.2 // indirect |
| 24 | + github.com/coreos/etcd v3.3.13+incompatible // indirect |
| 25 | + github.com/fsnotify/fsnotify v1.6.0 // indirect |
| 26 | + github.com/go-jose/go-jose/v3 v3.0.0 // indirect |
| 27 | + github.com/gogo/protobuf v1.3.1 // indirect |
| 28 | + github.com/golang/protobuf v1.4.2 // indirect |
| 29 | + github.com/hashicorp/errwrap v1.1.0 // indirect |
| 30 | + github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
| 31 | + github.com/hashicorp/go-multierror v1.1.1 // indirect |
| 32 | + github.com/hashicorp/go-retryablehttp v0.7.4 // indirect |
| 33 | + github.com/hashicorp/go-rootcerts v1.0.2 // indirect |
| 34 | + github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7 // indirect |
| 35 | + github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect |
| 36 | + github.com/hashicorp/go-sockaddr v1.0.2 // indirect |
| 37 | + github.com/hashicorp/hcl v1.0.1-vault-5 // indirect |
| 38 | + github.com/hashicorp/vault/api v1.9.2 // indirect |
| 39 | + github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect |
| 40 | + github.com/mitchellh/go-homedir v1.1.0 // indirect |
| 41 | + github.com/mitchellh/mapstructure v1.5.0 // indirect |
| 42 | + github.com/pkg/errors v0.9.1 // indirect |
| 43 | + github.com/ryanuber/go-glob v1.0.0 // indirect |
| 44 | + github.com/sirupsen/logrus v1.9.3 // indirect |
| 45 | + go.etcd.io/etcd v3.3.13+incompatible // indirect |
| 46 | + golang.org/x/crypto v0.12.0 // indirect |
| 47 | + golang.org/x/net v0.14.0 // indirect |
| 48 | + golang.org/x/sys v0.11.0 // indirect |
| 49 | + golang.org/x/text v0.12.0 // indirect |
| 50 | + golang.org/x/time v0.3.0 // indirect |
| 51 | + google.golang.org/genproto v0.0.0-20200815001618-f69a88009b70 // indirect |
| 52 | + google.golang.org/grpc v1.29.1 // indirect |
| 53 | + google.golang.org/protobuf v1.25.0 // indirect |
| 54 | +) |
0 commit comments