Skip to content
Snippets Groups Projects
go.mod 310 B
Newer Older
  • Learn to ignore specific revisions
  • ale's avatar
    ale committed
    
    require (
    	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
    
    ale's avatar
    ale committed
    	github.com/prometheus/client_golang v1.8.0
    	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
    )