Skip to content

Commit 42f01f0

Browse files
fix(deps): update module github.com/aymanbagabas/go-osc52 to v2 (#3715)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 22032f7 commit 42f01f0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ require (
2424
github.com/alecthomas/kingpin/v2 v2.4.0
2525
github.com/avast/apkparser v0.0.0-20240729092610-90591e0804ae
2626
github.com/aws/aws-sdk-go v1.55.5
27-
github.com/aymanbagabas/go-osc52 v1.2.2
27+
github.com/aymanbagabas/go-osc52 v1.2.1
28+
github.com/aymanbagabas/go-osc52/v2 v2.0.1
2829
github.com/bill-rich/go-syslog v0.0.0-20220413021637-49edb52a574c
2930
github.com/bitfinexcom/bitfinex-api-go v0.0.0-20210608095005-9e0b26f200fb
3031
github.com/bradleyfalzon/ghinstallation/v2 v2.12.0
@@ -151,7 +152,6 @@ require (
151152
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
152153
github.com/atotto/clipboard v0.1.4 // indirect
153154
github.com/aws/smithy-go v1.20.1 // indirect
154-
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
155155
github.com/aymerick/douceur v0.2.0 // indirect
156156
github.com/beorn7/perks v1.0.1 // indirect
157157
github.com/bodgit/plumbing v1.3.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ github.com/aws/aws-sdk-go v1.55.5 h1:KKUZBfBoyqy5d3swXyiC7Q76ic40rYcbqH7qjh59kzU
123123
github.com/aws/aws-sdk-go v1.55.5/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
124124
github.com/aws/smithy-go v1.20.1 h1:4SZlSlMr36UEqC7XOyRVb27XMeZubNcBNN+9IgEPIQw=
125125
github.com/aws/smithy-go v1.20.1/go.mod h1:krry+ya/rV9RDcV/Q16kpu6ypI4K2czasz0NC3qS14E=
126+
github.com/aymanbagabas/go-osc52 v1.2.1 h1:q2sWUyDcozPLcLabEMd+a+7Ea2DitxZVN9hTxab9L4E=
127+
github.com/aymanbagabas/go-osc52 v1.2.1/go.mod h1:zT8H+Rk4VSabYN90pWyugflM3ZhpTZNC7cASDfUCdT4=
126128
github.com/aymanbagabas/go-osc52 v1.2.2 h1:NT7wkhEhPTcKnBCdPi9djmyy9L3JOL4+3SsfJyqptCo=
127129
github.com/aymanbagabas/go-osc52 v1.2.2/go.mod h1:zT8H+Rk4VSabYN90pWyugflM3ZhpTZNC7cASDfUCdT4=
128130
github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=

0 commit comments

Comments
 (0)