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 11language : go
22go :
3- - 1.13.1
3+ - 1.13.4
44 - tip
55matrix :
66 allow_failures :
Original file line number Diff line number Diff line change 11Package form
22============
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 )
44[ ![ Build Status] ( https://travis-ci.org/go-playground/form.svg?branch=master )] ( https://travis-ci.org/go-playground/form )
55[ ![ Coverage Status] ( https://coveralls.io/repos/github/go-playground/form/badge.svg?branch=master )] ( https://coveralls.io/github/go-playground/form?branch=master )
66[ ![ 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 44 "reflect"
55 "testing"
66
7- . "github.com/go-playground/assert"
7+ . "github.com/go-playground/assert/v2 "
88)
99
1010// NOTES:
Original file line number Diff line number Diff line change 88 "testing"
99 "time"
1010
11- . "github.com/go-playground/assert"
11+ . "github.com/go-playground/assert/v2 "
1212)
1313
1414// NOTES:
Original file line number Diff line number Diff line change 77 "testing"
88 "time"
99
10- . "github.com/go-playground/assert"
10+ . "github.com/go-playground/assert/v2 "
1111)
1212
1313// NOTES:
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/go-playground/form/v4
22
33go 1.13
44
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