Compare commits

..

No commits in common. "4f1e9878c9bc540f06cc2ce7a5f338d052bc16a1" and "2b4f0b75cf73f5917f0ea5d627e28e01668704ee" have entirely different histories.

3 changed files with 3 additions and 29 deletions

View File

@ -1,31 +1,5 @@
# CHANGELOG
## v1.18.3 (2023-06-10)
### Others
- build(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (2023-05-31)
- build(deps): bump github.com/urfave/cli/v2 from 2.25.4 to 2.25.5 (2023-05-30)
- build(deps): bump github.com/urfave/cli/v2 from 2.25.3 to 2.25.4 (2023-05-29)
- build(deps): bump github.com/go-git/go-git/v5 from 5.6.1 to 5.7.0 (2023-05-24)
- build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (2023-05-19)
- chore: Thanks Jetbrains (2023-05-18)
- build(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 (2023-05-12)
- build(deps): bump github.com/urfave/cli/v2 from 2.25.2 to 2.25.3 (2023-05-02)
- build(deps): bump github.com/urfave/cli/v2 from 2.25.1 to 2.25.2 (2023-05-01)
- build(deps): bump golang.org/x/mod from 0.9.0 to 0.10.0 (2023-04-05)
- chore(changelog): generate v1.18.2 (2023-03-29)
## v1.18.2 (2023-03-29)
### Others

2
go.mod
View File

@ -12,7 +12,7 @@ require (
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
github.com/sebdah/goldie/v2 v2.5.3
github.com/stretchr/testify v1.8.4
github.com/urfave/cli/v2 v2.25.6
github.com/urfave/cli/v2 v2.25.5
golang.org/x/mod v0.10.0
)

4
go.sum
View File

@ -89,8 +89,8 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
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/urfave/cli/v2 v2.25.6 h1:yuSkgDSZfH3L1CjF2/5fNNg2KbM47pY2EvjBq4ESQnU=
github.com/urfave/cli/v2 v2.25.6/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ=
github.com/urfave/cli/v2 v2.25.5 h1:d0NIAyhh5shGscroL7ek/Ya9QYQE0KNabJgiUinIQkc=
github.com/urfave/cli/v2 v2.25.5/go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc=
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU=