Skip to content

Commit 4236f59

Browse files
committed
- v1.0.6
- Update to Go 1.20 and dependency
1 parent 4f7ca3f commit 4236f59

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2022 John Siu
3+
Copyright (c) 2023 John Siu
44

55
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:
66

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,14 @@ Debug: export _DEBUG=true
8989
- Use Go 1.16
9090
- v1.0.5
9191
- Fix `goreleaser`
92+
- v1.0.6
93+
- Update to Go 1.20 and dependency
9294

9395
### License
9496

9597
The MIT License
9698

97-
Copyright (c) 2022 John Siu
99+
Copyright (c) 2023 John Siu
98100

99101
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:
100102

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module go-png2ico
22

3-
go 1.18
3+
go 1.20
44

5-
require github.com/J-Siu/go-helper v1.0.0
5+
require github.com/J-Siu/go-helper v1.1.6
66

77
require (
8-
golang.org/x/crypto v0.0.0-20220507011949-2cf3adece122 // indirect
9-
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
8+
golang.org/x/crypto v0.7.0 // indirect
9+
golang.org/x/sys v0.6.0 // indirect
1010
)

go.sum

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
github.com/J-Siu/go-helper v1.0.0 h1:/U33udVagh6ThL6v8pW+Vjyk1Ttpq7GWKbPA/0Fsiy4=
22
github.com/J-Siu/go-helper v1.0.0/go.mod h1:mAVy/565qS6DuPlTUrVT2w/OyACpN8y9CVI96o9MO4A=
3+
github.com/J-Siu/go-helper v1.1.6 h1:UVhAS25gxjccEXtaw1oGqHRfH/xFIVAWVLD5MAQaX2g=
4+
github.com/J-Siu/go-helper v1.1.6/go.mod h1:Ipi29zmDo8CJknl7/nALXd/LEN39aomF2yrIcLggFlw=
35
golang.org/x/crypto v0.0.0-20220507011949-2cf3adece122 h1:NvGWuYG8dkDHFSKksI1P9faiVJ9rayE6l0+ouWVIDs8=
46
golang.org/x/crypto v0.0.0-20220507011949-2cf3adece122/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
7+
golang.org/x/crypto v0.7.0 h1:AvwMYaRytfdeVt3u6mLaxYtErKYjxA2OXjJ1HHq6t3A=
8+
golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU=
59
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 h1:nonptSpoQ4vQjyraW20DXPAglgQfVnM9ZC6MmNLMR60=
610
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
11+
golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ=
12+
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 commit comments

Comments
 (0)