Skip to content

Commit

Permalink
fix(deps): update module github.com/gin-gonic/gin to v1.10.0 (#157)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/gin-gonic/gin](https://togithub.com/gin-gonic/gin) |
`v1.9.1` -> `v1.10.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgin-gonic%2fgin/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgin-gonic%2fgin/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgin-gonic%2fgin/v1.9.1/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgin-gonic%2fgin/v1.9.1/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>gin-gonic/gin (github.com/gin-gonic/gin)</summary>

### [`v1.10.0`](https://togithub.com/gin-gonic/gin/releases/tag/v1.10.0)

[Compare
Source](https://togithub.com/gin-gonic/gin/compare/v1.9.1...v1.10.0)

#### Changelog

##### Features

-
[`5f458dd`](https://togithub.com/gin-gonic/gin/commit/5f458dd1a6d631f324e4af9a4f5429ffdf199342):
feat(auth): add proxy-server authentication
([#&#8203;3877](https://togithub.com/gin-gonic/gin/issues/3877))
([@&#8203;EndlessParadox1](https://togithub.com/EndlessParadox1))
-
[`7a865dc`](https://togithub.com/gin-gonic/gin/commit/7a865dcf1dbe6ec52e074b1ddce830d278eb72cf):
feat(bind): ShouldBindBodyWith shortcut and change doc
([#&#8203;3871](https://togithub.com/gin-gonic/gin/issues/3871))
([@&#8203;RedCrazyGhost](https://togithub.com/RedCrazyGhost))
-
[`a182195`](https://togithub.com/gin-gonic/gin/commit/a18219566ca25fc51e6d2886bed849c6c3a0cd12):
feat(binding): Support custom BindUnmarshaler for binding.
([#&#8203;3933](https://togithub.com/gin-gonic/gin/issues/3933))
([@&#8203;dkkb](https://togithub.com/dkkb))
-
[`fd1faad`](https://togithub.com/gin-gonic/gin/commit/fd1faaded01aef14a3955ec076f1cbeb9cb87775):
feat(binding): support override default binding implement
([#&#8203;3514](https://togithub.com/gin-gonic/gin/issues/3514))
([@&#8203;ssfyn](https://togithub.com/ssfyn))
-
[`ac5e84d`](https://togithub.com/gin-gonic/gin/commit/ac5e84d93ce34359bfd2f346cb2971ea754d83e3):
feat(engine): Added `OptionFunc` and `With`
([#&#8203;3572](https://togithub.com/gin-gonic/gin/issues/3572))
([@&#8203;flc1125](https://togithub.com/flc1125))
-
[`c6ae2e6`](https://togithub.com/gin-gonic/gin/commit/c6ae2e69666a2b36203b29650ee75d172c725c66):
feat(logger): ability to skip logs based on user-defined logic
([#&#8203;3593](https://togithub.com/gin-gonic/gin/issues/3593))
([@&#8203;palvaneh](https://togithub.com/palvaneh))

##### Bug fixes

-
[`d4e4136`](https://togithub.com/gin-gonic/gin/commit/d4e413648824333726ef65de5defc457e9dbf095):
Revert "fix(uri): query binding bug
([#&#8203;3236](https://togithub.com/gin-gonic/gin/issues/3236))"
([#&#8203;3899](https://togithub.com/gin-gonic/gin/issues/3899))
([@&#8203;appleboy](https://togithub.com/appleboy))
-
[`3dc1cd6`](https://togithub.com/gin-gonic/gin/commit/3dc1cd6572b4e3a0cd170a15debe546c2c72294f):
fix(binding): binding error while not upload file
([#&#8203;3819](https://togithub.com/gin-gonic/gin/issues/3819))
([#&#8203;3820](https://togithub.com/gin-gonic/gin/issues/3820))
([@&#8203;clearcodecn](https://togithub.com/clearcodecn))
-
[`82bcd6d`](https://togithub.com/gin-gonic/gin/commit/82bcd6d39bfe9c22032764ff3b0b6f8ef1673e49):
fix(binding): dereference pointer to struct
([#&#8203;3199](https://togithub.com/gin-gonic/gin/issues/3199))
([@&#8203;echovl](https://togithub.com/echovl))
-
[`2b1da2b`](https://togithub.com/gin-gonic/gin/commit/2b1da2b0b38dfc5d5841266037c0c8b249eca1dd):
fix(context): make context Value method adhere to Go standards
([#&#8203;3897](https://togithub.com/gin-gonic/gin/issues/3897))
([@&#8203;FarmerChillax](https://togithub.com/FarmerChillax))
-
[`f70dd00`](https://togithub.com/gin-gonic/gin/commit/f70dd00b00bc0a46cb18b55bfe1f918d5d29b511):
fix(engine): fix unit test
([#&#8203;3878](https://togithub.com/gin-gonic/gin/issues/3878))
([@&#8203;flc1125](https://togithub.com/flc1125))
-
[`86ff4a6`](https://togithub.com/gin-gonic/gin/commit/86ff4a64c7efe1a1c875529835eeef9e15de1e86):
fix(header): Allow header according to RFC 7231 (HTTP 405)
([#&#8203;3759](https://togithub.com/gin-gonic/gin/issues/3759))
([@&#8203;Crocmagnon](https://togithub.com/Crocmagnon))
-
[`09f8224`](https://togithub.com/gin-gonic/gin/commit/09f8224593e31edf3c58ab3f13bc31ef53473733):
fix(route): Add fullPath in context copy
([#&#8203;3784](https://togithub.com/gin-gonic/gin/issues/3784))
([@&#8203;KarthikReddyPuli](https://togithub.com/KarthikReddyPuli))
-
[`9f598a3`](https://togithub.com/gin-gonic/gin/commit/9f598a31aafb92d675f38f1c8371e4ac76f858bf):
fix(router): catch-all conflicting wildcard
([#&#8203;3812](https://togithub.com/gin-gonic/gin/issues/3812))
([@&#8203;FirePing32](https://togithub.com/FirePing32))
-
[`4a40f8f`](https://togithub.com/gin-gonic/gin/commit/4a40f8f1a49b9086b461d97e167c3b9628d8b923):
fix(sec): upgrade golang.org/x/crypto to 0.17.0
([#&#8203;3832](https://togithub.com/gin-gonic/gin/issues/3832))
([@&#8203;chncaption](https://togithub.com/chncaption))
-
[`386d244`](https://togithub.com/gin-gonic/gin/commit/386d244068db3693f938db4ead6d1f5f85942e3f):
fix(tree): correctly expand the capacity of params
([#&#8203;3502](https://togithub.com/gin-gonic/gin/issues/3502))
([@&#8203;georgijd-form3](https://togithub.com/georgijd-form3))
-
[`8790d08`](https://togithub.com/gin-gonic/gin/commit/8790d08909fc4d193c6c787c9c72f3089168f411):
fix(uri): query binding bug
([#&#8203;3236](https://togithub.com/gin-gonic/gin/issues/3236))
([@&#8203;illiafox](https://togithub.com/illiafox))
-
[`44d0dd7`](https://togithub.com/gin-gonic/gin/commit/44d0dd70924dd154e3b98bc340accc53484efa9c):
fix: Add pointer support for url query params
([#&#8203;3659](https://togithub.com/gin-gonic/gin/issues/3659))
([#&#8203;3666](https://togithub.com/gin-gonic/gin/issues/3666))
([@&#8203;omkar-foss](https://togithub.com/omkar-foss))
-
[`646312a`](https://togithub.com/gin-gonic/gin/commit/646312aef6a34095476ac846b0920db5fb24b2ea):
fix: protect Context.Keys map when call Copy method
([#&#8203;3873](https://togithub.com/gin-gonic/gin/issues/3873))
([@&#8203;kingcanfish](https://togithub.com/kingcanfish))

##### Enhancements

-
[`d4a6426`](https://togithub.com/gin-gonic/gin/commit/d4a64265f21993368c90602c18e778bf04ef36db):
chore(CI): update release args
([#&#8203;3595](https://togithub.com/gin-gonic/gin/issues/3595))
([@&#8203;qloog](https://togithub.com/qloog))
-
[`bb3519d`](https://togithub.com/gin-gonic/gin/commit/bb3519d26f52835cf00e5e430b52651a9c378c97):
chore(IP): add TrustedPlatform constant for Fly.io.
([#&#8203;3839](https://togithub.com/gin-gonic/gin/issues/3839))
([@&#8203;ab](https://togithub.com/ab))
-
[`1b3c085`](https://togithub.com/gin-gonic/gin/commit/1b3c0859693fc85290c01ba098b1440d4776549f):
chore(debug): add ability to override the debugPrint statement
([#&#8203;2337](https://togithub.com/gin-gonic/gin/issues/2337))
([@&#8203;josegonzalez](https://togithub.com/josegonzalez))
-
[`a64286a`](https://togithub.com/gin-gonic/gin/commit/a64286a7760be2031209686ce4d36e99d42dd419):
chore(deps): update dependencies to latest versions
([#&#8203;3835](https://togithub.com/gin-gonic/gin/issues/3835))
([@&#8203;appleboy](https://togithub.com/appleboy))
-
[`9c61295`](https://togithub.com/gin-gonic/gin/commit/9c61295efeea99f6c9d1722294f1bf61d8e464d6):
chore(header): Add support for RFC 9512: application/yaml
([#&#8203;3851](https://togithub.com/gin-gonic/gin/issues/3851))
([@&#8203;vincentbernat](https://togithub.com/vincentbernat))
-
[`a481ee2`](https://togithub.com/gin-gonic/gin/commit/a481ee2897af1e368de5c919fbeb21b89aa26fc7):
chore(http): use white color for HTTP 1XX
([#&#8203;3741](https://togithub.com/gin-gonic/gin/issues/3741))
([@&#8203;viralparmarme](https://togithub.com/viralparmarme))
-
[`c964ad3`](https://togithub.com/gin-gonic/gin/commit/c964ad370bbe007f1b18a7570f058a66f05fbe1f):
chore(optimize): the ShouldBindUri method of the Context struct
([#&#8203;3911](https://togithub.com/gin-gonic/gin/issues/3911))
([@&#8203;1911860538](https://togithub.com/1911860538))
-
[`739d2d9`](https://togithub.com/gin-gonic/gin/commit/739d2d9c80e0298dafb5df1c30bae35d63935d6c):
chore(perf): Optimize the Copy method of the Context struct
([#&#8203;3859](https://togithub.com/gin-gonic/gin/issues/3859))
([@&#8203;1911860538](https://togithub.com/1911860538))
-
[`3ea8bd9`](https://togithub.com/gin-gonic/gin/commit/3ea8bd99fbb4e499d70a0c8e1ce2ce4b7c6348b6):
chore(refactor): modify interface check way
([#&#8203;3855](https://togithub.com/gin-gonic/gin/issues/3855))
([@&#8203;demoManito](https://togithub.com/demoManito))
-
[`ab8042e`](https://togithub.com/gin-gonic/gin/commit/ab8042e9e5370bbe0e93ea5adc6e74ae4c5df95e):
chore(request): check reader if it's nil before reading
([#&#8203;3419](https://togithub.com/gin-gonic/gin/issues/3419))
([@&#8203;noahyao1024](https://togithub.com/noahyao1024))
-
[`0d9dbbb`](https://togithub.com/gin-gonic/gin/commit/0d9dbbb44551a872d30fd89d4d55ba0515d646fd):
chore(security): upgrade Protobuf for CVE-2024-24786
([#&#8203;3893](https://togithub.com/gin-gonic/gin/issues/3893))
([@&#8203;Fotkurz](https://togithub.com/Fotkurz))
-
[`ecdbbbe`](https://togithub.com/gin-gonic/gin/commit/ecdbbbe9483dd12222f2085f717a2c7cb5ac55fe):
chore: refactor CI and update dependencies
([#&#8203;3848](https://togithub.com/gin-gonic/gin/issues/3848))
([@&#8203;appleboy](https://togithub.com/appleboy))
-
[`39089af`](https://togithub.com/gin-gonic/gin/commit/39089af62535b27aa63608f341c0a339aa88f64e):
chore: refactor configuration files for better readability
([#&#8203;3951](https://togithub.com/gin-gonic/gin/issues/3951))
([@&#8203;appleboy](https://togithub.com/appleboy))
-
[`160c173`](https://togithub.com/gin-gonic/gin/commit/160c1730efd30046239c802d5b9f895a708c3f4c):
chore: update GitHub Actions configuration
([#&#8203;3792](https://togithub.com/gin-gonic/gin/issues/3792))
([@&#8203;appleboy](https://togithub.com/appleboy))
-
[`0397e5e`](https://togithub.com/gin-gonic/gin/commit/0397e5e0c0f8f8176c29f7edd8f1bff8e45df780):
chore: update changelog categories and improve documentation
([#&#8203;3917](https://togithub.com/gin-gonic/gin/issues/3917))
([@&#8203;appleboy](https://togithub.com/appleboy))
-
[`62b50cf`](https://togithub.com/gin-gonic/gin/commit/62b50cfbc0de877207ff74c160a23dff6394f563):
chore: update dependencies to latest versions
([#&#8203;3694](https://togithub.com/gin-gonic/gin/issues/3694))
([@&#8203;appleboy](https://togithub.com/appleboy))
-
[`638aa19`](https://togithub.com/gin-gonic/gin/commit/638aa19e7d30513f7bc777c62ff8558fd5f90ea5):
chore: update external dependencies to latest versions
([#&#8203;3950](https://togithub.com/gin-gonic/gin/issues/3950))
([@&#8203;appleboy](https://togithub.com/appleboy))
-
[`c6f90df`](https://togithub.com/gin-gonic/gin/commit/c6f90df4e0c888c69524307cc35952ec2e7ead41):
chore: update various Go dependencies to latest versions
([#&#8203;3901](https://togithub.com/gin-gonic/gin/issues/3901))
([@&#8203;appleboy](https://togithub.com/appleboy))

##### Build process updates

-
[`78f4687`](https://togithub.com/gin-gonic/gin/commit/78f4687875d72d10392f8a77008cbefdec4c0aa0):
build(codecov): Added a codecov configuration
([#&#8203;3891](https://togithub.com/gin-gonic/gin/issues/3891))
([@&#8203;flc1125](https://togithub.com/flc1125))
-
[`56dc72c`](https://togithub.com/gin-gonic/gin/commit/56dc72c4d5b1076fc9c6b81f57299739c11910b8):
ci(Makefile): vet command add .PHONY
([#&#8203;3915](https://togithub.com/gin-gonic/gin/issues/3915))
([@&#8203;imalasong](https://togithub.com/imalasong))
-
[`8ab47c6`](https://togithub.com/gin-gonic/gin/commit/8ab47c694ea93fdb442b617961ce9b3171151749):
ci(lint): update tooling and workflows for consistency
([#&#8203;3834](https://togithub.com/gin-gonic/gin/issues/3834))
([@&#8203;appleboy](https://togithub.com/appleboy))
-
[`8acbe65`](https://togithub.com/gin-gonic/gin/commit/8acbe657f1c140e3fba38f869978cab2376500c9):
ci(release): refactor changelog regex patterns and exclusions
([#&#8203;3914](https://togithub.com/gin-gonic/gin/issues/3914))
([@&#8203;appleboy](https://togithub.com/appleboy))
-
[`000fdb3`](https://togithub.com/gin-gonic/gin/commit/000fdb3ac95c7c318440afbd98eaf60f7430a1db):
ci(testing): add go1.22 version
([#&#8203;3842](https://togithub.com/gin-gonic/gin/issues/3842))
([@&#8203;appleboy](https://togithub.com/appleboy))

##### Documentation updates

-
[`990c44a`](https://togithub.com/gin-gonic/gin/commit/990c44aebf20f0796d99051e53d6ee75b7ed52fb):
docs(context): Added deprecation comments to BindWith
([#&#8203;3880](https://togithub.com/gin-gonic/gin/issues/3880))
([@&#8203;flc1125](https://togithub.com/flc1125))
-
[`861ffb9`](https://togithub.com/gin-gonic/gin/commit/861ffb9181dc811dc5d76fc450b36d3e68850b95):
docs(middleware): comments to function `BasicAuthForProxy`
([#&#8203;3881](https://togithub.com/gin-gonic/gin/issues/3881))
([@&#8203;EndlessParadox1](https://togithub.com/EndlessParadox1))
-
[`ee70b30`](https://togithub.com/gin-gonic/gin/commit/ee70b30a97205ac1f32889f41d8a494b3b2c81a5):
docs: Add document to constant `AuthProxyUserKey` and
`BasicAuthForProxy`.
([#&#8203;3887](https://togithub.com/gin-gonic/gin/issues/3887))
([@&#8203;EndlessParadox1](https://togithub.com/EndlessParadox1))
-
[`f75144a`](https://togithub.com/gin-gonic/gin/commit/f75144a356e57c95bd21a048f0a40492dcdb33c5):
docs: fix typo in comment
([#&#8203;3868](https://togithub.com/gin-gonic/gin/issues/3868))
([@&#8203;testwill](https://togithub.com/testwill))
-
[`83fc767`](https://togithub.com/gin-gonic/gin/commit/83fc7673f9797b4c7d8d1c41b94e9922303e6275):
docs: fix typo in function documentation
([#&#8203;3872](https://togithub.com/gin-gonic/gin/issues/3872))
([@&#8203;TotomiEcio](https://togithub.com/TotomiEcio))
-
[`49f45a5`](https://togithub.com/gin-gonic/gin/commit/49f45a542719df661bd71dd48f1595f0bc1ff6f7):
docs: remove redundant comments
([#&#8203;3765](https://togithub.com/gin-gonic/gin/issues/3765))
([@&#8203;WeiTheShinobi](https://togithub.com/WeiTheShinobi))
-
[`75ccf94`](https://togithub.com/gin-gonic/gin/commit/75ccf94d605a05fe24817fc2f166f6f2959d5cea):
feat: update version constant to v1.10.0
([#&#8203;3952](https://togithub.com/gin-gonic/gin/issues/3952))
([@&#8203;appleboy](https://togithub.com/appleboy))

##### Others

-
[`02e754b`](https://togithub.com/gin-gonic/gin/commit/02e754be9c4889f7ee56db0660cc611eb82b61d6):
Upgrade golang.org/x/net -> v0.13.0
([#&#8203;3684](https://togithub.com/gin-gonic/gin/issues/3684))
([@&#8203;cpcf](https://togithub.com/cpcf))
-
[`97eab7d`](https://togithub.com/gin-gonic/gin/commit/97eab7d09a8b048cab4a3d8ebd6c0ea78284c716):
test(git): gitignore add develop tools
([#&#8203;3370](https://togithub.com/gin-gonic/gin/issues/3370))
([@&#8203;demoManito](https://togithub.com/demoManito))
-
[`ae15646`](https://togithub.com/gin-gonic/gin/commit/ae15646aba14cd8245fbebd263cc7740c6789ef3):
test(http): use constant instead of numeric literal
([#&#8203;3863](https://togithub.com/gin-gonic/gin/issues/3863))
([@&#8203;testwill](https://togithub.com/testwill))
-
[`fd60a24`](https://togithub.com/gin-gonic/gin/commit/fd60a24ab76c3c92955ba253c1f7eda9e4981c3c):
test(path): Optimize unit test execution results
([#&#8203;3883](https://togithub.com/gin-gonic/gin/issues/3883))
([@&#8203;flc1125](https://togithub.com/flc1125))
-
[`bb2d8cf`](https://togithub.com/gin-gonic/gin/commit/bb2d8cf486bde2dc69bf05ea917095260ac13723):
test(render): increased unit tests coverage
([#&#8203;3691](https://togithub.com/gin-gonic/gin/issues/3691))
([@&#8203;araujo88](https://togithub.com/araujo88))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/PingCAP-QE/ee-apps).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 13, 2024
1 parent 77200ee commit acbda27
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 115 deletions.
34 changes: 18 additions & 16 deletions change-insight/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,39 @@ module github.com/PingCAP-QE/ee-apps/change-insight
go 1.20

require (
github.com/gin-gonic/gin v1.9.1
github.com/gin-gonic/gin v1.10.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.18.2
gorm.io/driver/mysql v1.5.7
gorm.io/gorm v1.25.11
)

require (
github.com/bytedance/sonic v1.9.1 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
github.com/bytedance/sonic v1.11.6 // indirect
github.com/bytedance/sonic/loader v0.1.1 // indirect
github.com/cloudwego/base64x v0.1.4 // indirect
github.com/cloudwego/iasm v0.2.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.14.0 // indirect
github.com/go-playground/validator/v10 v10.20.0 // indirect
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
Expand All @@ -42,16 +44,16 @@ require (
github.com/spf13/cast v1.6.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
github.com/ugorji/go/codec v1.2.12 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/arch v0.8.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
83 changes: 42 additions & 41 deletions change-insight/go.sum
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
github.com/bytedance/sonic v1.5.0/go.mod h1:ED5hyg4y6t3/9Ku1R6dU/4KyJ48DZ4jPhfY1O2AihPM=
github.com/bytedance/sonic v1.9.1 h1:6iJ6NqdoxCDr6mbY8h18oSO+cShGSMRGCEo7F2h0x8s=
github.com/bytedance/sonic v1.9.1/go.mod h1:i736AoUSYt75HyZLoJW9ERYxcy6eaN6h4BZXU064P/U=
github.com/chenzhuoyu/base64x v0.0.0-20211019084208-fb5309c8db06/go.mod h1:DH46F32mSOjUmXrMHnKwZdA8wcEefY7UVqBKYGjpdQY=
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 h1:qSGYFH7+jGhDF8vLC+iwCD4WpbV1EBDSzWkJODFLams=
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311/go.mod h1:b583jCggY9gE99b6G5LEC39OIiVsWj+R97kbl5odCEk=
github.com/bytedance/sonic v1.11.6 h1:oUp34TzMlL+OY1OUWxHqsdkgC/Zfc85zGqw9siXjrc0=
github.com/bytedance/sonic v1.11.6/go.mod h1:LysEHSvpvDySVdC2f87zGWf6CIKJcAvqab1ZaiQtds4=
github.com/bytedance/sonic/loader v0.1.1 h1:c+e5Pt1k/cy5wMveRDyk2X4B9hF4g7an8N3zCYjJFNM=
github.com/bytedance/sonic/loader v0.1.1/go.mod h1:ncP89zfokxS5LZrJxl5z0UJcsk4M4yY2JpfqGeCtNLU=
github.com/cloudwego/base64x v0.1.4 h1:jwCgWpFanWmN8xoIUHa2rtzmkd5J2plF/dnLS6Xd/0Y=
github.com/cloudwego/base64x v0.1.4/go.mod h1:0zlkT4Wn5C6NdauXdJRhSKRlJvmclQ1hhJgA0rcu/8w=
github.com/cloudwego/iasm v0.2.0 h1:1KNIy1I1H9hNNFEEH3DVnI4UujN+1zjpuk6gwHLTssg=
github.com/cloudwego/iasm v0.2.0/go.mod h1:8rXZaNYT2n95jn+zTI1sDr+IgcD2GVs0nlbbQPiEFhY=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
github.com/gabriel-vasile/mimetype v1.4.2 h1:w5qFW6JKBz9Y393Y4q372O9A7cUSequkh1Q7OhCmWKU=
github.com/gabriel-vasile/mimetype v1.4.2/go.mod h1:zApsH/mKG4w07erKIaJPFiX0Tsq9BFQgN3qGY5GnNgA=
github.com/gabriel-vasile/mimetype v1.4.3 h1:in2uUcidCuFcDKtdcBxlR0rJ1+fsokWf+uqxgUFjbI0=
github.com/gabriel-vasile/mimetype v1.4.3/go.mod h1:d8uq/6HKRL6CGdk+aubisF/M5GcPfT7nKyLpA0lbSSk=
github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE=
github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI=
github.com/gin-gonic/gin v1.9.1 h1:4idEAncQnU5cB7BeOkPtxjfCSye0AAm1R0RVIqJ+Jmg=
github.com/gin-gonic/gin v1.9.1/go.mod h1:hPrL7YrpYKXt5YId3A/Tnip5kqbEAP+KLuI3SUcPTeU=
github.com/gin-gonic/gin v1.10.0 h1:nTuyha1TYqgedzytsKYqna+DfLos46nTv2ygFy86HFU=
github.com/gin-gonic/gin v1.10.0/go.mod h1:4PMNQiOhvDRa013RKVbsiNwoyezlm2rm0uX/T7kzp5Y=
github.com/go-playground/assert/v2 v2.2.0 h1:JvknZsQTYeFEAhQwI4qEt9cyV5ONwRHC+lYKSsYSR8s=
github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/oXslEjJA=
github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY=
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
github.com/go-playground/validator/v10 v10.14.0 h1:vgvQWe3XCz3gIeFDm/HnTIbj6UGmg/+t63MyGU2n5js=
github.com/go-playground/validator/v10 v10.14.0/go.mod h1:9iXMNT7sEkjXb0I+enO7QXmzG6QCsPWY4zveKFVRSyU=
github.com/go-playground/validator/v10 v10.20.0 h1:K9ISHbSaI0lyB2eWMPJo+kOS/FBExVwjEviJTixqxL8=
github.com/go-playground/validator/v10 v10.20.0/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
github.com/go-sql-driver/mysql v1.7.0/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI=
github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI=
github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI=
github.com/goccy/go-json v0.10.2 h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU=
github.com/goccy/go-json v0.10.2/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I=
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
Expand All @@ -42,28 +42,29 @@ github.com/jinzhu/now v1.1.5/go.mod h1:d3SSVoowX0Lcu0IBviAWJpolVfI5UJVZZ7cO71lE/
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
github.com/klauspost/cpuid/v2 v2.0.9/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
github.com/klauspost/cpuid/v2 v2.2.4 h1:acbojRNwl3o09bUq+yDCtZFc1aiwaAAxtcn8YkZXnvk=
github.com/klauspost/cpuid/v2 v2.2.4/go.mod h1:RVVoqg1df56z8g3pUjL/3lE5UfnlrJX8tyFgg4nqhuY=
github.com/klauspost/cpuid/v2 v2.2.7 h1:ZWSB3igEs+d0qvnxR/ZBzXVmxkgt8DdzP6m9pfuVLDM=
github.com/klauspost/cpuid/v2 v2.2.7/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws=
github.com/knz/go-libedit v1.10.1/go.mod h1:MZTVkCWyz0oBc7JOWP3wNAzd002ZbM/5hgShxwh4x8M=
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/leodido/go-urn v1.2.4 h1:XlAE/cm/ms7TE/VMVoduSpNBoyc2dOxHs5MZSwAN63Q=
github.com/leodido/go-urn v1.2.4/go.mod h1:7ZrI8mTSeBSHl/UaRyKQW1qZeMgak41ANeCNaVckg+4=
github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI=
github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=
github.com/magiconair/properties v1.8.7/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0=
github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=
github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/pelletier/go-toml/v2 v2.1.0 h1:FnwAJ4oYMvbT/34k9zzHuZNrhlz48GB3/s6at6/MHO4=
github.com/pelletier/go-toml/v2 v2.1.0/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc=
github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=
github.com/pelletier/go-toml/v2 v2.2.2/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
Expand All @@ -85,43 +86,42 @@ github.com/spf13/viper v1.18.2/go.mod h1:EKmWIqdnk5lOcmR72yw6hS+8OPYcwD0jteitLMV
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI=
github.com/twitchyliquid64/golang-asm v0.15.1/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08=
github.com/ugorji/go/codec v1.2.11 h1:BMaWp1Bb6fHwEtbplGBGJ498wD+LKlNSl25MjdZY4dU=
github.com/ugorji/go/codec v1.2.11/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg=
github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=
github.com/ugorji/go/codec v1.2.12/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg=
go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE=
go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
go.uber.org/multierr v1.9.0 h1:7fIwc/ZtS0q++VgcfqFDxSBZVv/Xo49/SYnDFupUwlI=
go.uber.org/multierr v1.9.0/go.mod h1:X2jQV1h+kxSjClGpnseKVIxpmcjrj7MNnI0bnlfKTVQ=
golang.org/x/arch v0.0.0-20210923205945-b76863e36670/go.mod h1:5om86z9Hs0C8fWVUuoMHwpExlXzs5Tkyp9hOrfG7pp8=
golang.org/x/arch v0.3.0 h1:02VY4/ZcO/gBOH6PUaoiptASxtXU10jazRCP865E97k=
golang.org/x/arch v0.3.0/go.mod h1:5om86z9Hs0C8fWVUuoMHwpExlXzs5Tkyp9hOrfG7pp8=
golang.org/x/crypto v0.16.0 h1:mMMrFzRSCF0GvB7Ne27XVtVAaXLrPmgPC7/v0tkwHaY=
golang.org/x/crypto v0.16.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4=
golang.org/x/arch v0.8.0 h1:3wRIsP3pM4yUptoR96otTUOXI367OS0+c9eeRi9doIc=
golang.org/x/arch v0.8.0/go.mod h1:FEVrYAQjsQXMVJ1nsMoVVXPZg6p2JE2mx8psSWTDQys=
golang.org/x/crypto v0.23.0 h1:dIJU/v2J8Mdglj/8rJ6UUOM3Zc9zLZxVZwwxMooUSAI=
golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8=
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=
golang.org/x/exp v0.0.0-20230905200255-921286631fa9/go.mod h1:S2oDrQGGwySpoQPVqRShND87VCbxmc6bL1Yd2oYrm6k=
golang.org/x/net v0.19.0 h1:zTwKpTd2XuCqf8huc7Fo2iSy+4RHPd10s4KzeTnVr1c=
golang.org/x/net v0.19.0/go.mod h1:CfAk/cbD4CthTvqiEl8NpboMuiuOYsAr/7NOjZJtv1U=
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac=
golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=
golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk=
golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
google.golang.org/protobuf v1.34.1 h1:9ddQBjfCyZPOHPUiPxpYESBLc+T8P3E+Vo4IbKZgFWg=
google.golang.org/protobuf v1.34.1/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
Expand All @@ -135,4 +135,5 @@ gorm.io/driver/mysql v1.5.7/go.mod h1:sEtPWMiqiN1N1cMXoXmBbd8C6/l+TESwriotuRRpkD
gorm.io/gorm v1.25.7/go.mod h1:hbnx/Oo0ChWMn1BIhpy1oYozzpM15i4YPuHDmfYtwg8=
gorm.io/gorm v1.25.11 h1:/Wfyg1B/je1hnDx3sMkX+gAlxrlZpn6X0BXRlwXlvHg=
gorm.io/gorm v1.25.11/go.mod h1:xh7N7RHfYlNc5EmcI/El95gXusucDrQnHXe0+CgWcLQ=
nullprogram.com/x/optparse v1.0.0/go.mod h1:KdyPE+Igbe0jQUrVfMqDMeJQIJZEuyV7pjYmp6pbG50=
rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4=
Loading

0 comments on commit acbda27

Please sign in to comment.