File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
1717go_sdk .download (
1818 name = "go_sdk" ,
1919 # Use semver-coerced to handle versions where patches are left off (e.g., 1.19).
20- version = "1.21.6 " , # renovate: datasource=golang-version depName=golang versioning=semver-coerced
20+ version = "1.22.0 " , # renovate: datasource=golang-version depName=golang versioning=semver-coerced
2121)
2222go_sdk .nogo (
2323 nogo = "//:chrome_ssh_agent_nogo" ,
@@ -66,6 +66,6 @@ use_repo(rules_ts_ext, "npm_typescript")
6666# Pull in Chrome for use in tests
6767chrome = use_extension ("//build_defs/chrome:extension.bzl" , "chrome" )
6868chrome .download (
69- version = "123.0.6281 .0" , # renovate: datasource=custom.chrome-for-testing depName=chrome versioning=loose
69+ version = "123.0.6291 .0" , # renovate: datasource=custom.chrome-for-testing depName=chrome versioning=loose
7070)
7171use_repo (chrome , "chrome_chrome_linux64" )
Original file line number Diff line number Diff line change 11module github.com/google/chrome-ssh-agent
22
3- go 1.21.6
3+ go 1.22.0
44
55require (
66 github.com/google/go-cmp v0.6.0
77 github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a
8- golang.org/x/crypto v0.18 .0
8+ golang.org/x/crypto v0.19 .0
99)
1010
1111require (
@@ -23,5 +23,5 @@ require (
2323 github.com/gobwas/ws v1.3.2 // indirect
2424 github.com/josharian/intern v1.0.0 // indirect
2525 github.com/mailru/easyjson v0.7.7 // indirect
26- golang.org/x/sys v0.16 .0 // indirect
26+ golang.org/x/sys v0.17 .0 // indirect
2727)
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ golang.org/x/crypto v0.17.0 h1:r8bRNjWL3GshPW3gkd+RpvzWrZAwPS49OmTGZ/uhM4k=
5656golang.org/x/crypto v0.17.0 /go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4 =
5757golang.org/x/crypto v0.18.0 h1:PGVlW0xEltQnzFZ55hkuX5+KLyrMYhHld1YHO4AKcdc =
5858golang.org/x/crypto v0.18.0 /go.mod h1:R0j02AL6hcrfOiy9T4ZYp/rcWeMxM3L6QYxlOuEG1mg =
59+ golang.org/x/crypto v0.19.0 h1:ENy+Az/9Y1vSrlrvBSyna3PITt4tiZLf7sgCjZBX7Wo =
60+ golang.org/x/crypto v0.19.0 /go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU =
5961golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
6062golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
6163golang.org/x/sys v0.0.0-20190412213103-97732733099d /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
@@ -64,6 +66,8 @@ golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=
6466golang.org/x/sys v0.15.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
6567golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU =
6668golang.org/x/sys v0.16.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
69+ golang.org/x/sys v0.17.0 h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y =
70+ golang.org/x/sys v0.17.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
6771golang.org/x/term v0.15.0 h1:y/Oo/a/q3IXu26lQgl04j/gjuBDOBlx7X6Om1j2CPW4 =
6872golang.org/x/term v0.15.0 /go.mod h1:BDl952bC7+uMoWR75FIrCDx79TPU9oHkTZ9yRbYOrX0 =
6973golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
You can’t perform that action at this time.
0 commit comments