Skip to content

Commit 33be5b1

Browse files
committed
This release primarily updates dependencies to their lUpdate dependencies to their latest available versions that support Go 1.18
1 parent 7279308 commit 33be5b1

File tree

4 files changed

+21
-46
lines changed

4 files changed

+21
-46
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# Changelog - lian
22

3+
## 1.0.0 - 11 February 2025
4+
5+
This release primarily updates dependencies to their latest available versions that support Go 1.18.
6+
7+
- update dependencies
8+
- golang.org/x/mod v0.20.0
9+
- golang.org/x/sys v0.30.0
10+
311
## 0.4.1 - 11 February 2024
412

513
- fix duplicated `COPYING.MD` should be `COPYING.TXT`
614

715
## 0.4.0 - 22 December 2022
816

9-
- added the `excluded` option (`--excluded`) to exclude specific version of a repository from from the licenses check #1
17+
- added the `excluded` option (`--excluded`) to exclude specific version of a repository from from the licenses check #1
1018

1119
## 0.3.2 - 21 September 2022
1220

LICENSE-THIRD-PARTY

Lines changed: 6 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
6161
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
6262
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6363

64-
* golang.org/x/mod@v0.5.1 - (https://golang.org/x/mod)
64+
* golang.org/x/mod@v0.20.0 - (https://golang.org/x/mod)
6565

66-
Copyright (c) 2009 The Go Authors. All rights reserved.
66+
Copyright 2009 The Go Authors.
6767

6868
Redistribution and use in source and binary forms, with or without
6969
modification, are permitted provided that the following conditions are
@@ -75,7 +75,7 @@ notice, this list of conditions and the following disclaimer.
7575
copyright notice, this list of conditions and the following disclaimer
7676
in the documentation and/or other materials provided with the
7777
distribution.
78-
* Neither the name of Google Inc. nor the names of its
78+
* Neither the name of Google LLC nor the names of its
7979
contributors may be used to endorse or promote products derived from
8080
this software without specific prior written permission.
8181

@@ -91,9 +91,9 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
9191
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
9292
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9393

94-
* golang.org/x/sys@v0.0.0-20220204135822-1c1b9b1eba6a - (https://golang.org/x/sys)
94+
* golang.org/x/sys@v0.30.0 - (https://golang.org/x/sys)
9595

96-
Copyright (c) 2009 The Go Authors. All rights reserved.
96+
Copyright 2009 The Go Authors.
9797

9898
Redistribution and use in source and binary forms, with or without
9999
modification, are permitted provided that the following conditions are
@@ -105,7 +105,7 @@ notice, this list of conditions and the following disclaimer.
105105
copyright notice, this list of conditions and the following disclaimer
106106
in the documentation and/or other materials provided with the
107107
distribution.
108-
* Neither the name of Google Inc. nor the names of its
108+
* Neither the name of Google LLC nor the names of its
109109
contributors may be used to endorse or promote products derived from
110110
this software without specific prior written permission.
111111

@@ -121,32 +121,3 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
121121
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
122122
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
123123

124-
* golang.org/x/[email protected] - (https://golang.org/x/xerrors)
125-
126-
Copyright (c) 2019 The Go Authors. All rights reserved.
127-
128-
Redistribution and use in source and binary forms, with or without
129-
modification, are permitted provided that the following conditions are
130-
met:
131-
132-
* Redistributions of source code must retain the above copyright
133-
notice, this list of conditions and the following disclaimer.
134-
* Redistributions in binary form must reproduce the above
135-
copyright notice, this list of conditions and the following disclaimer
136-
in the documentation and/or other materials provided with the
137-
distribution.
138-
* Neither the name of Google Inc. nor the names of its
139-
contributors may be used to endorse or promote products derived from
140-
this software without specific prior written permission.
141-
142-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
143-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
144-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
145-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
146-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
147-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
148-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
149-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
150-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
151-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
152-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ go 1.18
44

55
require (
66
github.com/google/licensecheck v0.3.1
7-
golang.org/x/mod v0.5.1
8-
golang.org/x/sys v0.0.0-20220209214540-3681064d5158
7+
golang.org/x/mod v0.20.0
8+
golang.org/x/sys v0.30.0
99
)
10-
11-
require golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect

go.sum

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
github.com/google/licensecheck v0.3.1 h1:QoxgoDkaeC4nFrtGN1jV7IPmDCHFNIVh54e5hSt6sPs=
22
github.com/google/licensecheck v0.3.1/go.mod h1:ORkR35t/JjW+emNKtfJDII0zlciG9JgbT7SmsohlHmY=
3-
golang.org/x/mod v0.5.1 h1:OJxoQ/rynoF0dcCdI7cLPktw/hR2cueqYfjm43oqK38=
4-
golang.org/x/mod v0.5.1/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro=
5-
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 h1:rm+CHSpPEEW2IsXUib1ThaHIjuBVZjxNgSKmBLFfD4c=
6-
golang.org/x/sys v0.0.0-20220209214540-3681064d5158/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
7-
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 h1:/atklqdjdhuosWIl6AIbOeHJjicWYPqR9bpxqxYG2pA=
8-
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
3+
golang.org/x/mod v0.20.0 h1:utOm6MM3R3dnawAiJgn0y+xvuYRsm1RKM/4giyfDgV0=
4+
golang.org/x/mod v0.20.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
5+
golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc=
6+
golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=

0 commit comments

Comments
 (0)