-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
|
||
## Change log | ||
|
||
Upgrade library versions: | ||
Transfer ownership of the `zhufuyi/sponge` repository to the `go-dev-frame/sponge`. | ||
|
||
- [**github.com/gin-contrib/cors**](https://github.com/gin-contrib/cors): v1.7.1 -> v1.7.2 | ||
- [**golang.org/x/crypto**](https://golang.org/x/crypto): v0.26.0 -> v0.31.0 | ||
<br> | ||
|
||
**Note: If you currently have Sponge v1.11.1 and below, if you want to upgrade to a higher version, execute the following command:** | ||
|
||
```bash | ||
go install github.com/go-dev-frame/sponge@latest | ||
sponge upgrade | ||
``` |