Skip to content

Commit

Permalink
bumped deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc committed Jan 17, 2022
1 parent 08cbf76 commit de1801f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ $(GOLINT):
.PHONY: lint
lint: $(GOLINT)
$(GOLINT) run

.PHONY: update-api
update-api: ## Upgrade deps
go get github.com/vtopc/go-rest
go get github.com/vtopc/epoch
@$(MAKE) deps
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ require (
github.com/decred/dcrd/dcrec/secp256k1/v2 v2.0.0
github.com/stretchr/testify v1.7.0
github.com/vtopc/epoch v1.3.0
github.com/vtopc/go-rest v0.2.2-0.20220112174335-39f6a3ba17b7
github.com/vtopc/go-rest v0.3.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/vtopc/epoch v1.3.0 h1:grB1J6FJVfIMbK6GY0LpOO86R4rQZ4oVwHa08USBPKA=
github.com/vtopc/epoch v1.3.0/go.mod h1:oQJwg81RJ2bCV01D4ImQ+cwpcRDUNc66x/9A/6I2RYU=
github.com/vtopc/go-rest v0.2.2-0.20220112174335-39f6a3ba17b7 h1:Wqo9PG8ackAoz0paEWwcC39QBPcSKTFRQPFSG58PMjE=
github.com/vtopc/go-rest v0.2.2-0.20220112174335-39f6a3ba17b7/go.mod h1:t7XPUz57Z+U66vsVIjEm89Uw/NZf486JVAFhq6+mZps=
github.com/vtopc/go-rest v0.3.0 h1:kP+5UNeTVQxwRX3tXe/XByuntwZmKArv5/uMdEf1WKo=
github.com/vtopc/go-rest v0.3.0/go.mod h1:t7XPUz57Z+U66vsVIjEm89Uw/NZf486JVAFhq6+mZps=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=
Expand Down

0 comments on commit de1801f

Please sign in to comment.