Switch to validator v10
This commit is contained in:
parent
f105b5d030
commit
6d35cd472d
7 changed files with 92 additions and 52 deletions
|
|
@ -1401,6 +1401,44 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
</pre>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3>github.com/gabriel-vasile/mimetype</h3>
|
||||
<ul>
|
||||
<li>Name: github.com/gabriel-vasile/mimetype</li>
|
||||
<li>Version: v1.4.8</li>
|
||||
<li>
|
||||
License:
|
||||
|
||||
<a href="https://github.com/gabriel-vasile/mimetype/blob/v1.4.8/LICENSE">
|
||||
MIT
|
||||
</a>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
<pre>MIT License
|
||||
|
||||
Copyright (c) 2018 Gabriel Vasile
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3>github.com/glebarez/go-sqlite</h3>
|
||||
<ul>
|
||||
|
|
@ -1558,14 +1596,14 @@ SOFTWARE.
|
|||
</div>
|
||||
|
||||
<div>
|
||||
<h3>github.com/go-playground/validator</h3>
|
||||
<h3>github.com/go-playground/validator/v10</h3>
|
||||
<ul>
|
||||
<li>Name: github.com/go-playground/validator</li>
|
||||
<li>Version: v9.31.0</li>
|
||||
<li>Name: github.com/go-playground/validator/v10</li>
|
||||
<li>Version: v10.24.0</li>
|
||||
<li>
|
||||
License:
|
||||
|
||||
<a href="https://github.com/go-playground/validator/blob/v9.31.0/LICENSE">
|
||||
<a href="https://github.com/go-playground/validator/blob/v10.24.0/LICENSE">
|
||||
MIT
|
||||
</a>
|
||||
|
||||
|
|
@ -1610,27 +1648,27 @@ SOFTWARE.
|
|||
|
||||
</li>
|
||||
</ul>
|
||||
<pre>MIT License
|
||||
|
||||
Copyright (c) 2019-present Fenny and Contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
<pre>MIT License
|
||||
|
||||
Copyright (c) 2019-present Fenny and Contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
|
|
@ -4125,11 +4163,11 @@ SOFTWARE.
|
|||
<h3>golang.org/x/crypto</h3>
|
||||
<ul>
|
||||
<li>Name: golang.org/x/crypto</li>
|
||||
<li>Version: v0.31.0</li>
|
||||
<li>Version: v0.32.0</li>
|
||||
<li>
|
||||
License:
|
||||
|
||||
<a href="https://cs.opensource.google/go/x/crypto/+/v0.31.0:LICENSE">
|
||||
<a href="https://cs.opensource.google/go/x/crypto/+/v0.32.0:LICENSE">
|
||||
BSD-3-Clause
|
||||
</a>
|
||||
|
||||
|
|
@ -4169,11 +4207,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
<h3>golang.org/x/net</h3>
|
||||
<ul>
|
||||
<li>Name: golang.org/x/net</li>
|
||||
<li>Version: v0.28.0</li>
|
||||
<li>Version: v0.34.0</li>
|
||||
<li>
|
||||
License:
|
||||
|
||||
<a href="https://cs.opensource.google/go/x/net/+/v0.28.0:LICENSE">
|
||||
<a href="https://cs.opensource.google/go/x/net/+/v0.34.0:LICENSE">
|
||||
BSD-3-Clause
|
||||
</a>
|
||||
|
||||
|
|
@ -4210,14 +4248,14 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
</div>
|
||||
|
||||
<div>
|
||||
<h3>golang.org/x/sys/unix</h3>
|
||||
<h3>golang.org/x/sys</h3>
|
||||
<ul>
|
||||
<li>Name: golang.org/x/sys/unix</li>
|
||||
<li>Version: v0.28.0</li>
|
||||
<li>Name: golang.org/x/sys</li>
|
||||
<li>Version: v0.29.0</li>
|
||||
<li>
|
||||
License:
|
||||
|
||||
<a href="https://cs.opensource.google/go/x/sys/+/v0.28.0:LICENSE">
|
||||
<a href="https://cs.opensource.google/go/x/sys/+/v0.29.0:LICENSE">
|
||||
BSD-3-Clause
|
||||
</a>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue