File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- PKG_VERSION := v2.1.1
1+ PKG_VERSION := v3.0.0
22GIT_COMMIT ?= $(shell git rev-parse --short HEAD 2> /dev/null || true)
33BUILD_DATE := $(shell date -u +% Y-% m-% dT% T 2> /dev/null)
44
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313 "github.com/pkg/errors"
1414
1515 "github.com/go-resty/resty/v2"
16- "github.com/veryfi/veryfi-go/v2 /veryfi/scheme"
16+ "github.com/veryfi/veryfi-go/v3 /veryfi/scheme"
1717)
1818
1919// Client implements a Veryfi API Client.
Original file line number Diff line number Diff line change 77 "testing"
88
99 "github.com/stretchr/testify/assert"
10- "github.com/veryfi/veryfi-go/v2 /veryfi/scheme"
10+ "github.com/veryfi/veryfi-go/v3 /veryfi/scheme"
1111)
1212
1313func cleanUp (t * testing.T , documentID int ) {
Original file line number Diff line number Diff line change 88 "time"
99
1010 "github.com/stretchr/testify/assert"
11- "github.com/veryfi/veryfi-go/v2 /veryfi/scheme"
12- "github.com/veryfi/veryfi-go/v2 /veryfi/test"
11+ "github.com/veryfi/veryfi-go/v3 /veryfi/scheme"
12+ "github.com/veryfi/veryfi-go/v3 /veryfi/test"
1313)
1414
1515func float64Ptr (v float64 ) * float64 {
Original file line number Diff line number Diff line change 55 "log"
66 "time"
77
8- "github.com/veryfi/veryfi-go/v2 /veryfi"
9- "github.com/veryfi/veryfi-go/v2 /veryfi/scheme"
8+ "github.com/veryfi/veryfi-go/v3 /veryfi"
9+ "github.com/veryfi/veryfi-go/v3 /veryfi/scheme"
1010)
1111
1212func float64Ptr (v float64 ) * float64 {
Original file line number Diff line number Diff line change 44 "testing"
55
66 "github.com/stretchr/testify/assert"
7- "github.com/veryfi/veryfi-go/v2 /veryfi/scheme"
7+ "github.com/veryfi/veryfi-go/v3 /veryfi/scheme"
88)
99
1010func TestUnitBuildURL (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments