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
2
2
GIT_COMMIT ?= $(shell git rev-parse --short HEAD 2> /dev/null || true)
3
3
BUILD_DATE := $(shell date -u +% Y-% m-% dT% T 2> /dev/null)
4
4
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
"github.com/pkg/errors"
14
14
15
15
"github.com/go-resty/resty/v2"
16
- "github.com/veryfi/veryfi-go/v2 /veryfi/scheme"
16
+ "github.com/veryfi/veryfi-go/v3 /veryfi/scheme"
17
17
)
18
18
19
19
// Client implements a Veryfi API Client.
Original file line number Diff line number Diff line change 7
7
"testing"
8
8
9
9
"github.com/stretchr/testify/assert"
10
- "github.com/veryfi/veryfi-go/v2 /veryfi/scheme"
10
+ "github.com/veryfi/veryfi-go/v3 /veryfi/scheme"
11
11
)
12
12
13
13
func cleanUp (t * testing.T , documentID int ) {
Original file line number Diff line number Diff line change 8
8
"time"
9
9
10
10
"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"
13
13
)
14
14
15
15
func float64Ptr (v float64 ) * float64 {
Original file line number Diff line number Diff line change 5
5
"log"
6
6
"time"
7
7
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"
10
10
)
11
11
12
12
func float64Ptr (v float64 ) * float64 {
Original file line number Diff line number Diff line change 4
4
"testing"
5
5
6
6
"github.com/stretchr/testify/assert"
7
- "github.com/veryfi/veryfi-go/v2 /veryfi/scheme"
7
+ "github.com/veryfi/veryfi-go/v3 /veryfi/scheme"
8
8
)
9
9
10
10
func TestUnitBuildURL (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments