mirror of
				https://github.com/ClusterCockpit/cc-metric-collector.git
				synced 2025-11-04 02:35:07 +01:00 
			
		
		
		
	Bumps [github.com/ClusterCockpit/cc-lib](https://github.com/ClusterCockpit/cc-lib) from 0.9.1 to 0.10.1. - [Release notes](https://github.com/ClusterCockpit/cc-lib/releases) - [Commits](https://github.com/ClusterCockpit/cc-lib/compare/v0.9.1...v0.10.1) --- updated-dependencies: - dependency-name: github.com/ClusterCockpit/cc-lib dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			46 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module github.com/ClusterCockpit/cc-metric-collector
 | 
						|
 | 
						|
go 1.24.0
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/ClusterCockpit/cc-lib v0.10.1
 | 
						|
	github.com/ClusterCockpit/go-rocm-smi v0.3.0
 | 
						|
	github.com/NVIDIA/go-nvml v0.13.0-1
 | 
						|
	github.com/PaesslerAG/gval v1.2.4
 | 
						|
	github.com/fsnotify/fsnotify v1.9.0
 | 
						|
	github.com/influxdata/line-protocol v0.0.0-20210922203350-b1ad95c89adf
 | 
						|
	github.com/tklauser/go-sysconf v0.3.15
 | 
						|
	golang.design/x/thread v0.0.0-20210122121316-335e9adffdf1
 | 
						|
	golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
 | 
						|
	golang.org/x/sys v0.37.0
 | 
						|
)
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
 | 
						|
	github.com/beorn7/perks v1.0.1 // indirect
 | 
						|
	github.com/cespare/xxhash/v2 v2.3.0 // indirect
 | 
						|
	github.com/expr-lang/expr v1.17.6 // indirect
 | 
						|
	github.com/google/uuid v1.6.0 // indirect
 | 
						|
	github.com/gorilla/mux v1.8.1 // indirect
 | 
						|
	github.com/influxdata/influxdb-client-go/v2 v2.14.0 // indirect
 | 
						|
	github.com/influxdata/line-protocol/v2 v2.2.1 // indirect
 | 
						|
	github.com/klauspost/compress v1.18.0 // indirect
 | 
						|
	github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
 | 
						|
	github.com/nats-io/nats.go v1.46.1 // indirect
 | 
						|
	github.com/nats-io/nkeys v0.4.11 // indirect
 | 
						|
	github.com/nats-io/nuid v1.0.1 // indirect
 | 
						|
	github.com/oapi-codegen/runtime v1.1.1 // indirect
 | 
						|
	github.com/prometheus/client_golang v1.23.2 // indirect
 | 
						|
	github.com/prometheus/client_model v0.6.2 // indirect
 | 
						|
	github.com/prometheus/common v0.66.1 // indirect
 | 
						|
	github.com/prometheus/procfs v0.16.1 // indirect
 | 
						|
	github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
 | 
						|
	github.com/shopspring/decimal v1.3.1 // indirect
 | 
						|
	github.com/stmcginnis/gofish v0.20.0 // indirect
 | 
						|
	github.com/tklauser/numcpus v0.10.0 // indirect
 | 
						|
	go.yaml.in/yaml/v2 v2.4.2 // indirect
 | 
						|
	golang.org/x/crypto v0.42.0 // indirect
 | 
						|
	golang.org/x/net v0.43.0 // indirect
 | 
						|
	google.golang.org/protobuf v1.36.8 // indirect
 | 
						|
)
 |