Skip to content

Commit

Permalink
- v1.0.6
Browse files Browse the repository at this point in the history
  - Update to Go 1.20 and dependency
  • Loading branch information
J-Siu committed Mar 29, 2023
1 parent 4f7ca3f commit 4236f59
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2022 John Siu
Copyright (c) 2023 John Siu

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:

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,14 @@ Debug: export _DEBUG=true
- Use Go 1.16
- v1.0.5
- Fix `goreleaser`
- v1.0.6
- Update to Go 1.20 and dependency

### License

The MIT License

Copyright (c) 2022 John Siu
Copyright (c) 2023 John Siu

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:

Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module go-png2ico

go 1.18
go 1.20

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

require (
golang.org/x/crypto v0.0.0-20220507011949-2cf3adece122 // indirect
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/sys v0.6.0 // indirect
)
6 changes: 6 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
github.com/J-Siu/go-helper v1.0.0 h1:/U33udVagh6ThL6v8pW+Vjyk1Ttpq7GWKbPA/0Fsiy4=
github.com/J-Siu/go-helper v1.0.0/go.mod h1:mAVy/565qS6DuPlTUrVT2w/OyACpN8y9CVI96o9MO4A=
github.com/J-Siu/go-helper v1.1.6 h1:UVhAS25gxjccEXtaw1oGqHRfH/xFIVAWVLD5MAQaX2g=
github.com/J-Siu/go-helper v1.1.6/go.mod h1:Ipi29zmDo8CJknl7/nALXd/LEN39aomF2yrIcLggFlw=
golang.org/x/crypto v0.0.0-20220507011949-2cf3adece122 h1:NvGWuYG8dkDHFSKksI1P9faiVJ9rayE6l0+ouWVIDs8=
golang.org/x/crypto v0.0.0-20220507011949-2cf3adece122/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/crypto v0.7.0 h1:AvwMYaRytfdeVt3u6mLaxYtErKYjxA2OXjJ1HHq6t3A=
golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU=
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 h1:nonptSpoQ4vQjyraW20DXPAglgQfVnM9ZC6MmNLMR60=
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 comments on commit 4236f59

Please sign in to comment.