Skip to content

Commit 58a0d9b

Browse files
Merge pull request #12 from gabriel-samfira/update-deps
Update dependencies
2 parents 9ff8f7d + 2754d6e commit 58a0d9b

File tree

231 files changed

+16478
-4385
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

231 files changed

+16478
-4385
lines changed

go.mod

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
module github.com/cloudbase/garm-provider-incus
22

3-
go 1.22
3+
go 1.23.0
44

5-
toolchain go1.22.3
5+
toolchain go1.24.2
66

77
require (
8-
github.com/BurntSushi/toml v1.3.2
9-
github.com/cloudbase/garm-provider-common v0.1.4-0.20241026163040-5b7633dfb896
8+
github.com/BurntSushi/toml v1.5.0
9+
github.com/cloudbase/garm-provider-common v0.1.5-0.20250417155201-8ef03502d06e
1010
github.com/gorilla/websocket v1.5.4-0.20240702125206-a62d9d2a8413
11-
github.com/invopop/jsonschema v0.12.0
12-
github.com/juju/clock v1.0.3
13-
github.com/juju/retry v1.0.0
11+
github.com/invopop/jsonschema v0.13.0
12+
github.com/juju/clock v1.1.1
13+
github.com/juju/retry v1.0.1
1414
github.com/lxc/incus v0.7.0
1515
github.com/pkg/errors v0.9.1
16-
github.com/stretchr/testify v1.9.0
16+
github.com/stretchr/testify v1.10.0
1717
github.com/xeipuuv/gojsonschema v1.2.0
1818
)
1919

@@ -24,18 +24,18 @@ require (
2424
github.com/felixge/httpsnoop v1.0.4 // indirect
2525
github.com/google/uuid v1.6.0 // indirect
2626
github.com/gorilla/handlers v1.5.2 // indirect
27-
github.com/gorilla/schema v1.3.0 // indirect
27+
github.com/gorilla/schema v1.4.1 // indirect
2828
github.com/gorilla/securecookie v1.1.2 // indirect
2929
github.com/juju/errors v1.0.0 // indirect
3030
github.com/juju/loggo v1.0.0 // indirect
3131
github.com/juju/testing v1.0.2 // indirect
3232
github.com/kr/fs v0.1.0 // indirect
3333
github.com/kr/pretty v0.3.1 // indirect
34-
github.com/mailru/easyjson v0.7.7 // indirect
34+
github.com/mailru/easyjson v0.9.0 // indirect
3535
github.com/mattn/go-isatty v0.0.20 // indirect
36-
github.com/minio/sio v0.4.0 // indirect
36+
github.com/minio/sio v0.4.1 // indirect
3737
github.com/muhlemmer/gu v0.3.1 // indirect
38-
github.com/pkg/sftp v1.13.6 // indirect
38+
github.com/pkg/sftp v1.13.9 // indirect
3939
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4040
github.com/rogpeppe/go-internal v1.12.0 // indirect
4141
github.com/sirupsen/logrus v1.9.3 // indirect
@@ -44,15 +44,15 @@ require (
4444
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
4545
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
4646
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
47-
github.com/zitadel/oidc/v2 v2.12.0 // indirect
48-
golang.org/x/crypto v0.26.0 // indirect
49-
golang.org/x/net v0.28.0 // indirect
50-
golang.org/x/oauth2 v0.20.0 // indirect
51-
golang.org/x/sys v0.24.0 // indirect
52-
golang.org/x/term v0.23.0 // indirect
53-
golang.org/x/text v0.17.0 // indirect
47+
github.com/zitadel/oidc/v2 v2.12.2 // indirect
48+
golang.org/x/crypto v0.38.0 // indirect
49+
golang.org/x/net v0.40.0 // indirect
50+
golang.org/x/oauth2 v0.30.0 // indirect
51+
golang.org/x/sys v0.33.0 // indirect
52+
golang.org/x/term v0.32.0 // indirect
53+
golang.org/x/text v0.25.0 // indirect
54+
gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
5455
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
55-
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
5656
gopkg.in/yaml.v2 v2.4.0 // indirect
5757
gopkg.in/yaml.v3 v3.0.1 // indirect
5858
)

go.sum

Lines changed: 80 additions & 46 deletions
Large diffs are not rendered by default.

vendor/github.com/BurntSushi/toml/README.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)