This adds the generated golang bindings for tvix-build. Change-Id: I2eb0d1cc38bc2fa34afd7c904eea05c5ee192cce Reviewed-on: https://cl.tvl.fyi/c/depot/+/10242 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: raitobezarius <tvl@lahfa.xyz>
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			586 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			586 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module code.tvl.fyi/tvix/build-go
 | |
| 
 | |
| go 1.19
 | |
| 
 | |
| require (
 | |
| 	code.tvl.fyi/tvix/castore-go v0.0.0-20231105151352-990d6ba2175e
 | |
| 	google.golang.org/grpc v1.51.0
 | |
| 	google.golang.org/protobuf v1.31.0
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	github.com/golang/protobuf v1.5.2 // indirect
 | |
| 	github.com/klauspost/cpuid/v2 v2.0.9 // indirect
 | |
| 	golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
 | |
| 	golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
 | |
| 	golang.org/x/text v0.4.0 // indirect
 | |
| 	google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
 | |
| 	lukechampine.com/blake3 v1.1.7 // indirect
 | |
| )
 |