Skip to content

Commit 088ee5d

Browse files
[AUTOPR] Automatic updates (#95)
* Update dependencies --------- Co-authored-by: nicolaasuni-vonage <[email protected]>
1 parent aece878 commit 088ee5d

File tree

9 files changed

+7
-35
lines changed

9 files changed

+7
-35
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.50
1+
1.6.51

c/doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PROJECT_NAME = "NumKey"
3232
# This could be handy for archiving the generated documentation or
3333
# if some version control system is used.
3434

35-
PROJECT_NUMBER = 1.6.50
35+
PROJECT_NUMBER = 1.6.51
3636

3737
# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838
# for a project that appears at the top of each page and should give viewer

cgo/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ test: ensuretarget
166166
# Get the go tools
167167
.PHONY: gotools
168168
gotools:
169-
$(GO) get -tool github.com/jstemmer/go-junit-report/v2@latest
169+
$(GO) install github.com/jstemmer/go-junit-report/v2@latest
170170

171171
# Update everything
172172
.PHONY: updateall
@@ -188,7 +188,7 @@ updatelint:
188188

189189
# Update dependencies
190190
.PHONY: updatemod
191-
updatemod:
191+
updatemod: mod
192192
# $(GO) get $(shell $(GO) list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -m all)
193193
$(GO) get -t -u ./... && \
194194
$(GO) mod tidy -compat=$(shell grep -oP 'go \K[0-9]+\.[0-9]+' ../go.mod)

cgo/exttools/exttools.go

Lines changed: 0 additions & 10 deletions
This file was deleted.

go.mod

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,3 @@ module github.com/Vonage/numkey
33
go 1.25
44

55
toolchain go1.25.0
6-
7-
require github.com/jstemmer/go-junit-report/v2 v2.1.0
8-
9-
tool github.com/jstemmer/go-junit-report/v2

go.sum

Lines changed: 0 additions & 4 deletions
This file was deleted.

go/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ test: ensuretarget
169169
# Get the go tools
170170
.PHONY: gotools
171171
gotools:
172-
$(GO) get -tool github.com/jstemmer/go-junit-report/v2@latest
172+
$(GO) install github.com/jstemmer/go-junit-report/v2@latest
173173

174174
# Update everything
175175
.PHONY: updateall
@@ -191,7 +191,7 @@ updatelint:
191191

192192
# Update dependencies
193193
.PHONY: updatemod
194-
updatemod:
194+
updatemod: mod
195195
# $(GO) get $(shell $(GO) list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -m all)
196196
$(GO) get -t -u ./... && \
197197
$(GO) mod tidy -compat=$(shell grep -oP 'go \K[0-9]+\.[0-9]+' ../go.mod)

go/exttools/exttools.go

Lines changed: 0 additions & 10 deletions
This file was deleted.

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def run(self):
3030

3131
setup(
3232
name="numkey",
33-
version="1.6.50.1",
33+
version="1.6.51.1",
3434
keywords=("numkey E.164 shortcode lvn did encoding"),
3535
description="NumKey Bindings for Python",
3636
long_description=read("../README.md"),

0 commit comments

Comments
 (0)