File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 22 name = "chrome_ssh_agent" ,
33)
44
5- bazel_dep (name = "rules_go" , version = "0.43 .0" )
6- bazel_dep (name = "gazelle" , version = "0.34 .0" )
5+ bazel_dep (name = "rules_go" , version = "0.44 .0" )
6+ bazel_dep (name = "gazelle" , version = "0.35 .0" )
77bazel_dep (name = "rules_nodejs" , version = "6.0.2" )
88bazel_dep (name = "aspect_rules_js" , version = "1.34.1" )
99bazel_dep (name = "aspect_rules_ts" , version = "2.1.0" )
Original file line number Diff line number Diff line change 11module github.com/google/chrome-ssh-agent
22
3- go 1.20
3+ go 1.21.1
4+
5+ toolchain go1.21.5
46
57require (
68 github.com/google/go-cmp v0.6.0
@@ -11,9 +13,9 @@ require (
1113)
1214
1315require (
14- github.com/bazelbuild/rules_go v0.43 .0
16+ github.com/bazelbuild/rules_go v0.44 .0
1517 github.com/norunners/vert v0.0.0-20221203075838-106a353d42dd
16- golang.org/x/tools v0.16.0
18+ golang.org/x/tools v0.16.1
1719)
1820
1921require (
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ github.com/bazelbuild/rules_go v0.42.0 h1:aY2smc3JWyUKOjGYmOKVLX70fPK9ON0rtwQoju
1919github.com/bazelbuild/rules_go v0.42.0 /go.mod h1:TMHmtfpvyfsxaqfL9WnahCsXMWDMICTw7XeK9yVb+YU =
2020github.com/bazelbuild/rules_go v0.43.0 h1:Q+vDhH4yzafZ0xHBT0JEVawb+1nDHUXhjvWTqSGCCyU =
2121github.com/bazelbuild/rules_go v0.43.0 /go.mod h1:TFLfii8e49kTgn329knh1lsJFKdxyp/hKlWObY66xwY =
22+ github.com/bazelbuild/rules_go v0.44.0 h1:uJStI9o5obVWSwquy9WxKNWfZxf2sKA2rpEsX6x5RVM =
23+ github.com/bazelbuild/rules_go v0.44.0 /go.mod h1:z7Y8GZ90V4mwgYizbNbEQKmOmx93Q3Btcel4vX7pXoc =
2224github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 /go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q =
2325github.com/beorn7/perks v1.0.0 /go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8 =
2426github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ =
@@ -239,6 +241,8 @@ golang.org/x/tools v0.15.0 h1:zdAyfUGbYmuVokhzVmghFl2ZJh5QhcfebBgmVPFYA+8=
239241golang.org/x/tools v0.15.0 /go.mod h1:hpksKq4dtpQWS1uQ61JkdqWM3LscIS6Slf+VVkm+wQk =
240242golang.org/x/tools v0.16.0 h1:GO788SKMRunPIBCXiQyo2AaexLstOrVhuAL5YwsckQM =
241243golang.org/x/tools v0.16.0 /go.mod h1:kYVVN6I1mBNoB1OX+noeBjbRk4IUEPa7JJ+TJMEooJ0 =
244+ golang.org/x/tools v0.16.1 h1:TLyB3WofjdOEepBHAU20JdNC1Zbg87elYofWYAY5oZA =
245+ golang.org/x/tools v0.16.1 /go.mod h1:kYVVN6I1mBNoB1OX+noeBjbRk4IUEPa7JJ+TJMEooJ0 =
242246golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
243247google.golang.org/api v0.4.0 /go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE =
244248google.golang.org/api v0.7.0 /go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M =
You can’t perform that action at this time.
0 commit comments