File tree Expand file tree Collapse file tree 7 files changed +4
-9
lines changed
Expand file tree Collapse file tree 7 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1- 9.4.45
1+ 9.4.46
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ PROJECT_NAME = "Binsearch"
3232# This could be handy for archiving the generated documentation or
3333# if some version control system is used.
3434
35- PROJECT_NUMBER = 9.4.45
35+ PROJECT_NUMBER = 9.4.46
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
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ toolchain go1.25.0
66
77require (
88 github.com/jstemmer/go-junit-report/v2 v2.1.0
9- github.com/rakyll/gotest v0.0.6
109 github.com/stretchr/testify v1.10.0
1110)
1211
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ github.com/mattn/go-isatty v0.0.11 h1:FxPOTFNqGkuDUGi3H/qkUbQO4ZiBa2brKq5r0l8TGe
1313github.com/mattn/go-isatty v0.0.11 /go.mod h1:PhnuNfih5lzO57/f3n+odYbM4JtupLOxQOAqxQCu2WE =
1414github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1515github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
16- github.com/rakyll/gotest v0.0.6 h1:hBTqkO3jiuwYW/M9gL4bu0oTYcm8J6knQAAPUsJsz1I =
17- github.com/rakyll/gotest v0.0.6 /go.mod h1:SkoesdNCWmiD4R2dljIUcfSnNdVZ12y8qK4ojDkc2Sc =
1816github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY =
1917github.com/stretchr/objx v0.5.2 /go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA =
2018github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export PATH := $(GOPATH)/bin:$(PATH)
4747GO=GOPATH =$(GOPATH ) GOPRIVATE=$(CVSPATH ) $(shell which go)
4848GOVERSION =${shell go version | grep -Po '(go[0-9]+.[0-9]+)'}
4949GOFMT =$(shell which gofmt)
50- GOTEST=GOPATH = $( GOPATH ) $( shell which gotest)
50+ GOTEST =$( GO ) test
5151GODOC=GOPATH =$(GOPATH ) $(shell which godoc)
5252GOLANGCILINT =$(BINUTIL ) /golangci-lint
5353GOLANGCILINTVERSION =v2.4.0
@@ -114,7 +114,6 @@ coverage: ensuretarget
114114.PHONY : deps
115115deps : ensuretarget
116116 curl --silent --show-error --fail --location https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(BINUTIL ) $(GOLANGCILINTVERSION )
117- $(GO ) install github.com/rakyll/gotest
118117 $(GO ) install github.com/jstemmer/go-junit-report/v2@latest
119118
120119# Create the trget directories if missing
Original file line number Diff line number Diff line change @@ -7,5 +7,4 @@ package exttools
77
88import (
99 _ "github.com/jstemmer/go-junit-report/v2"
10- _ "github.com/rakyll/gotest"
1110)
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def run(self):
3030
3131setup (
3232 name = "binsearch" ,
33- version = "9.4.45 .0" ,
33+ version = "9.4.46 .0" ,
3434 keywords = ("binsearch" ),
3535 description = "Binsearch Bindings for Python" ,
3636 long_description = read ("../README.md" ),
You can’t perform that action at this time.
0 commit comments