Skip to content

Commit fee1062

Browse files
chore(deps): bump github.com/savioxavier/termlink from 1.4.1 to 1.4.2 (#347)
Bumps [github.com/savioxavier/termlink](https://github.com/savioxavier/termlink) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/savioxavier/termlink/releases) - [Commits](savioxavier/termlink@v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: github.com/savioxavier/termlink dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5fd7363 commit fee1062

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/obalunenko/getenv v1.14.0
99
github.com/obalunenko/logger v1.2.0
1010
github.com/obalunenko/version v1.2.0
11-
github.com/savioxavier/termlink v1.4.1
11+
github.com/savioxavier/termlink v1.4.2
1212
github.com/stretchr/testify v1.10.0
1313
github.com/urfave/cli/v2 v2.27.5
1414
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
2929
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
3030
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
3131
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
32-
github.com/savioxavier/termlink v1.4.1 h1:pFcd+XH8iQjL+2mB4buCDUo+CMt5kKsr8jGG+VLfYAg=
33-
github.com/savioxavier/termlink v1.4.1/go.mod h1:5T5ePUlWbxCHIwyF8/Ez1qufOoGM89RCg9NvG+3G3gc=
32+
github.com/savioxavier/termlink v1.4.2 h1:PRlvcStluuSKA87KCIqzODknYeQ3XEcgJP6DvAAVl1c=
33+
github.com/savioxavier/termlink v1.4.2/go.mod h1:5T5ePUlWbxCHIwyF8/Ez1qufOoGM89RCg9NvG+3G3gc=
3434
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
3535
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
3636
github.com/urfave/cli/v2 v2.27.5 h1:WoHEJLdsXr6dDWoJgMq/CboDmyY/8HMMH1fTECbih+w=

vendor/github.com/savioxavier/termlink/termlink.go

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ github.com/pmezard/go-difflib/difflib
4141
# github.com/russross/blackfriday/v2 v2.1.0
4242
## explicit
4343
github.com/russross/blackfriday/v2
44-
# github.com/savioxavier/termlink v1.4.1
44+
# github.com/savioxavier/termlink v1.4.2
4545
## explicit; go 1.17
4646
github.com/savioxavier/termlink
4747
# github.com/stretchr/testify v1.10.0

0 commit comments

Comments
 (0)