@@ -3,16 +3,16 @@ module github.com/crc/crc-cloud
3
3
go 1.20
4
4
5
5
require (
6
- github.com/pulumi/pulumi-aws/sdk/v6 v6.4.0
7
- github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.10 .0
8
- github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.10 .0
9
- github.com/pulumi/pulumi-gcp/sdk/v6 v6.65 .0
10
- github.com/pulumi/pulumi-openstack/sdk/v3 v3.15.1
11
- github.com/pulumi/pulumi-tls/sdk/v4 v4.11.0
12
- github.com/pulumi/pulumi/sdk/v3 v3.103.1
13
- github.com/spf13/cobra v1.7 .0
6
+ github.com/pulumi/pulumi-aws/sdk/v6 v6.31.1
7
+ github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.37 .0
8
+ github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.37 .0
9
+ github.com/pulumi/pulumi-gcp/sdk/v7 v7.19 .0
10
+ github.com/pulumi/pulumi-openstack/sdk/v3 v3.15.2
11
+ github.com/pulumi/pulumi-tls/sdk/v5 v5.0.2
12
+ github.com/pulumi/pulumi/sdk/v3 v3.113.2
13
+ github.com/spf13/cobra v1.8 .0
14
14
github.com/spf13/pflag v1.0.5
15
- github.com/spf13/viper v1.17.0
15
+ github.com/spf13/viper v1.18.2
16
16
)
17
17
18
18
require (
@@ -21,17 +21,17 @@ require (
21
21
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
22
22
github.com/atotto/clipboard v0.1.4 // indirect
23
23
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
24
- github.com/charmbracelet/bubbles v0.16.1 // indirect
25
- github.com/charmbracelet/bubbletea v0.24.2 // indirect
26
- github.com/charmbracelet/lipgloss v0.8 .0 // indirect
24
+ github.com/charmbracelet/bubbles v0.18.0 // indirect
25
+ github.com/charmbracelet/bubbletea v0.25.0 // indirect
26
+ github.com/charmbracelet/lipgloss v0.10 .0 // indirect
27
27
github.com/cloudflare/circl v1.3.7 // indirect
28
28
github.com/containerd/console v1.0.4-0.20230706203907-8f6c4e4faef5 // indirect
29
29
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
30
30
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
31
- github.com/hashicorp/hcl v1.0.0 // indirect
32
- github.com/hashicorp/hcl/v2 v2.18 .1 // indirect
31
+ github.com/hashicorp/hcl/v2 v2.20.1 // indirect
32
+ github.com/hashicorp/hcl/v2 v2.20 .1 // indirect
33
33
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
34
- github.com/mattn/go-isatty v0.0.19 // indirect
34
+ github.com/mattn/go-isatty v0.0.20 // indirect
35
35
github.com/mattn/go-localereader v0.0.1 // indirect
36
36
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
37
37
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
@@ -41,17 +41,17 @@ require (
41
41
github.com/pgavlin/fx v0.1.6 // indirect
42
42
github.com/pjbgf/sha1cd v0.3.0 // indirect
43
43
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
44
- github.com/pulumi/esc v0.6.2 // indirect
45
- github.com/pulumi/pulumi-azure-native-sdk/v2 v2.10 .0 // indirect
46
- github.com/sagikazarmark/locafero v0.3 .0 // indirect
44
+ github.com/pulumi/esc v0.8.3 // indirect
45
+ github.com/pulumi/pulumi-azure-native-sdk/v2 v2.37 .0 // indirect
46
+ github.com/sagikazarmark/locafero v0.4 .0 // indirect
47
47
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
48
- github.com/skeema/knownhosts v1.2.1 // indirect
48
+ github.com/skeema/knownhosts v1.2.2 // indirect
49
49
github.com/sourcegraph/conc v0.3.0 // indirect
50
- github.com/zclconf/go-cty v1.14.1 // indirect
51
- go.uber.org/multierr v1.9 .0 // indirect
52
- golang.org/x/mod v0.14 .0 // indirect
53
- golang.org/x/sync v0.5 .0 // indirect
54
- golang.org/x/tools v0.16 .0 // indirect
50
+ github.com/zclconf/go-cty v1.14.4 // indirect
51
+ go.uber.org/multierr v1.11 .0 // indirect
52
+ golang.org/x/mod v0.17 .0 // indirect
53
+ golang.org/x/sync v0.7 .0 // indirect
54
+ golang.org/x/tools v0.20 .0 // indirect
55
55
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
56
56
)
57
57
@@ -61,15 +61,15 @@ require (
61
61
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
62
62
github.com/blang/semver v3.5.1+incompatible // indirect
63
63
github.com/cheggaaa/pb v1.0.29 // indirect
64
- github.com/djherbis/times v1.5 .0 // indirect
64
+ github.com/djherbis/times v1.6 .0 // indirect
65
65
github.com/emirpasic/gods v1.18.1 // indirect
66
- github.com/fsnotify/fsnotify v1.6 .0 // indirect
66
+ github.com/fsnotify/fsnotify v1.7 .0 // indirect
67
67
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
68
68
github.com/go-git/go-billy/v5 v5.5.0 // indirect
69
- github.com/go-git/go-git/v5 v5.11 .0 // indirect
69
+ github.com/go-git/go-git/v5 v5.12 .0 // indirect
70
70
github.com/gogo/protobuf v1.3.2 // indirect
71
- github.com/golang/glog v1.1.2 // indirect
72
- github.com/golang/protobuf v1.5.3 // indirect
71
+ github.com/golang/glog v1.2.1 // indirect
72
+ github.com/golang/protobuf v1.5.4 // indirect
73
73
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
74
74
github.com/hashicorp/errwrap v1.1.0 // indirect
75
75
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -80,36 +80,36 @@ require (
80
80
github.com/mattn/go-runewidth v0.0.15 // indirect
81
81
github.com/mitchellh/go-ps v1.0.0 // indirect
82
82
github.com/mitchellh/mapstructure v1.5.0 // indirect
83
- github.com/nxadm/tail v1.4.8 // indirect
83
+ github.com/nxadm/tail v1.4.11 // indirect
84
84
github.com/opentracing/basictracer-go v1.1.0 // indirect
85
85
github.com/opentracing/opentracing-go v1.2.0 // indirect
86
- github.com/pelletier/go-toml/v2 v2.1.0 // indirect
86
+ github.com/pelletier/go-toml/v2 v2.2.1 // indirect
87
87
github.com/pkg/errors v0.9.1 // indirect
88
88
github.com/pkg/term v1.1.0 // indirect
89
- github.com/pulumi/pulumi-command/sdk v0.9.2
90
- github.com/pulumi/pulumi-random/sdk/v4 v4.14.0
91
- github.com/rivo/uniseg v0.4.4 // indirect
92
- github.com/rogpeppe/go-internal v1.11 .0 // indirect
89
+ github.com/pulumi/pulumi-command/sdk v0.10.0
90
+ github.com/pulumi/pulumi-random/sdk/v4 v4.16.1
91
+ github.com/rivo/uniseg v0.4.7 // indirect
92
+ github.com/rogpeppe/go-internal v1.12 .0 // indirect
93
93
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
94
94
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
95
95
github.com/sergi/go-diff v1.3.1 // indirect
96
- github.com/spf13/afero v1.10 .0 // indirect
97
- github.com/spf13/cast v1.5.1 // indirect
96
+ github.com/spf13/afero v1.11 .0 // indirect
97
+ github.com/spf13/cast v1.6.0 // indirect
98
98
github.com/subosito/gotenv v1.6.0 // indirect
99
99
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
100
100
github.com/tweekmonster/luser v0.0.0-20161003172636-3fa38070dbd7 // indirect
101
101
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
102
102
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
103
103
github.com/xanzy/ssh-agent v0.3.3 // indirect
104
104
go.uber.org/atomic v1.11.0 // indirect
105
- golang.org/x/crypto v0.17 .0 // indirect
105
+ golang.org/x/crypto v0.22 .0 // indirect
106
106
golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect
107
- golang.org/x/net v0.19 .0 // indirect
108
- golang.org/x/sys v0.15 .0 // indirect
109
- golang.org/x/term v0.15 .0 // indirect
107
+ golang.org/x/net v0.24 .0 // indirect
108
+ golang.org/x/sys v0.19 .0 // indirect
109
+ golang.org/x/term v0.19 .0 // indirect
110
110
golang.org/x/text v0.14.0 // indirect
111
- google.golang.org/grpc v1.58 .2 // indirect
112
- google.golang.org/protobuf v1.31 .0 // indirect
111
+ google.golang.org/grpc v1.63 .2 // indirect
112
+ google.golang.org/protobuf v1.33 .0 // indirect
113
113
gopkg.in/ini.v1 v1.67.0 // indirect
114
114
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
115
115
gopkg.in/warnings.v0 v0.1.2 // indirect
0 commit comments