Skip to content
Snippets Groups Projects
Select Git revision
  • ab35b716ef22e86aa00501ecc00b9bc7cdbff285
  • master default protected
  • hsh-2025073100
  • hsh-2025012100
  • hsh-2024111900
  • hsh-2024072400
  • hsh-2024060300
  • hsh-2024012900
  • hsh-2023121100
  • hsh-v1.1.9
  • hsh-v1.1.7
11 results

go.mod

Blame
  • This project manages its dependencies using Go Modules. Learn more
    go.mod 374 B
    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
    )