Skip to content

Commit 77751ca

Browse files
joeybloggsjoeybloggs
authored andcommitted
update external references from v6 to v7
1 parent 4ab8352 commit 77751ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/custom/custom.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"fmt"
77
"reflect"
88

9-
"gopkg.in/bluesuncorp/validator.v6"
9+
"gopkg.in/bluesuncorp/validator.v7"
1010
)
1111

1212
// DbBackedUser User struct

examples/simple/simple.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
sql "database/sql/driver"
99

10-
"gopkg.in/bluesuncorp/validator.v6"
10+
"gopkg.in/bluesuncorp/validator.v7"
1111
)
1212

1313
// User contains user information

examples_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package validator_test
33
import (
44
"fmt"
55

6-
"gopkg.in/bluesuncorp/validator.v6"
6+
"gopkg.in/bluesuncorp/validator.v7"
77
)
88

99
func ExampleValidate_new() {

0 commit comments

Comments
 (0)