mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 13:50:01 +00:00 
			
		
		
		
	Regenerate all BUILD files in vendor/ from scratch using gazelle
This commit is contained in:
		
							
								
								
									
										9
									
								
								vendor/github.com/howeyc/gopass/BUILD
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								vendor/github.com/howeyc/gopass/BUILD
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,9 +1,4 @@ | ||||
| package(default_visibility = ["//visibility:public"]) | ||||
|  | ||||
| load( | ||||
|     "@io_bazel_rules_go//go:def.bzl", | ||||
|     "go_library", | ||||
| ) | ||||
| load("@io_bazel_rules_go//go:def.bzl", "go_library") | ||||
|  | ||||
| go_library( | ||||
|     name = "go_default_library", | ||||
| @@ -11,6 +6,7 @@ go_library( | ||||
|         "pass.go", | ||||
|         "terminal.go", | ||||
|     ], | ||||
|     visibility = ["//visibility:public"], | ||||
|     deps = ["//vendor/golang.org/x/crypto/ssh/terminal:go_default_library"], | ||||
| ) | ||||
|  | ||||
| @@ -25,4 +21,5 @@ filegroup( | ||||
|     name = "all-srcs", | ||||
|     srcs = [":package-srcs"], | ||||
|     tags = ["automanaged"], | ||||
|     visibility = ["//visibility:public"], | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user