Future proof for 1.18 (#18644)
- Update json-iterator/go to handle 1.18's new memory model with slices. - Don't panic while running gitea with go 1.18
This commit is contained in:
parent
6ada05940e
commit
9712f7d622
2 changed files with 5 additions and 3 deletions
2
go.mod
2
go.mod
|
@ -64,7 +64,7 @@ require (
|
|||
github.com/hashicorp/golang-lru v0.5.4
|
||||
github.com/huandu/xstrings v1.3.2
|
||||
github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7
|
||||
github.com/json-iterator/go v1.1.11
|
||||
github.com/json-iterator/go v1.1.12
|
||||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
||||
github.com/kevinburke/ssh_config v1.1.0 // indirect
|
||||
github.com/keybase/go-crypto v0.0.0-20200123153347-de78d2cb44f4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue