@@ -3,8 +3,8 @@ module github.com/juju/juju
3
3
go 1.21
4
4
5
5
require (
6
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1
7
- github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.2
6
+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0
7
+ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0
8
8
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v3 v3.0.0-beta.2
9
9
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v2 v2.0.0
10
10
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/keyvault/armkeyvault v1.4.0
@@ -36,7 +36,7 @@ require (
36
36
github.com/google/go-querystring v1.1.0
37
37
github.com/google/uuid v1.6.0
38
38
github.com/gorilla/mux v1.8.1
39
- github.com/gorilla/schema v1.2 .1
39
+ github.com/gorilla/schema v1.4 .1
40
40
github.com/gorilla/websocket v1.5.1
41
41
github.com/gosuri/uitable v0.0.4
42
42
github.com/hashicorp/vault/api v1.10.0
@@ -105,13 +105,13 @@ require (
105
105
github.com/vishvananda/netlink v1.2.1-beta.2
106
106
github.com/vmware/govmomi v0.34.1
107
107
go.uber.org/mock v0.4.0
108
- golang.org/x/crypto v0.25 .0
109
- golang.org/x/net v0.27 .0
108
+ golang.org/x/crypto v0.26 .0
109
+ golang.org/x/net v0.28 .0
110
110
golang.org/x/oauth2 v0.21.0
111
- golang.org/x/sync v0.7 .0
112
- golang.org/x/sys v0.22 .0
113
- golang.org/x/time v0.5 .0
114
- golang.org/x/tools v0.23 .0
111
+ golang.org/x/sync v0.8 .0
112
+ golang.org/x/sys v0.24 .0
113
+ golang.org/x/time v0.6 .0
114
+ golang.org/x/tools v0.24 .0
115
115
google.golang.org/api v0.154.0
116
116
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
117
117
gopkg.in/httprequest.v1 v1.2.1
@@ -133,7 +133,7 @@ require (
133
133
134
134
require (
135
135
cloud.google.com/go/compute/metadata v0.3.0 // indirect
136
- github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.2 // indirect
136
+ github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.0 // indirect
137
137
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.0.0 // indirect
138
138
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
139
139
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
@@ -164,7 +164,7 @@ require (
164
164
github.com/distribution/reference v0.5.0 // indirect
165
165
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
166
166
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
167
- github.com/fatih/color v1.14.1 // indirect
167
+ github.com/fatih/color v1.16.0 // indirect
168
168
github.com/felixge/httpsnoop v1.0.4 // indirect
169
169
github.com/flosch/pongo2 v0.0.0-20200913210552-0d938eb266f3 // indirect
170
170
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -194,7 +194,7 @@ require (
194
194
github.com/hashicorp/errwrap v1.1.0 // indirect
195
195
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
196
196
github.com/hashicorp/go-multierror v1.1.1 // indirect
197
- github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
197
+ github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
198
198
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
199
199
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect
200
200
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
@@ -289,12 +289,12 @@ require (
289
289
go.opentelemetry.io/otel/trace v1.21.0 // indirect
290
290
go.uber.org/multierr v1.11.0 // indirect
291
291
golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect
292
- golang.org/x/mod v0.19 .0 // indirect
293
- golang.org/x/term v0.22 .0 // indirect
294
- golang.org/x/text v0.16 .0 // indirect
292
+ golang.org/x/mod v0.20 .0 // indirect
293
+ golang.org/x/term v0.23 .0 // indirect
294
+ golang.org/x/text v0.17 .0 // indirect
295
295
google.golang.org/genproto/googleapis/rpc v0.0.0-20231127180814-3a041ad873d4 // indirect
296
296
google.golang.org/grpc v1.59.0 // indirect
297
- google.golang.org/protobuf v1.31 .0 // indirect
297
+ google.golang.org/protobuf v1.33 .0 // indirect
298
298
gopkg.in/errgo.v1 v1.0.1 // indirect
299
299
gopkg.in/gobwas/glob.v0 v0.2.3 // indirect
300
300
gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments