Skip to content

Commit

Permalink
Merge pull request #4 from kyberorg/3-bump
Browse files Browse the repository at this point in the history
Dependencies Bump (#3)
  • Loading branch information
kyberorg authored Jun 28, 2022
2 parents 51d54b6 + 0708a99 commit 05d0980
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ help: ## Display this help screen.
@grep -h -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf " * \033[36m%-15s\033[0m %s\n", $$1, $$2}'

dep: ## Download the dependencies.
go mod download && go get sync-monitor/cmd/sync-monitor
go mod download && go get github.com/kyberorg/sync-monitor/cmd/sync-monitor

build: dep ## Build executable.
mkdir -p ./bin
Expand Down
18 changes: 16 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
module github.com/kyberorg/sync-monitor

go 1.14
go 1.18

require (
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/client_golang v1.12.2
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)

require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
google.golang.org/protobuf v1.26.0 // indirect
)

0 comments on commit 05d0980

Please sign in to comment.