File tree Expand file tree Collapse file tree 3 files changed +497
-1
lines changed
Expand file tree Collapse file tree 3 files changed +497
-1
lines changed Original file line number Diff line number Diff line change 1- module github.com/vzemtsov/config-reloared
1+ module github.com/vzemtsov/config-reloader
22
33go 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+ )
You can’t perform that action at this time.
0 commit comments