Skip to content

Commit f612e47

Browse files
committed
chore: update deps after copybara
1 parent 675a2d9 commit f612e47

File tree

6 files changed

+60
-23
lines changed

6 files changed

+60
-23
lines changed

BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ nogo(
6363
# gazelle:prefix aspect.build/cli
6464
# gazelle:exclude **/*.pb.go
6565
# gazelle:resolve go github.com/bazelbuild/buildtools/edit @com_github_bazelbuild_buildtools//edit:go_default_library
66+
# gazelle:resolve go github.com/bazelbuild/buildtools/build @com_github_bazelbuild_buildtools//build:go_default_library
6667

6768
# gazelle-TODO:
6869
# cannot use :map_kind go_proto_library go_proto_library //:go_proto_library.bzl

WORKSPACE

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ http_archive(
66
name = "com_google_protobuf",
77
sha256 = "d0f5f605d0d656007ce6c8b5a82df3037e1d8fe8b121ed42e536f569dec16113",
88
strip_prefix = "protobuf-3.14.0",
9-
urls = [
10-
"https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.14.0.tar.gz",
11-
"https://github.com/protocolbuffers/protobuf/archive/v3.14.0.tar.gz",
12-
],
9+
urls = ["https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.14.0.tar.gz"],
1310
)
1411

1512
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
@@ -18,17 +15,17 @@ protobuf_deps()
1815

1916
http_archive(
2017
name = "aspect_bazel_lib",
21-
sha256 = "695d319362b227725e4daa60d863b4d1969b167889902511f1fd3051cea1071f",
22-
strip_prefix = "bazel-lib-1.16.3",
23-
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.16.3.tar.gz",
18+
sha256 = "b4cd1114874ab15f794134eefbc254eb89d3e1de640bf4a11f2f402e886ad29e",
19+
strip_prefix = "bazel-lib-1.27.2",
20+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.27.2/bazel-lib-v1.27.2.tar.gz",
2421
)
2522

2623
# Needed in //release/version_file.bzl for @aspect_rules_js//js/private:expand_template.bzl
2724
http_archive(
2825
name = "aspect_rules_js",
29-
sha256 = "f58d7be1bb0e4b7edb7a0085f969900345f5914e4e647b4f0d2650d5252aa87d",
30-
strip_prefix = "rules_js-1.8.0",
31-
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.8.0.tar.gz",
26+
sha256 = "1aa0ab76d1f9520bb8993e2d84f82da2a9c87da1e6e8d121dbb4c857a292c2cd",
27+
strip_prefix = "rules_js-1.20.1",
28+
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.20.1.tar.gz",
3229
)
3330

3431
http_archive(
@@ -45,10 +42,7 @@ http_archive(
4542
patch_args = ["-p1"],
4643
patches = ["//patches:rules_go.patch"],
4744
sha256 = "16e9fca53ed6bd4ff4ad76facc9b7b651a89db1689a2877d6fd7b82aa824e366",
48-
urls = [
49-
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.34.0/rules_go-v0.34.0.zip",
50-
"https://github.com/bazelbuild/rules_go/releases/download/v0.34.0/rules_go-v0.34.0.zip",
51-
],
45+
urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.34.0/rules_go-v0.34.0.zip"],
5246
)
5347

5448
load("@io_bazel_rules_go//extras:embed_data_deps.bzl", "go_embed_data_dependencies")
@@ -61,16 +55,16 @@ go_embed_data_dependencies()
6155
go_register_toolchains(
6256
# TODO: re-enable no-go once versions are synced with silo
6357
# nogo = "@//:nogo",
64-
version = "1.19.1",
58+
version = "1.19.3",
6559
)
6660

6761
http_archive(
6862
name = "bazel_gazelle",
69-
sha256 = "501deb3d5695ab658e82f6f6f549ba681ea3ca2a5fb7911154b5aa45596183fa",
70-
urls = [
71-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.26.0/bazel-gazelle-v0.26.0.tar.gz",
72-
"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.26.0/bazel-gazelle-v0.26.0.tar.gz",
73-
],
63+
sha256 = "ecba0f04f96b4960a5b250c8e8eeec42281035970aa8852dda73098274d14a1d",
64+
# Ensure this version always matches the version of @com_github_bazelbuild_bazel_gazelle set in go.bzl.
65+
# :notice: Care should be taken when upgrading gazelle since we have vendored & modified the gazelle main
66+
# package in the configure command.
67+
urls = ["https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.29.0/bazel-gazelle-v0.29.0.tar.gz"],
7468
)
7569

7670
http_archive(

docs/aspect_docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ aspect docs [topic] [flags]
2323
% aspect docs glossary
2424
2525
# Open the docs for the aspect-build/rules_js ruleset
26-
% aspect docs rules_js
26+
% aspect docs aspect_rules_js
2727
```
2828

2929
### Options

go.bzl

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@ def deps():
140140
sum = "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=",
141141
version = "v1.1.1",
142142
)
143+
go_repository(
144+
name = "com_github_emirpasic_gods",
145+
importpath = "github.com/emirpasic/gods",
146+
sum = "h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=",
147+
version = "v1.18.1",
148+
)
149+
143150
go_repository(
144151
name = "com_github_envoyproxy_go_control_plane",
145152
importpath = "github.com/envoyproxy/go-control-plane",
@@ -152,6 +159,13 @@ def deps():
152159
sum = "h1:EQciDnbrYxy13PgWoY8AqoxGiPrpgBZ1R8UNe3ddc+A=",
153160
version = "v0.1.0",
154161
)
162+
go_repository(
163+
name = "com_github_evanw_esbuild",
164+
importpath = "github.com/evanw/esbuild",
165+
sum = "h1:RMwM8ehohA6RSgWVirjnsZ+u9ttNt0gWfRLYCxUbAoc=",
166+
version = "v0.17.10",
167+
)
168+
155169
go_repository(
156170
name = "com_github_fatih_color",
157171
importpath = "github.com/fatih/color",
@@ -543,12 +557,26 @@ def deps():
543557
sum = "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=",
544558
version = "v2.1.0",
545559
)
560+
go_repository(
561+
name = "com_github_sabhiram_go_gitignore",
562+
importpath = "github.com/sabhiram/go-gitignore",
563+
sum = "h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=",
564+
version = "v0.0.0-20210923224102-525f6e181f06",
565+
)
566+
546567
go_repository(
547568
name = "com_github_sagikazarmark_crypt",
548569
importpath = "github.com/sagikazarmark/crypt",
549570
sum = "h1:REOEXCs/NFY/1jOCEouMuT4zEniE5YoXbvpC5X/TLF8=",
550571
version = "v0.6.0",
551572
)
573+
go_repository(
574+
name = "com_github_sirupsen_logrus",
575+
importpath = "github.com/sirupsen/logrus",
576+
sum = "h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=",
577+
version = "v1.9.0",
578+
)
579+
552580
go_repository(
553581
name = "com_github_spf13_afero",
554582
importpath = "github.com/spf13/afero",

go.mod

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ require (
77
github.com/bazelbuild/bazel-gazelle v0.29.0
88
github.com/bazelbuild/bazelisk v1.13.2
99
github.com/bazelbuild/buildtools v0.0.0-20230111132423-06e8e2436a75
10+
github.com/bmatcuk/doublestar/v4 v4.6.0
11+
github.com/emirpasic/gods v1.18.1
12+
github.com/evanw/esbuild v0.17.10
1013
github.com/fatih/color v1.13.0
1114
github.com/golang/mock v1.5.0
1215
github.com/golang/protobuf v1.5.2
@@ -18,6 +21,8 @@ require (
1821
github.com/onsi/gomega v1.16.0
1922
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
2023
github.com/pmezard/go-difflib v1.0.0
24+
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
25+
github.com/sirupsen/logrus v1.9.0
2126
github.com/spf13/cobra v1.6.0
2227
github.com/spf13/pflag v1.0.5
2328
github.com/spf13/viper v1.13.0
@@ -27,12 +32,12 @@ require (
2732
google.golang.org/genproto v0.0.0-20220902135211-223410557253
2833
google.golang.org/grpc v1.49.0
2934
google.golang.org/protobuf v1.28.1
35+
gopkg.in/yaml.v3 v3.0.1
3036
sigs.k8s.io/yaml v1.3.0
3137
)
3238

3339
require (
3440
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
35-
github.com/bmatcuk/doublestar/v4 v4.6.0 // indirect
3641
github.com/chzyer/readline v1.5.1 // indirect
3742
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
3843
github.com/fsnotify/fsnotify v1.6.0 // indirect
@@ -59,5 +64,4 @@ require (
5964
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
6065
gopkg.in/ini.v1 v1.67.0 // indirect
6166
gopkg.in/yaml.v2 v2.4.0 // indirect
62-
gopkg.in/yaml.v3 v3.0.1 // indirect
6367
)

go.sum

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,16 @@ github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
7171
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
7272
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
7373
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
74+
github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=
75+
github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ=
7476
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
7577
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
7678
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
7779
github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po=
7880
github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk=
7981
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
82+
github.com/evanw/esbuild v0.17.10 h1:RMwM8ehohA6RSgWVirjnsZ+u9ttNt0gWfRLYCxUbAoc=
83+
github.com/evanw/esbuild v0.17.10/go.mod h1:iINY06rn799hi48UqEnaQvVfZWe6W9bET78LbvN8VWk=
8084
github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=
8185
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
8286
github.com/frankban/quicktest v1.14.3 h1:FJKSZTDHjyhriyC81FLQ0LY93eSai0ZyR/ZIkd3ZUKE=
@@ -223,6 +227,10 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR
223227
github.com/rogpeppe/go-internal v1.6.1 h1:/FiVV8dS/e+YqF2JvO3yXRFbBLTIuSDkuC7aBOAvL+k=
224228
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
225229
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
230+
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=
231+
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs=
232+
github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=
233+
github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
226234
github.com/spf13/afero v1.9.2 h1:j49Hj62F0n+DaZ1dDCvhABaPNSGNkt32oRFxI33IEMw=
227235
github.com/spf13/afero v1.9.2/go.mod h1:iUV7ddyEEZPO5gA3zD4fJt6iStLlL+Lg4m2cihcDf8Y=
228236
github.com/spf13/cast v1.5.0 h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=
@@ -240,6 +248,7 @@ github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSS
240248
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
241249
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
242250
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
251+
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
243252
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
244253
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
245254
github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals=
@@ -406,6 +415,7 @@ golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBc
406415
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
407416
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
408417
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
418+
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
409419
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
410420
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
411421
golang.org/x/sys v0.4.0 h1:Zr2JFtRQNX3BCZ8YtxRE9hNJYC8J6I1MVbMg6owUp18=

0 commit comments

Comments
 (0)