mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 16:05:06 +01:00 
			
		
		
		
	Update package deps after merge
This commit is contained in:
		
							
								
								
									
										6
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								go.mod
									
									
									
									
									
								
							| @@ -6,6 +6,7 @@ require ( | ||||
| 	github.com/99designs/gqlgen v0.17.45 | ||||
| 	github.com/ClusterCockpit/cc-units v0.4.0 | ||||
| 	github.com/Masterminds/squirrel v1.5.3 | ||||
| 	github.com/coreos/go-oidc/v3 v3.9.0 | ||||
| 	github.com/go-co-op/gocron v1.25.0 | ||||
| 	github.com/go-ldap/ldap/v3 v3.4.4 | ||||
| 	github.com/go-sql-driver/mysql v1.7.0 | ||||
| @@ -27,6 +28,7 @@ require ( | ||||
| 	github.com/vektah/gqlparser/v2 v2.5.11 | ||||
| 	golang.org/x/crypto v0.21.0 | ||||
| 	golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea | ||||
| 	golang.org/x/oauth2 v0.13.0 | ||||
| ) | ||||
|  | ||||
| require ( | ||||
| @@ -37,7 +39,6 @@ require ( | ||||
| 	github.com/beorn7/perks v1.0.1 // indirect | ||||
| 	github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||||
| 	github.com/containerd/containerd v1.6.18 // indirect | ||||
| 	github.com/coreos/go-oidc/v3 v3.9.0 // indirect | ||||
| 	github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect | ||||
| 	github.com/deepmap/oapi-codegen v1.12.4 // indirect | ||||
| 	github.com/felixge/httpsnoop v1.0.3 // indirect | ||||
| @@ -79,11 +80,10 @@ require ( | ||||
| 	go.uber.org/atomic v1.10.0 // indirect | ||||
| 	golang.org/x/mod v0.16.0 // indirect | ||||
| 	golang.org/x/net v0.22.0 // indirect | ||||
| 	golang.org/x/oauth2 v0.5.0 // indirect | ||||
| 	golang.org/x/sys v0.18.0 // indirect | ||||
| 	golang.org/x/text v0.14.0 // indirect | ||||
| 	golang.org/x/tools v0.19.0 // indirect | ||||
| 	google.golang.org/appengine v1.6.7 // indirect | ||||
| 	google.golang.org/appengine v1.6.8 // indirect | ||||
| 	google.golang.org/protobuf v1.33.0 // indirect | ||||
| 	gopkg.in/yaml.v2 v2.4.0 // indirect | ||||
| 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||
|   | ||||
		Reference in New Issue
	
	Block a user