Davanum Srinivas 
							
						 
					 
					
						
						
							
						
						627c50661e 
					 
					
						
						
							
							Update golang.org/x/tools to a specific tag and avoid SHA  
						
						... 
						
						
						
						Signed-off-by: Davanum Srinivas <davanum@gmail.com > 
						
						
					 
					
						2021-12-09 14:23:55 -05:00 
						 
				 
			
				
					
						
							
							
								Stephen Augustus 
							
						 
					 
					
						
						
							
						
						0be115722b 
					 
					
						
						
							
							generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh  
						
						... 
						
						
						
						Signed-off-by: Stephen Augustus <foo@auggie.dev > 
						
						
					 
					
						2021-08-24 15:47:47 -04:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						5cfc39ef5e 
					 
					
						
						
							
							Update protobuf,grpc,etcd dependencies  
						
						... 
						
						
						
						1. Updated etcd/protobuf/grpc dependencies:
echo "
hack/pin-dependency.sh github.com/golang/protobuf latest
hack/pin-dependency.sh google.golang.org/protobuf latest
hack/pin-dependency.sh go.etcd.io/etcd/api/v3 v3.5.0-rc.0
hack/pin-dependency.sh go.etcd.io/etcd/client/v3 v3.5.0-rc.0
hack/pin-dependency.sh go.etcd.io/etcd/client/pkg/v3 v3.5.0-rc.0
hack/pin-dependency.sh go.etcd.io/etcd/pkg/v3 v3.5.0-rc.0
hack/pin-dependency.sh go.etcd.io/etcd/server/v3 v3.5.0-rc.0
hack/pin-dependency.sh go.etcd.io/etcd/tests/v3 v3.5.0-rc.0
hack/pin-dependency.sh google.golang.org/grpc latest
" | bash
2. Linted transitive dependencies until versions are clean:
hack/lint-dependencies.sh  | grep "  hack/pin-dependency.sh" | bash
3. Linted dependencies until dropped versions are clean:
hack/lint-dependencies.sh  | grep "dropreplace" | bash
4. Updated vendor and internal modules:
hack/update-vendor.sh
hack/update-internal-modules.sh
Repeated steps 2-4 until clean 
						
						
					 
					
						2021-06-15 10:06:09 -04:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						ecef45df84 
					 
					
						
						
							
							[go1.16] bump golang.org/x/... dependencies  
						
						... 
						
						
						
						hack/pin-dependency.sh golang.org/x/crypto latest
hack/pin-dependency.sh golang.org/x/net latest
hack/pin-dependency.sh golang.org/x/exp latest
hack/pin-dependency.sh golang.org/x/sys latest
hack/pin-dependency.sh golang.org/x/time latest
hack/pin-dependency.sh golang.org/x/tools latest
hack/lint-dependencies.sh
hack/pin-dependency.sh dmitri.shuralyov.com/gpu/mtl v0.0.0-20201218220906-28db891af037
hack/pin-dependency.sh golang.org/x/mobile v0.0.0-20201217150744-e6ae53a27f4f
hack/pin-dependency.sh golang.org/x/mod v0.3.1-0.20200828183125-ce943fd02449
hack/lint-dependencies.sh
hack/update-internal-modules.sh
hack/update-vendor.sh
Co-authored-by: Stephen Augustus <foo@auggie.dev > 
						
						
					 
					
						2021-03-02 00:38:01 -05:00 
						 
				 
			
				
					
						
							
							
								Benjamin Elder 
							
						 
					 
					
						
						
							
						
						56e092e382 
					 
					
						
						
							
							hack/update-bazel.sh  
						
						
						
						
					 
					
						2021-02-28 15:17:29 -08:00 
						 
				 
			
				
					
						
							
							
								Nabarun Pal 
							
						 
					 
					
						
						
							
						
						9cada2ec3b 
					 
					
						
						
							
							update gogo/protobuf to v1.3.2  
						
						... 
						
						
						
						gogo/protobuf@v1.3.2 fixes https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3121 
