Change-Id: Id6ff48d66368732cba0b8af6e1cbab64b0f2afbf Reviewed-on: https://cl.tvl.fyi/c/depot/+/5671 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			349 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			349 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module github.com/google/nixery
 | |
| 
 | |
| go 1.15
 | |
| 
 | |
| require (
 | |
| 	cloud.google.com/go/storage v1.22.1
 | |
| 	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
 | |
| 	github.com/google/go-cmp v0.5.8
 | |
| 	github.com/pkg/xattr v0.4.7
 | |
| 	github.com/sirupsen/logrus v1.8.1
 | |
| 	golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401
 | |
| 	gonum.org/v1/gonum v0.11.0
 | |
| )
 |