File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,9 @@ $(GOLINT):
17
17
.PHONY : lint
18
18
lint : $(GOLINT )
19
19
$(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
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ require (
6
6
github.com/decred/dcrd/dcrec/secp256k1/v2 v2.0.0
7
7
github.com/stretchr/testify v1.7.0
8
8
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
10
10
)
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
15
15
github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
16
16
github.com/vtopc/epoch v1.3.0 h1:grB1J6FJVfIMbK6GY0LpOO86R4rQZ4oVwHa08USBPKA =
17
17
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 =
20
20
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
21
21
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
22
22
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo =
You can’t perform that action at this time.
0 commit comments