|
1 | 1 | module github.com/dmacvicar/terraform-provider-libvirt
|
2 | 2 |
|
3 | 3 | require (
|
4 |
| - github.com/c4milo/gotoolkit v0.0.0-20170704181456-e37eeabad07e // indirect |
5 | 4 | github.com/community-terraform-providers/terraform-provider-ignition/v2 v2.1.2
|
6 | 5 | github.com/davecgh/go-spew v1.1.1
|
7 | 6 | github.com/digitalocean/go-libvirt v0.0.0-20220616141158-7ed4ed4decd9
|
8 | 7 | github.com/google/uuid v1.1.2
|
9 | 8 | github.com/hashicorp/terraform-plugin-sdk/v2 v2.21.0
|
10 |
| - github.com/hooklift/assert v0.0.0-20170704181755-9d1defd6d214 // indirect |
11 | 9 | github.com/hooklift/iso9660 v1.0.0
|
12 | 10 | github.com/mattn/goveralls v0.0.2
|
13 |
| - github.com/pborman/uuid v1.2.0 // indirect |
14 | 11 | github.com/stretchr/testify v1.7.2
|
15 |
| - golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167 |
| 12 | + golang.org/x/crypto v0.36.0 |
16 | 13 | golang.org/x/lint v0.0.0-20200302205851-738671d3881b
|
17 |
| - golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e // indirect |
18 |
| - gopkg.in/yaml.v2 v2.4.0 // indirect |
19 | 14 | libvirt.org/go/libvirtxml v1.8003.0
|
20 | 15 | )
|
21 | 16 |
|
| 17 | +require ( |
| 18 | + github.com/agext/levenshtein v1.2.3 // indirect |
| 19 | + github.com/apparentlymart/go-cidr v1.1.0 // indirect |
| 20 | + github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect |
| 21 | + github.com/c4milo/gotoolkit v0.0.0-20170704181456-e37eeabad07e // indirect |
| 22 | + github.com/coreos/go-json v0.0.0-20200220154158-5ae607161559 // indirect |
| 23 | + github.com/coreos/go-semver v0.3.0 // indirect |
| 24 | + github.com/coreos/go-systemd/v22 v22.0.0 // indirect |
| 25 | + github.com/coreos/ignition/v2 v2.3.0 // indirect |
| 26 | + github.com/coreos/vcontext v0.0.0-20200225161404-ee043618d38d // indirect |
| 27 | + github.com/fatih/color v1.13.0 // indirect |
| 28 | + github.com/golang/protobuf v1.5.2 // indirect |
| 29 | + github.com/google/go-cmp v0.6.0 // indirect |
| 30 | + github.com/hashicorp/errwrap v1.0.0 // indirect |
| 31 | + github.com/hashicorp/go-checkpoint v0.5.0 // indirect |
| 32 | + github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
| 33 | + github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect |
| 34 | + github.com/hashicorp/go-hclog v1.2.1 // indirect |
| 35 | + github.com/hashicorp/go-multierror v1.1.1 // indirect |
| 36 | + github.com/hashicorp/go-plugin v1.4.4 // indirect |
| 37 | + github.com/hashicorp/go-uuid v1.0.3 // indirect |
| 38 | + github.com/hashicorp/go-version v1.6.0 // indirect |
| 39 | + github.com/hashicorp/hc-install v0.4.0 // indirect |
| 40 | + github.com/hashicorp/hcl/v2 v2.13.0 // indirect |
| 41 | + github.com/hashicorp/logutils v1.0.0 // indirect |
| 42 | + github.com/hashicorp/terraform-exec v0.17.2 // indirect |
| 43 | + github.com/hashicorp/terraform-json v0.14.0 // indirect |
| 44 | + github.com/hashicorp/terraform-plugin-go v0.14.0 // indirect |
| 45 | + github.com/hashicorp/terraform-plugin-log v0.7.0 // indirect |
| 46 | + github.com/hashicorp/terraform-registry-address v0.0.0-20220623143253-7d51757b572c // indirect |
| 47 | + github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect |
| 48 | + github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect |
| 49 | + github.com/hooklift/assert v0.0.0-20170704181755-9d1defd6d214 // indirect |
| 50 | + github.com/mattn/go-colorable v0.1.12 // indirect |
| 51 | + github.com/mattn/go-isatty v0.0.14 // indirect |
| 52 | + github.com/mitchellh/copystructure v1.2.0 // indirect |
| 53 | + github.com/mitchellh/go-testing-interface v1.14.1 // indirect |
| 54 | + github.com/mitchellh/go-wordwrap v1.0.0 // indirect |
| 55 | + github.com/mitchellh/mapstructure v1.5.0 // indirect |
| 56 | + github.com/mitchellh/reflectwalk v1.0.2 // indirect |
| 57 | + github.com/oklog/run v1.1.0 // indirect |
| 58 | + github.com/pborman/uuid v1.2.0 // indirect |
| 59 | + github.com/pkg/errors v0.9.1 // indirect |
| 60 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 61 | + github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50 // indirect |
| 62 | + github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect |
| 63 | + github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect |
| 64 | + github.com/vmihailenco/tagparser v0.1.1 // indirect |
| 65 | + github.com/zclconf/go-cty v1.10.0 // indirect |
| 66 | + golang.org/x/net v0.37.0 // indirect |
| 67 | + golang.org/x/sys v0.31.0 // indirect |
| 68 | + golang.org/x/text v0.23.0 // indirect |
| 69 | + golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect |
| 70 | + google.golang.org/appengine v1.6.6 // indirect |
| 71 | + google.golang.org/genproto v0.0.0-20200711021454-869866162049 // indirect |
| 72 | + google.golang.org/grpc v1.48.0 // indirect |
| 73 | + google.golang.org/protobuf v1.28.1 // indirect |
| 74 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
| 75 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
| 76 | +) |
| 77 | + |
22 | 78 | replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999
|
23 | 79 |
|
24 | 80 | replace golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce => github.com/dmacvicar/golang-x-crypto v0.0.0-20220126233154-a96af8f07497
|
25 | 81 |
|
26 |
| -go 1.13 |
| 82 | +go 1.23.0 |
| 83 | + |
| 84 | +toolchain go1.24.1 |
27 | 85 |
|
28 | 86 | replace github.com/community-terraform-providers/terraform-provider-ignition/v2 => github.com/dmacvicar/terraform-provider-ignition/v2 v2.1.3-0.20210701165004-13acf61ca184
|
0 commit comments