mirror of
				https://github.com/lingble/talos.git
				synced 2025-10-29 19:52:44 +00:00 
			
		
		
		
	 d320498a44
			
		
	
	d320498a44
	
	
	
		
			
			Bump dependencies, bring in v1.30.0-rc.1 of k8s. Signed-off-by: Noel Georgi <git@frezbo.dev>
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module github.com/siderolabs/talos-hack-docgen
 | |
| 
 | |
| go 1.22.1
 | |
| 
 | |
| // forked go-yaml that introduces RawYAML interface, which can be used to populate YAML fields using bytes
 | |
| // which are then encoded as a valid YAML blocks with proper indentiation
 | |
| replace gopkg.in/yaml.v3 => github.com/unix4ever/yaml v0.0.0-20220527175918-f17b0f05cf2c
 | |
| 
 | |
| require (
 | |
| 	github.com/gomarkdown/markdown v0.0.0-20240328165702-4d01890c35c0
 | |
| 	github.com/invopop/jsonschema v0.12.0
 | |
| 	github.com/microcosm-cc/bluemonday v1.0.26
 | |
| 	github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
 | |
| 	github.com/siderolabs/gen v0.4.8
 | |
| 	github.com/wk8/go-ordered-map/v2 v2.1.8
 | |
| 	gopkg.in/yaml.v3 v3.0.1
 | |
| 	mvdan.cc/gofumpt v0.6.0
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	github.com/aymerick/douceur v0.2.0 // indirect
 | |
| 	github.com/bahlo/generic-list-go v0.2.0 // indirect
 | |
| 	github.com/buger/jsonparser v1.1.1 // indirect
 | |
| 	github.com/google/go-cmp v0.6.0 // indirect
 | |
| 	github.com/gorilla/css v1.0.1 // indirect
 | |
| 	github.com/mailru/easyjson v0.7.7 // indirect
 | |
| 	golang.org/x/mod v0.16.0 // indirect
 | |
| 	golang.org/x/net v0.22.0 // indirect
 | |
| 	golang.org/x/tools v0.19.0 // indirect
 | |
| )
 |