Skip to content

Commit 9d98976

Browse files
fix(deps): update github.com/shortlink-org/shortlink digest to 13ae6d4
1 parent fcd50d9 commit 9d98976

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

billing/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/robfig/cron/v3 v3.0.1
1616
github.com/segmentio/encoding v0.5.3
1717
github.com/shopspring/decimal v1.4.0
18-
github.com/shortlink-org/shortlink v0.0.0-20250831172403-56d0e0710b60
18+
github.com/shortlink-org/shortlink 13ae6d4b0f22
1919
github.com/spf13/viper v1.21.0
2020
github.com/stretchr/testify v1.11.1
2121
github.com/stripe/stripe-go/v82 v82.5.1

payments/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/shopspring/decimal v1.4.0
1212
github.com/shortlink-org/go-sdk/config v0.0.0-20250826211159-82e90734f4da
1313
github.com/shortlink-org/go-sdk/logger 87f230fd779a
14-
github.com/shortlink-org/shortlink v0.0.0-20250831172403-56d0e0710b60
14+
github.com/shortlink-org/shortlink 13ae6d4b0f22
1515
github.com/spf13/viper v1.21.0
1616
github.com/stretchr/testify v1.11.1
1717
github.com/stripe/stripe-go/v82 v82.5.1

wallet/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.1
55
require (
66
github.com/ethereum/go-ethereum v1.16.3
77
github.com/google/wire v0.7.0
8-
github.com/shortlink-org/shortlink v0.0.0-20250831172403-56d0e0710b60
8+
github.com/shortlink-org/shortlink 13ae6d4b0f22
99
github.com/spf13/viper v1.21.0
1010
github.com/stretchr/testify v1.11.1
1111
)

0 commit comments

Comments
 (0)