|
1 | | -module github.com/weaveworks-liquidmetal/controller-pkg/services/microvm |
| 1 | +module github.com/liquidmetal-dev/controller-pkg/services/microvm |
2 | 2 |
|
3 | | -go 1.19 |
| 3 | +go 1.23 |
4 | 4 |
|
5 | 5 | require ( |
| 6 | + github.com/liquidmetal-dev/controller-pkg/client v0.0.0-20250206153520-fa7b57540c18 |
| 7 | + github.com/liquidmetal-dev/controller-pkg/types/microvm v0.0.0-20250207115528-f599d8cc9a1d |
| 8 | + github.com/liquidmetal-dev/flintlock/api v0.0.0-20250205095343-755c4154ea88 |
| 9 | + github.com/liquidmetal-dev/flintlock/client v0.0.0-20250205095343-755c4154ea88 |
6 | 10 | github.com/onsi/gomega v1.24.1 |
7 | | - github.com/weaveworks-liquidmetal/controller-pkg/client v0.0.0-20230116125931-089fb91de682 |
8 | | - github.com/weaveworks-liquidmetal/controller-pkg/types/microvm v0.0.0-20230531120904-dd84ec5eab9f |
9 | | - github.com/weaveworks-liquidmetal/flintlock/api v0.0.0-20230522070730-18c06de56a20 |
10 | | - github.com/weaveworks-liquidmetal/flintlock/client v0.0.0-20230522070730-18c06de56a20 |
11 | 11 | github.com/yitsushi/macpot v1.0.2 |
12 | | - google.golang.org/protobuf v1.28.1 |
| 12 | + google.golang.org/protobuf v1.34.1 |
13 | 13 | gopkg.in/yaml.v2 v2.4.0 |
14 | 14 | k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2 |
15 | 15 | ) |
16 | 16 |
|
17 | 17 | require ( |
18 | | - github.com/golang/protobuf v1.5.2 // indirect |
19 | | - github.com/google/go-cmp v0.5.9 // indirect |
20 | | - github.com/grpc-ecosystem/grpc-gateway/v2 v2.6.0 // indirect |
| 18 | + github.com/google/go-cmp v0.6.0 // indirect |
| 19 | + github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect |
21 | 20 | github.com/kr/text v0.2.0 // indirect |
| 21 | + github.com/rogpeppe/go-internal v1.13.1 // indirect |
22 | 22 | github.com/stretchr/testify v1.8.0 // indirect |
23 | | - golang.org/x/net v0.8.0 // indirect |
24 | | - golang.org/x/sys v0.6.0 // indirect |
25 | | - golang.org/x/text v0.8.0 // indirect |
26 | | - google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90 // indirect |
27 | | - google.golang.org/grpc v1.50.1 // indirect |
28 | | - gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
| 23 | + golang.org/x/net v0.26.0 // indirect |
| 24 | + golang.org/x/sys v0.21.0 // indirect |
| 25 | + golang.org/x/text v0.16.0 // indirect |
| 26 | + google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect |
| 27 | + google.golang.org/grpc v1.64.1 // indirect |
29 | 28 | gopkg.in/yaml.v3 v3.0.1 // indirect |
30 | 29 | ) |
0 commit comments