File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : go
2
2
go :
3
- - 1.13.1
3
+ - 1.13.4
4
4
- tip
5
5
matrix :
6
6
allow_failures :
Original file line number Diff line number Diff line change 1
1
Package form
2
2
============
3
- <img align =" right " src =" https://raw.githubusercontent.com/go-playground/form/master/logo.jpg " >![ Project status] ( https://img.shields.io/badge/version-4.0 .0-green.svg )
3
+ <img align =" right " src =" https://raw.githubusercontent.com/go-playground/form/master/logo.jpg " >![ Project status] ( https://img.shields.io/badge/version-4.1 .0-green.svg )
4
4
[ ![ Build Status] ( https://travis-ci.org/go-playground/form.svg?branch=master )] ( https://travis-ci.org/go-playground/form )
5
5
[ ![ Coverage Status] ( https://coveralls.io/repos/github/go-playground/form/badge.svg?branch=master )] ( https://coveralls.io/github/go-playground/form?branch=master )
6
6
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/go-playground/form )] ( https://goreportcard.com/report/github.com/go-playground/form )
Original file line number Diff line number Diff line change 4
4
"reflect"
5
5
"testing"
6
6
7
- . "github.com/go-playground/assert"
7
+ . "github.com/go-playground/assert/v2 "
8
8
)
9
9
10
10
// NOTES:
Original file line number Diff line number Diff line change 8
8
"testing"
9
9
"time"
10
10
11
- . "github.com/go-playground/assert"
11
+ . "github.com/go-playground/assert/v2 "
12
12
)
13
13
14
14
// NOTES:
Original file line number Diff line number Diff line change 7
7
"testing"
8
8
"time"
9
9
10
- . "github.com/go-playground/assert"
10
+ . "github.com/go-playground/assert/v2 "
11
11
)
12
12
13
13
// NOTES:
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/go-playground/form/v4
2
2
3
3
go 1.13
4
4
5
- require github.com/go-playground/assert v1.2 .1
5
+ require github.com/go-playground/assert/v2 v2.0 .1
Original file line number Diff line number Diff line change 1
- github.com/go-playground/assert v1.2 .1 h1:ad06XqC+TOv0nJWnbULSlh3ehp5uLuQEojZY5Tq8RgI =
2
- github.com/go-playground/assert v1.2 .1/go.mod h1:Lgy+k19nOB/wQG/fVSQ7rra5qYugmytMQqvQ2dgjWn8 =
1
+ github.com/go-playground/assert/v2 v2.0 .1 h1:MsBgLAaY856+nPRTKrp3/OZK38U/wa0CcBYNjji3q3A =
2
+ github.com/go-playground/assert/v2 v2.0 .1/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4 =
You can’t perform that action at this time.
0 commit comments