|
1 | 1 | module github.com/PaloAltoNetworks/terraform-provider-panos |
2 | 2 |
|
3 | | -go 1.23.0 |
4 | | - |
5 | | -toolchain go1.23.4 |
| 3 | +go 1.24.0 |
6 | 4 |
|
7 | 5 | require ( |
8 | 6 | github.com/PaloAltoNetworks/pango v0.10.3-0.20240408115758-216d8509e7cf |
9 | | - github.com/hashicorp/terraform-plugin-framework v1.13.0 |
10 | | - github.com/hashicorp/terraform-plugin-framework-validators v0.16.0 |
11 | | - github.com/hashicorp/terraform-plugin-go v0.26.0 |
| 7 | + github.com/hashicorp/terraform-plugin-framework v1.16.1 |
| 8 | + github.com/hashicorp/terraform-plugin-framework-validators v0.19.0 |
| 9 | + github.com/hashicorp/terraform-plugin-go v0.29.0 |
12 | 10 | github.com/hashicorp/terraform-plugin-log v0.9.0 |
13 | | - github.com/hashicorp/terraform-plugin-testing v1.12.0 |
14 | | - github.com/onsi/ginkgo/v2 v2.22.2 |
15 | | - github.com/onsi/gomega v1.36.2 |
| 11 | + github.com/hashicorp/terraform-plugin-testing v1.13.3 |
| 12 | + github.com/onsi/ginkgo/v2 v2.26.0 |
| 13 | + github.com/onsi/gomega v1.38.2 |
16 | 14 | software.sslmate.com/src/go-pkcs12 v0.5.0 |
17 | 15 | ) |
18 | 16 |
|
19 | 17 | require ( |
| 18 | + github.com/Masterminds/semver/v3 v3.4.0 // indirect |
20 | 19 | github.com/ProtonMail/go-crypto v1.1.6 // indirect |
21 | 20 | github.com/agext/levenshtein v1.2.2 // indirect |
22 | 21 | github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect |
23 | | - github.com/cloudflare/circl v1.6.0 // indirect |
| 22 | + github.com/cloudflare/circl v1.6.1 // indirect |
24 | 23 | github.com/fatih/color v1.16.0 // indirect |
25 | | - github.com/go-logr/logr v1.4.2 // indirect |
| 24 | + github.com/go-logr/logr v1.4.3 // indirect |
26 | 25 | github.com/go-task/slim-sprig/v3 v3.0.0 // indirect |
27 | 26 | github.com/golang/protobuf v1.5.4 // indirect |
28 | 27 | github.com/google/go-cmp v0.7.0 // indirect |
29 | | - github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect |
| 28 | + github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect |
30 | 29 | github.com/hashicorp/errwrap v1.1.0 // indirect |
31 | 30 | github.com/hashicorp/go-checkpoint v0.5.0 // indirect |
32 | 31 | github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
33 | 32 | github.com/hashicorp/go-cty v1.5.0 // indirect |
34 | 33 | github.com/hashicorp/go-hclog v1.6.3 // indirect |
35 | 34 | github.com/hashicorp/go-multierror v1.1.1 // indirect |
36 | | - github.com/hashicorp/go-plugin v1.6.3 // indirect |
| 35 | + github.com/hashicorp/go-plugin v1.7.0 // indirect |
37 | 36 | github.com/hashicorp/go-retryablehttp v0.7.7 // indirect |
38 | 37 | github.com/hashicorp/go-uuid v1.0.3 // indirect |
39 | 38 | github.com/hashicorp/go-version v1.7.0 // indirect |
40 | 39 | github.com/hashicorp/hc-install v0.9.2 // indirect |
41 | 40 | github.com/hashicorp/hcl/v2 v2.23.0 // indirect |
42 | 41 | github.com/hashicorp/logutils v1.0.0 // indirect |
43 | 42 | github.com/hashicorp/terraform-exec v0.23.0 // indirect |
44 | | - github.com/hashicorp/terraform-json v0.24.1-0.20250314103308-f86d5e36f4ab // indirect |
45 | | - github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1 // indirect |
46 | | - github.com/hashicorp/terraform-registry-address v0.2.4 // indirect |
| 43 | + github.com/hashicorp/terraform-json v0.25.0 // indirect |
| 44 | + github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0 // indirect |
| 45 | + github.com/hashicorp/terraform-registry-address v0.4.0 // indirect |
47 | 46 | github.com/hashicorp/terraform-svchost v0.1.1 // indirect |
48 | | - github.com/hashicorp/yamux v0.1.1 // indirect |
49 | | - github.com/kr/pretty v0.3.0 // indirect |
| 47 | + github.com/hashicorp/yamux v0.1.2 // indirect |
50 | 48 | github.com/mattn/go-colorable v0.1.13 // indirect |
51 | 49 | github.com/mattn/go-isatty v0.0.20 // indirect |
52 | 50 | github.com/mitchellh/copystructure v1.2.0 // indirect |
53 | 51 | github.com/mitchellh/go-testing-interface v1.14.1 // indirect |
54 | 52 | github.com/mitchellh/go-wordwrap v1.0.0 // indirect |
55 | 53 | github.com/mitchellh/mapstructure v1.5.0 // indirect |
56 | 54 | github.com/mitchellh/reflectwalk v1.0.2 // indirect |
57 | | - github.com/oklog/run v1.0.0 // indirect |
58 | | - github.com/rogpeppe/go-internal v1.13.1 // indirect |
| 55 | + github.com/oklog/run v1.1.0 // indirect |
59 | 56 | github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect |
60 | 57 | github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect |
61 | 58 | github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect |
62 | | - github.com/zclconf/go-cty v1.16.2 // indirect |
63 | | - golang.org/x/crypto v0.37.0 // indirect |
64 | | - golang.org/x/mod v0.24.0 // indirect |
65 | | - golang.org/x/net v0.37.0 // indirect |
66 | | - golang.org/x/sync v0.13.0 // indirect |
67 | | - golang.org/x/sys v0.32.0 // indirect |
68 | | - golang.org/x/text v0.24.0 // indirect |
69 | | - golang.org/x/tools v0.28.0 // indirect |
| 59 | + github.com/zclconf/go-cty v1.16.3 // indirect |
| 60 | + go.uber.org/automaxprocs v1.6.0 // indirect |
| 61 | + go.yaml.in/yaml/v3 v3.0.4 // indirect |
| 62 | + golang.org/x/crypto v0.41.0 // indirect |
| 63 | + golang.org/x/mod v0.27.0 // indirect |
| 64 | + golang.org/x/net v0.43.0 // indirect |
| 65 | + golang.org/x/sync v0.16.0 // indirect |
| 66 | + golang.org/x/sys v0.35.0 // indirect |
| 67 | + golang.org/x/text v0.28.0 // indirect |
| 68 | + golang.org/x/tools v0.36.0 // indirect |
70 | 69 | google.golang.org/appengine v1.6.8 // indirect |
71 | | - google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect |
72 | | - google.golang.org/grpc v1.71.0 // indirect |
73 | | - google.golang.org/protobuf v1.36.6 // indirect |
| 70 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect |
| 71 | + google.golang.org/grpc v1.75.1 // indirect |
| 72 | + google.golang.org/protobuf v1.36.9 // indirect |
74 | 73 | gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
75 | | - gopkg.in/yaml.v3 v3.0.1 // indirect |
76 | 74 | ) |
77 | 75 |
|
78 | 76 | replace github.com/PaloAltoNetworks/pango v0.10.3-0.20240408115758-216d8509e7cf => ../pango |
0 commit comments