Skip to content
Snippets Groups Projects
Select Git revision
  • 9a564ddcb0e7ad426e2fba120934bdc97e9b4c97
  • master default
  • v0.52.5
  • v0.52.4
  • v0.52.3
  • v0.52.2
  • v0.52.1
  • v0.52.0
  • v0.51.0
  • v0.50.0
  • v0.49.0
11 results

README.rst

Blame
  • go.mod NaN GiB
    module web
    
    go 1.15
    
    require (
    	github.com/cespare/xxhash/v2 v2.1.2 // indirect
    	github.com/golang/protobuf v1.5.2 // indirect
    	github.com/prometheus/client_golang v1.11.1
    	github.com/prometheus/common v0.32.1 // indirect
    	github.com/prometheus/procfs v0.7.3 // indirect
    	golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
    	google.golang.org/protobuf v1.27.1 // indirect
    )