Ref: https://github.com/kubernetes/client-go/issues/927 
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com > 
						
						
					 
					
						2021-01-27 22:07:32 +05:30 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						6c2d18369f 
					 
					
						
						
							
							generated: hack/update-vendor.sh  
						
						
						
						
					 
					
						2020-07-26 01:33:28 -04:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						d9bb0b8ee1 
					 
					
						
						
							
							go1.14: run hack/update-vendor.sh  
						
						
						
						
					 
					
						2020-06-23 19:04:43 -04:00 
						 
				 
			
				
					
						
							
							
								Davanum Srinivas 
							
						 
					 
					
						
						
							
						
						f981628ce8 
					 
					
						
						
							
							move linting dependencies to hack/tools/tools.go  
						
						... 
						
						
						
						Signed-off-by: Davanum Srinivas <davanum@gmail.com > 
						
						
					 
					
						2020-04-20 13:45:38 -04:00 
						 
				 
			
				
					
						
							
							
								Davanum Srinivas 
							
						 
					 
					
						
						
							
						
						12146cb4df 
					 
					
						
						
							
							Do not include bazel related deps in root go.mod  
						
						... 
						
						
						
						- add ./hack/tools/go.mod, this makes ./hack/tools a distinct module
- hack/tools/tools.go undescore imports bazel related tools, over time we
can add others.
- hack/*.sh scripts will cd to hack/tools and go install tools from there
Signed-off-by: Davanum Srinivas <davanum@gmail.com > 
						
						
					 
					
						2020-04-19 22:01:50 -04:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						297570e06a 
					 
					
						
						
							
							hack/update-vendor.sh  
						
						
						
						
					 
					
						2019-11-06 17:42:34 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Allclair 
							
						 
					 
					
						
						
							
						
						9a02ef7fe5 
					 
					
						
						
							
							Bump golang.org/x/tools version for staticcheck compat  
						
						
						
						
					 
					
						2019-08-19 17:16:24 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Allclair 
							
						 
					 
					
						
						
							
						
						7e5a64e011 
					 
					
						
						
							
							Vendor staticcheck  
						
						
						
						
					 
					
						2019-08-19 17:16:24 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						389f76235c 
					 
					
						
						
							
							golang.org/x/tools v0.0.0-20190313210603-aa82965741a9 (release-branch.go1.12)  
						
						
						
						
					 
					
						2019-04-08 15:20:46 -04:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						d0261b1077 
					 
					
						
						
							
							generated: hack/update-vendor.sh  
						
						
						
						
					 
					
						2019-04-03 10:19:40 -04:00 
						 
				 
			
				
					
						
							
							
								Krzysztof Siedlecki 
							
						 
					 
					
						
						
							
						
						6c1a842248 
					 
					
						
						
							
							adding prettybench and go-junit-report to vendor  
						
						
						
						
					 
					
						2019-02-05 14:54:01 +01:00 
						 
				 
			
				
					
						
							
							
								Sen Lu 
							
						 
					 
					
						
						
							
						
						242ce12de7 
					 
					
						
						
							
							vendor golint  
						
						
						
						
					 
					
						2018-12-26 10:42:24 -08:00 
						 
				 
			
				
					
						
							
							
								Jeff Grafton 
							
						 
					 
					
						
						
							
						
						23ceebac22 
					 
					
						
						
							
							Run hack/update-bazel.sh  
						
						
						
						
					 
					
						2018-06-22 16:22:57 -07:00 
						 
				 
			
				
					
						
							
							
								Jeff Grafton 
							
						 
					 
					
						
						
							
						
						a725660640 
					 
					
						
						
							
							Update to gazelle 0.12.0 and run hack/update-bazel.sh  
						
						
						
						
					 
					
						2018-06-22 16:22:18 -07:00 
						 
				 
			
				
					
						
							
							
								Allen Petersen 
							
						 
					 
					
						
						
							
						
						6d19de343f 
					 
					
						
						
							
							Run godep-save.sh and update-staging-godeps.sh  
						
						
						
						
					 
					
						2018-01-02 22:00:44 -08:00 
						 
				 
			
				
					
						
							
							
								Jeff Grafton 
							
						 
					 
					
						
						
							
						
						aee5f457db 
					 
					
						
						
							
							update BUILD files  
						
						
						
						
					 
					
						2017-10-15 18:18:13 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						ac4ffb1e6e 
					 
					
						
						
							
							Vendor godep v79 and use it  
						
						
						
						
					 
					
						2017-09-29 15:16:09 -07:00