mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 16:05:06 +01:00 
			
		
		
		
	Port configuration to ccConfig scheme
Decentralize config validation Modularize configuration handling
This commit is contained in:
		
							
								
								
									
										24
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								go.mod
									
									
									
									
									
								
							| @@ -6,10 +6,10 @@ toolchain go1.24.1 | ||||
|  | ||||
| require ( | ||||
| 	github.com/99designs/gqlgen v0.17.66 | ||||
| 	github.com/ClusterCockpit/cc-lib v0.3.0 | ||||
| 	github.com/ClusterCockpit/cc-lib v0.5.0 | ||||
| 	github.com/Masterminds/squirrel v1.5.4 | ||||
| 	github.com/coreos/go-oidc/v3 v3.12.0 | ||||
| 	github.com/expr-lang/expr v1.17.3 | ||||
| 	github.com/expr-lang/expr v1.17.5 | ||||
| 	github.com/go-co-op/gocron/v2 v2.16.0 | ||||
| 	github.com/go-ldap/ldap/v3 v3.4.10 | ||||
| 	github.com/go-sql-driver/mysql v1.9.0 | ||||
| @@ -23,14 +23,14 @@ require ( | ||||
| 	github.com/joho/godotenv v1.5.1 | ||||
| 	github.com/mattn/go-sqlite3 v1.14.24 | ||||
| 	github.com/prometheus/client_golang v1.22.0 | ||||
| 	github.com/prometheus/common v0.63.0 | ||||
| 	github.com/prometheus/common v0.65.0 | ||||
| 	github.com/qustavo/sqlhooks/v2 v2.1.0 | ||||
| 	github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 | ||||
| 	github.com/swaggo/http-swagger v1.3.4 | ||||
| 	github.com/swaggo/swag v1.16.4 | ||||
| 	github.com/vektah/gqlparser/v2 v2.5.22 | ||||
| 	golang.org/x/crypto v0.37.0 | ||||
| 	golang.org/x/oauth2 v0.27.0 | ||||
| 	golang.org/x/crypto v0.39.0 | ||||
| 	golang.org/x/oauth2 v0.30.0 | ||||
| 	golang.org/x/time v0.5.0 | ||||
| ) | ||||
|  | ||||
| @@ -77,13 +77,13 @@ require ( | ||||
| 	github.com/urfave/cli/v2 v2.27.5 // indirect | ||||
| 	github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect | ||||
| 	go.uber.org/atomic v1.11.0 // indirect | ||||
| 	golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect | ||||
| 	golang.org/x/mod v0.24.0 // indirect | ||||
| 	golang.org/x/net v0.39.0 // indirect | ||||
| 	golang.org/x/sync v0.13.0 // indirect | ||||
| 	golang.org/x/sys v0.32.0 // indirect | ||||
| 	golang.org/x/text v0.24.0 // indirect | ||||
| 	golang.org/x/tools v0.32.0 // indirect | ||||
| 	golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect | ||||
| 	golang.org/x/mod v0.25.0 // indirect | ||||
| 	golang.org/x/net v0.41.0 // indirect | ||||
| 	golang.org/x/sync v0.15.0 // indirect | ||||
| 	golang.org/x/sys v0.33.0 // indirect | ||||
| 	golang.org/x/text v0.26.0 // indirect | ||||
| 	golang.org/x/tools v0.34.0 // indirect | ||||
| 	google.golang.org/protobuf v1.36.6 // indirect | ||||
| 	gopkg.in/yaml.v2 v2.4.0 // indirect | ||||
| 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||
|   | ||||
		Reference in New Issue
	
	Block a user