Skip to content

Commit de1801f

Browse files
committed
bumped deps
1 parent 08cbf76 commit de1801f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ $(GOLINT):
1717
.PHONY: lint
1818
lint: $(GOLINT)
1919
$(GOLINT) run
20+
21+
.PHONY: update-api
22+
update-api: ## Upgrade deps
23+
go get github.com/vtopc/go-rest
24+
go get github.com/vtopc/epoch
25+
@$(MAKE) deps

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ require (
66
github.com/decred/dcrd/dcrec/secp256k1/v2 v2.0.0
77
github.com/stretchr/testify v1.7.0
88
github.com/vtopc/epoch v1.3.0
9-
github.com/vtopc/go-rest v0.2.2-0.20220112174335-39f6a3ba17b7
9+
github.com/vtopc/go-rest v0.3.0
1010
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
1515
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
1616
github.com/vtopc/epoch v1.3.0 h1:grB1J6FJVfIMbK6GY0LpOO86R4rQZ4oVwHa08USBPKA=
1717
github.com/vtopc/epoch v1.3.0/go.mod h1:oQJwg81RJ2bCV01D4ImQ+cwpcRDUNc66x/9A/6I2RYU=
18-
github.com/vtopc/go-rest v0.2.2-0.20220112174335-39f6a3ba17b7 h1:Wqo9PG8ackAoz0paEWwcC39QBPcSKTFRQPFSG58PMjE=
19-
github.com/vtopc/go-rest v0.2.2-0.20220112174335-39f6a3ba17b7/go.mod h1:t7XPUz57Z+U66vsVIjEm89Uw/NZf486JVAFhq6+mZps=
18+
github.com/vtopc/go-rest v0.3.0 h1:kP+5UNeTVQxwRX3tXe/XByuntwZmKArv5/uMdEf1WKo=
19+
github.com/vtopc/go-rest v0.3.0/go.mod h1:t7XPUz57Z+U66vsVIjEm89Uw/NZf486JVAFhq6+mZps=
2020
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
2121
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
2222
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=

0 commit comments

Comments
 (0)