|
1 | 1 | module github.com/terraform-providers/terraform-provider-cloudfoundry
|
2 | 2 |
|
3 |
| -go 1.20 |
| 3 | +go 1.21 |
| 4 | + |
| 5 | +toolchain go1.21.6 |
4 | 6 |
|
5 | 7 | replace code.cloudfoundry.org/cli => github.com/cloudfoundry-community/cloudfoundry-cli v6.44.1-0.20230105092217-5241fbe25735+incompatible
|
6 | 8 |
|
7 | 9 | require (
|
8 |
| - code.cloudfoundry.org/bytefmt v0.0.0-20180906201452-2aa6f33b730c // indirect |
| 10 | + code.cloudfoundry.org/bytefmt v0.0.0-20231017140541-3b893ed0421b // indirect |
9 | 11 | code.cloudfoundry.org/cfnetworking-cli-api v0.0.0-20190103195135-4b04f26287a6
|
10 |
| - code.cloudfoundry.org/cli v0.0.0-00010101000000-000000000000 |
| 12 | + code.cloudfoundry.org/cli v7.1.0+incompatible |
11 | 13 | code.cloudfoundry.org/ykk v0.0.0-20170424192843-e4df4ce2fd4d // indirect
|
12 |
| - github.com/ArthurHlt/zipper v1.3.2 |
13 | 14 | github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2 // indirect
|
14 | 15 | github.com/apoydence/eachers v0.0.0-20181020210610-23942921fe77 // indirect
|
15 | 16 | github.com/blang/semver v3.5.1+incompatible
|
16 |
| - github.com/bmatcuk/doublestar v1.2.2 // indirect |
17 |
| - github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40 // indirect |
| 17 | + github.com/bmatcuk/doublestar v1.3.4 // indirect |
| 18 | + github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f // indirect |
18 | 19 | github.com/cenkalti/backoff/v4 v4.2.1
|
19 |
| - github.com/charlievieth/fs v0.0.0-20170613215519-7dc373669fa1 // indirect |
20 |
| - github.com/cloudfoundry/bosh-cli v5.5.0+incompatible // indirect |
21 |
| - github.com/cloudfoundry/bosh-utils v0.0.0-20190518100210-9f9df32d41c3 // indirect |
| 20 | + github.com/charlievieth/fs v0.0.3 // indirect |
| 21 | + github.com/cloudfoundry/bosh-cli v6.4.1+incompatible // indirect |
| 22 | + github.com/cloudfoundry/bosh-utils v0.0.427 // indirect |
22 | 23 | github.com/cloudfoundry/noaa v2.1.0+incompatible
|
23 |
| - github.com/cloudfoundry/sonde-go v0.0.0-20171206171820-b33733203bb4 |
| 24 | + github.com/cloudfoundry/sonde-go v0.0.0-20231227232801-b682ba3cb37d |
24 | 25 | github.com/cppforlife/go-patch v0.2.0 // indirect
|
25 | 26 | github.com/elazarl/goproxy v0.0.0-20190711103511-473e67f1d7d2 // indirect
|
26 | 27 | github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2 // indirect
|
27 | 28 | github.com/gogo/protobuf v1.3.2 // indirect
|
28 |
| - github.com/gorilla/websocket v1.4.1 // indirect |
| 29 | + github.com/gorilla/websocket v1.5.1 // indirect |
29 | 30 | github.com/hashicorp/go-getter v1.7.3
|
30 | 31 | github.com/hashicorp/go-multierror v1.1.1
|
31 | 32 | github.com/hashicorp/go-uuid v1.0.3
|
32 | 33 | github.com/hashicorp/hcl v1.0.0
|
33 |
| - github.com/hashicorp/terraform-json v0.18.0 // indirect |
34 |
| - github.com/hashicorp/terraform-plugin-sdk/v2 v2.31.0 |
| 34 | + github.com/hashicorp/terraform-json v0.21.0 // indirect |
| 35 | + github.com/hashicorp/terraform-plugin-sdk/v2 v2.32.0 |
35 | 36 | github.com/lunixbochs/vtclean v1.0.0 // indirect
|
36 |
| - github.com/mailru/easyjson v0.0.0-20190403194419-1ea4449da983 // indirect |
37 | 37 | github.com/satori/go.uuid v1.2.0
|
38 |
| - github.com/sirupsen/logrus v1.9.0 // indirect |
| 38 | + github.com/sirupsen/logrus v1.9.3 // indirect |
39 | 39 | github.com/tedsuo/rata v1.0.0 // indirect
|
40 | 40 | github.com/vito/go-interact v1.0.0 // indirect
|
41 |
| - github.com/zclconf/go-cty v1.14.1 // indirect |
| 41 | + github.com/zclconf/go-cty v1.14.2 // indirect |
42 | 42 | golang.org/x/text v0.14.0 // indirect
|
43 | 43 | )
|
44 | 44 |
|
45 |
| -require github.com/hashicorp/terraform-plugin-log v0.9.0 |
| 45 | +require ( |
| 46 | + github.com/ArthurHlt/zipper v1.3.2 |
| 47 | + github.com/google/uuid v1.4.0 |
| 48 | + github.com/hashicorp/terraform-plugin-log v0.9.0 |
| 49 | +) |
46 | 50 |
|
47 | 51 | require (
|
48 | 52 | code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f // indirect
|
49 | 53 | code.cloudfoundry.org/jsonry v1.1.4 // indirect
|
50 | 54 | github.com/Microsoft/go-winio v0.6.1 // indirect
|
51 | 55 | github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
|
52 |
| - github.com/agext/levenshtein v1.2.2 // indirect |
| 56 | + github.com/agext/levenshtein v1.2.3 // indirect |
53 | 57 | github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
|
54 | 58 | github.com/cloudflare/circl v1.3.7 // indirect
|
55 | 59 | github.com/emirpasic/gods v1.18.1 // indirect
|
56 |
| - github.com/fatih/color v1.13.0 // indirect |
| 60 | + github.com/fatih/color v1.16.0 // indirect |
57 | 61 | github.com/gobwas/glob v0.2.3 // indirect
|
58 | 62 | github.com/golang/protobuf v1.5.3 // indirect
|
59 | 63 | github.com/google/go-cmp v0.6.0 // indirect
|
60 |
| - github.com/hashicorp/errwrap v1.0.0 // indirect |
| 64 | + github.com/hashicorp/errwrap v1.1.0 // indirect |
61 | 65 | github.com/hashicorp/go-checkpoint v0.5.0 // indirect
|
62 | 66 | github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
63 | 67 | github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
|
64 |
| - github.com/hashicorp/go-hclog v1.5.0 // indirect |
| 68 | + github.com/hashicorp/go-hclog v1.6.2 // indirect |
65 | 69 | github.com/hashicorp/go-plugin v1.6.0 // indirect
|
66 | 70 | github.com/hashicorp/go-version v1.6.0 // indirect
|
67 | 71 | github.com/hashicorp/hc-install v0.6.2 // indirect
|
68 | 72 | github.com/hashicorp/hcl/v2 v2.19.1 // indirect
|
69 | 73 | github.com/hashicorp/logutils v1.0.0 // indirect
|
70 |
| - github.com/hashicorp/terraform-exec v0.19.0 // indirect |
71 |
| - github.com/hashicorp/terraform-plugin-go v0.20.0 // indirect |
| 74 | + github.com/hashicorp/terraform-exec v0.20.0 // indirect |
| 75 | + github.com/hashicorp/terraform-plugin-go v0.21.0 // indirect |
72 | 76 | github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
|
73 | 77 | github.com/hashicorp/terraform-svchost v0.1.1 // indirect
|
74 | 78 | github.com/hashicorp/yamux v0.1.1 // indirect
|
75 | 79 | github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
76 | 80 | github.com/kevinburke/ssh_config v1.2.0 // indirect
|
77 |
| - github.com/mattn/go-colorable v0.1.12 // indirect |
78 |
| - github.com/mattn/go-isatty v0.0.14 // indirect |
79 |
| - github.com/mattn/go-runewidth v0.0.4 // indirect |
| 81 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 82 | + github.com/mattn/go-isatty v0.0.20 // indirect |
| 83 | + github.com/mattn/go-runewidth v0.0.15 // indirect |
80 | 84 | github.com/mitchellh/copystructure v1.2.0 // indirect
|
81 | 85 | github.com/mitchellh/go-homedir v1.1.0 // indirect
|
82 | 86 | github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
83 |
| - github.com/mitchellh/go-wordwrap v1.0.0 // indirect |
| 87 | + github.com/mitchellh/go-wordwrap v1.0.1 // indirect |
84 | 88 | github.com/mitchellh/mapstructure v1.5.0 // indirect
|
85 | 89 | github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
86 |
| - github.com/oklog/run v1.0.0 // indirect |
87 |
| - github.com/sergi/go-diff v1.2.0 // indirect |
| 90 | + github.com/oklog/run v1.1.0 // indirect |
| 91 | + github.com/rivo/uniseg v0.4.6 // indirect |
| 92 | + github.com/rogpeppe/go-internal v1.12.0 // indirect |
| 93 | + github.com/sergi/go-diff v1.3.1 // indirect |
88 | 94 | github.com/src-d/gcfg v1.4.0 // indirect
|
89 |
| - github.com/stretchr/testify v1.8.1 // indirect |
90 | 95 | github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
|
91 | 96 | github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
92 | 97 | github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
93 |
| - github.com/whilp/git-urls v0.0.0-20160530060445-31bac0d230fa // indirect |
| 98 | + github.com/whilp/git-urls v1.0.0 // indirect |
94 | 99 | github.com/xanzy/ssh-agent v0.3.3 // indirect
|
95 |
| - golang.org/x/crypto v0.17.0 // indirect |
| 100 | + golang.org/x/crypto v0.18.0 // indirect |
96 | 101 | golang.org/x/mod v0.14.0 // indirect
|
97 |
| - golang.org/x/net v0.18.0 // indirect |
98 |
| - golang.org/x/sys v0.15.0 // indirect |
99 |
| - golang.org/x/term v0.15.0 // indirect |
100 |
| - golang.org/x/tools v0.13.0 // indirect |
| 102 | + golang.org/x/net v0.20.0 // indirect |
| 103 | + golang.org/x/sys v0.16.0 // indirect |
| 104 | + golang.org/x/term v0.16.0 // indirect |
| 105 | + golang.org/x/tools v0.17.0 // indirect |
101 | 106 | google.golang.org/appengine v1.6.8 // indirect
|
102 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect |
103 |
| - google.golang.org/grpc v1.60.0 // indirect |
104 |
| - google.golang.org/protobuf v1.31.0 // indirect |
| 107 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect |
| 108 | + google.golang.org/grpc v1.61.0 // indirect |
| 109 | + google.golang.org/protobuf v1.32.0 // indirect |
105 | 110 | gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
|
106 | 111 | gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
|
107 | 112 | gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
|
|
0 commit comments