mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-28 06:59:40 -08:00
a58489857d
Signed-off-by: Frederic Branczyk <fbranczyk@gmail.com>
9 lines
131 B
Modula-2
9 lines
131 B
Modula-2
module go.uber.org/atomic
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|
|
|
|
go 1.13
|