15 Commits
Author SHA1 Message Date
mstmdev bd82c9e351 chore(go): Add support go 1.20 (#3484)
* chore(go): Add support go 1.20

* Surround the go version parameters with single quotes

* chore(deps): bump github.com/bytedance/sonic from v1.7.0 to v1.7.1
2023-02-12 13:01:05 +08:00
mstmdev 8cd11c82e4 chore(docs): Remove the Brigade project, because the Gin is no longer used in the latest version and the Brigade is an archived CNCF project now (#3378) 2023-01-17 14:26:27 +08:00
mstmdev e868fd1d3d test(TOML): Add some tests for the TOML render (#3401) 2022-12-22 23:18:47 +08:00
mstmdev d4caeee7c7 Fix the GO-2022-1144 vulnerability (#3432) 2022-12-21 14:44:36 +08:00
mstmdev c629689591 docs(readme): Add the TOML rendering example (#3400) 2022-11-17 22:37:50 +08:00
mstmdev a0acf1df28 docs(readme): Using the embed package as a recommended example that build a single binary with templates (#3379) 2022-11-09 14:50:46 +08:00
mstmdev 8edb7a71a1 docs(readme): Update some go website links (#3376) 2022-11-06 17:10:33 +08:00
mstmdev 3a6865ac03 docs(readme): The krakend is rename to lura (#3377) 2022-11-06 17:09:25 +08:00
mstmdev 4c64f1c385 chore(go): Add support go 1.19 (#3272) 2022-10-16 09:33:26 +08:00
mstmdev fa58bff301 chore(dep): Changes minimum support go version to go1.16 (#3361) 2022-10-16 09:32:28 +08:00
mstmdev 6296175f70 Fix the GO-2022-0969 and GO-2022-0288 vulnerabilities (#3333) 2022-10-12 14:18:12 +08:00
mstmdev 680be7d928 Add some tests for YAML and TOML formats (#3223) 2022-07-01 17:38:32 +08:00
mstmdev 088cdd74d4 Fix the value of ginSupportMinGoVer constant by semantic (#3221) 2022-07-01 10:31:31 +08:00
mstmdev 444e156fb1 Fix some tests (#3100)
* Sleep for one millisecond in the handler because the `Latency` will return `0s` sometimes and the test will fail

* The `TCPListener.File` is not supported by windows, it is unimplemented now

* Remove the `LF` in the `testdata/template/raw.tmpl`, because if set the git config `core.autocrlf=true`, will append `CR` to the raw.tmpl automatically, then test is failed on Windows
2022-04-21 18:21:46 +08:00
mstmdev 865fd560fc Update some comments, add function name prefix to comment (#3090) 2022-03-23 21:35:09 +08:00