Skip to content

Commit 69e38dc

Browse files
committed
Init go && Migrate metrics package
Signed-off-by: Zemtsov Vladimir <vl.zemtsov@gmail.com>
1 parent 352aa66 commit 69e38dc

File tree

3 files changed

+497
-1
lines changed

3 files changed

+497
-1
lines changed

go.mod

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1-
module github.com/vzemtsov/config-reloared
1+
module github.com/vzemtsov/config-reloader
22

33
go 1.19
4+
5+
require (
6+
github.com/fsnotify/fsnotify v1.5.4
7+
github.com/prometheus/client_golang v1.13.0
8+
)
9+
10+
require (
11+
github.com/beorn7/perks v1.0.1 // indirect
12+
github.com/cespare/xxhash/v2 v2.1.2 // indirect
13+
github.com/golang/protobuf v1.5.2 // indirect
14+
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
15+
github.com/prometheus/client_model v0.2.0 // indirect
16+
github.com/prometheus/common v0.37.0 // indirect
17+
github.com/prometheus/procfs v0.8.0 // indirect
18+
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
19+
google.golang.org/protobuf v1.28.1 // indirect
20+
)

0 commit comments

Comments
 (0)