mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 16:05:06 +01:00 
			
		
		
		
	Update Node table code. Add simple unit test
This commit is contained in:
		
							
								
								
									
										14
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								go.mod
									
									
									
									
									
								
							| @@ -6,7 +6,7 @@ toolchain go1.24.1 | ||||
|  | ||||
| require ( | ||||
| 	github.com/99designs/gqlgen v0.17.78 | ||||
| 	github.com/ClusterCockpit/cc-lib v0.9.1 | ||||
| 	github.com/ClusterCockpit/cc-lib v0.10.0 | ||||
| 	github.com/Masterminds/squirrel v1.5.4 | ||||
| 	github.com/coreos/go-oidc/v3 v3.12.0 | ||||
| 	github.com/expr-lang/expr v1.17.6 | ||||
| @@ -24,7 +24,7 @@ require ( | ||||
| 	github.com/joho/godotenv v1.5.1 | ||||
| 	github.com/linkedin/goavro/v2 v2.14.0 | ||||
| 	github.com/mattn/go-sqlite3 v1.14.24 | ||||
| 	github.com/nats-io/nats.go v1.45.0 | ||||
| 	github.com/nats-io/nats.go v1.46.1 | ||||
| 	github.com/prometheus/client_golang v1.23.2 | ||||
| 	github.com/prometheus/common v0.66.1 | ||||
| 	github.com/qustavo/sqlhooks/v2 v2.1.0 | ||||
| @@ -32,7 +32,7 @@ require ( | ||||
| 	github.com/swaggo/http-swagger v1.3.4 | ||||
| 	github.com/swaggo/swag v1.16.6 | ||||
| 	github.com/vektah/gqlparser/v2 v2.5.30 | ||||
| 	golang.org/x/crypto v0.41.0 | ||||
| 	golang.org/x/crypto v0.42.0 | ||||
| 	golang.org/x/oauth2 v0.30.0 | ||||
| 	golang.org/x/time v0.13.0 | ||||
| ) | ||||
| @@ -86,12 +86,12 @@ require ( | ||||
| 	go.uber.org/atomic v1.11.0 // indirect | ||||
| 	go.yaml.in/yaml/v2 v2.4.2 // indirect | ||||
| 	golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect | ||||
| 	golang.org/x/mod v0.26.0 // indirect | ||||
| 	golang.org/x/mod v0.27.0 // indirect | ||||
| 	golang.org/x/net v0.43.0 // indirect | ||||
| 	golang.org/x/sync v0.16.0 // indirect | ||||
| 	golang.org/x/sync v0.17.0 // indirect | ||||
| 	golang.org/x/sys v0.36.0 // indirect | ||||
| 	golang.org/x/text v0.28.0 // indirect | ||||
| 	golang.org/x/tools v0.35.0 // indirect | ||||
| 	golang.org/x/text v0.29.0 // indirect | ||||
| 	golang.org/x/tools v0.36.0 // indirect | ||||
| 	google.golang.org/protobuf v1.36.8 // indirect | ||||
| 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||
| 	sigs.k8s.io/yaml v1.6.0 // indirect | ||||
|   | ||||
		Reference in New Issue
	
	Block a user