File tree 3 files changed +11
-5
lines changed 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 2
2
name = "chrome_ssh_agent" ,
3
3
)
4
4
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" )
7
7
bazel_dep (name = "rules_nodejs" , version = "6.0.2" )
8
8
bazel_dep (name = "aspect_rules_js" , version = "1.34.1" )
9
9
bazel_dep (name = "aspect_rules_ts" , version = "2.1.0" )
Original file line number Diff line number Diff line change 1
1
module github.com/google/chrome-ssh-agent
2
2
3
- go 1.20
3
+ go 1.21.1
4
+
5
+ toolchain go1.21.5
4
6
5
7
require (
6
8
github.com/google/go-cmp v0.6.0
@@ -11,9 +13,9 @@ require (
11
13
)
12
14
13
15
require (
14
- github.com/bazelbuild/rules_go v0.43 .0
16
+ github.com/bazelbuild/rules_go v0.44 .0
15
17
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
17
19
)
18
20
19
21
require (
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ github.com/bazelbuild/rules_go v0.42.0 h1:aY2smc3JWyUKOjGYmOKVLX70fPK9ON0rtwQoju
19
19
github.com/bazelbuild/rules_go v0.42.0 /go.mod h1:TMHmtfpvyfsxaqfL9WnahCsXMWDMICTw7XeK9yVb+YU =
20
20
github.com/bazelbuild/rules_go v0.43.0 h1:Q+vDhH4yzafZ0xHBT0JEVawb+1nDHUXhjvWTqSGCCyU =
21
21
github.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 =
22
24
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 /go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q =
23
25
github.com/beorn7/perks v1.0.0 /go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8 =
24
26
github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ =
@@ -239,6 +241,8 @@ golang.org/x/tools v0.15.0 h1:zdAyfUGbYmuVokhzVmghFl2ZJh5QhcfebBgmVPFYA+8=
239
241
golang.org/x/tools v0.15.0 /go.mod h1:hpksKq4dtpQWS1uQ61JkdqWM3LscIS6Slf+VVkm+wQk =
240
242
golang.org/x/tools v0.16.0 h1:GO788SKMRunPIBCXiQyo2AaexLstOrVhuAL5YwsckQM =
241
243
golang.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 =
242
246
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
243
247
google.golang.org/api v0.4.0 /go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE =
244
248
google.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