Skip to content

Commit 84bfb5b

Browse files
fix(deps): update github.com/shortlink-org/go-sdk/logger digest to 8747a3d
1 parent 3e74770 commit 84bfb5b

5 files changed

Lines changed: 74 additions & 21 deletions

File tree

billing/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/segmentio/encoding v0.5.4
1717
github.com/shopspring/decimal v1.4.0
1818
github.com/shortlink-org/go-sdk/config v0.0.0-20250826211159-82e90734f4da
19-
github.com/shortlink-org/go-sdk/logger v0.0.0-20250912225626-772d88913fba
19+
github.com/shortlink-org/go-sdk/logger 8747a3d560dd
2020
github.com/shortlink-org/shortlink v0.0.0-20250831172403-56d0e0710b60
2121
github.com/spf13/viper v1.21.0
2222
github.com/stretchr/testify v1.11.1

payments/go.mod

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/shortlink-org/billing/payments
22

3-
go 1.25.1
3+
go 1.26.2
44

55
require (
66
github.com/cucumber/godog v0.15.1
@@ -9,8 +9,8 @@ require (
99
github.com/looplab/fsm v1.0.3
1010
github.com/samber/lo v1.53.0
1111
github.com/shopspring/decimal v1.4.0
12-
github.com/shortlink-org/go-sdk/config v0.0.0-20250826211159-82e90734f4da
13-
github.com/shortlink-org/go-sdk/logger v0.0.0-20250828121506-ed6b3e0c8136
12+
github.com/shortlink-org/go-sdk/config v0.0.0-20260419222854-fd069f4d5106
13+
github.com/shortlink-org/go-sdk/logger v0.0.0-20260423030539-8747a3d560dd
1414
github.com/shortlink-org/shortlink v0.0.0-20250831172403-56d0e0710b60
1515
github.com/spf13/viper v1.21.0
1616
github.com/stretchr/testify v1.11.1
@@ -23,8 +23,9 @@ require (
2323

2424
require (
2525
filippo.io/edwards25519 v1.1.0 // indirect
26-
github.com/Masterminds/semver/v3 v3.3.1 // indirect
26+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
2727
github.com/Unleash/unleash-go-sdk/v5 v5.0.3 // indirect
28+
github.com/Unleash/unleash-go-sdk/v6 v6.4.0 // indirect
2829
github.com/XSAM/otelsql v0.39.0 // indirect
2930
github.com/beorn7/perks v1.0.1 // indirect
3031
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -61,6 +62,7 @@ require (
6162
github.com/hashicorp/go-memdb v1.3.4 // indirect
6263
github.com/hashicorp/go-multierror v1.1.1 // indirect
6364
github.com/hashicorp/golang-lru v0.5.4 // indirect
65+
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
6466
github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb // indirect
6567
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6668
github.com/jackc/pgpassfile v1.0.0 // indirect
@@ -69,6 +71,7 @@ require (
6971
github.com/jackc/puddle/v2 v2.2.2 // indirect
7072
github.com/johejo/golang-migrate-extra v0.0.0-20211005021153-c17dd75f8b4a // indirect
7173
github.com/klauspost/compress v1.18.0 // indirect
74+
github.com/launchdarkly/eventsource v1.10.0 // indirect
7275
github.com/lib/pq v1.10.9 // indirect
7376
github.com/mattn/go-sqlite3 v1.14.32 // indirect
7477
github.com/montanaflynn/stats v0.7.1 // indirect
@@ -92,7 +95,7 @@ require (
9295
github.com/spf13/cast v1.10.0 // indirect
9396
github.com/spf13/cobra v1.9.1 // indirect
9497
github.com/spf13/pflag v1.0.10 // indirect
95-
github.com/stretchr/objx v0.5.2 // indirect
98+
github.com/stretchr/objx v0.5.3 // indirect
9699
github.com/subosito/gotenv v1.6.0 // indirect
97100
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
98101
github.com/twmb/murmur3 v1.1.8 // indirect
@@ -120,13 +123,13 @@ require (
120123
go.uber.org/atomic v1.11.0 // indirect
121124
go.uber.org/automaxprocs v1.6.0 // indirect
122125
go.yaml.in/yaml/v3 v3.0.4 // indirect
123-
golang.org/x/crypto v0.46.0 // indirect
124-
golang.org/x/mod v0.30.0 // indirect
125-
golang.org/x/net v0.48.0 // indirect
126-
golang.org/x/sync v0.19.0 // indirect
127-
golang.org/x/sys v0.42.0 // indirect
128-
golang.org/x/text v0.32.0 // indirect
129-
golang.org/x/tools v0.39.0 // indirect
126+
golang.org/x/crypto v0.49.0 // indirect
127+
golang.org/x/mod v0.34.0 // indirect
128+
golang.org/x/net v0.52.0 // indirect
129+
golang.org/x/sync v0.20.0 // indirect
130+
golang.org/x/sys v0.43.0 // indirect
131+
golang.org/x/text v0.36.0 // indirect
132+
golang.org/x/tools v0.43.0 // indirect
130133
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
131134
google.golang.org/grpc v1.79.3 // indirect
132135
gopkg.in/yaml.v3 v3.0.1 // indirect

payments/go.sum

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,17 @@ github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym
4545
github.com/ClickHouse/clickhouse-go v1.3.12/go.mod h1:EaI/sW7Azgz9UATzd5ZdZHRUhHgv5+JMS9NSr2smCJI=
4646
github.com/Masterminds/semver/v3 v3.3.1 h1:QtNSWtVZ3nBfk8mAOu/B6v7FMJ+NHTIgUPi7rj+4nv4=
4747
github.com/Masterminds/semver/v3 v3.3.1/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
48+
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=
49+
github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
4850
github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5/go.mod h1:tTuCMEN+UleMWgg9dVx4Hu52b1bJo+59jBh3ajtinzw=
4951
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
5052
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
5153
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw=
5254
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk=
5355
github.com/Unleash/unleash-go-sdk/v5 v5.0.3 h1:tkXvNb7aJtOx1lSVV1riXUdNkXTrhriisVStLWlcZl0=
5456
github.com/Unleash/unleash-go-sdk/v5 v5.0.3/go.mod h1:gSSfyX/8pUEpx9lla15HuVd30/XG6dcd17M4VhR0Y38=
57+
github.com/Unleash/unleash-go-sdk/v6 v6.4.0 h1:cdQN/MFPRalE7rVS2DG0OwNXKE6LXmOiQLHoyBxMY6M=
58+
github.com/Unleash/unleash-go-sdk/v6 v6.4.0/go.mod h1:lfD5d3Ten7ECXQFpfmyMUnGC/9+ONPUGwlAbue7zuEk=
5559
github.com/XSAM/otelsql v0.39.0 h1:4o374mEIMweaeevL7fd8Q3C710Xi2Jh/c8G4Qy9bvCY=
5660
github.com/XSAM/otelsql v0.39.0/go.mod h1:uMOXLUX+wkuAuP0AR3B45NXX7E9lJS2mERa8gqdU8R0=
5761
github.com/apache/arrow/go/arrow v0.0.0-20200601151325-b2287a20f230/go.mod h1:QNYViu/X0HXDHw7m3KXzWSVXIbfUvJqBFe6Gj8/pYA0=
@@ -303,6 +307,8 @@ github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ
303307
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
304308
github.com/hashicorp/golang-lru v0.5.4 h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc=
305309
github.com/hashicorp/golang-lru v0.5.4/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
310+
github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
311+
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
306312
github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb h1:tsEKRC3PU9rMw18w/uAptoijhgG4EvlA5kfJPtwrMDk=
307313
github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb/go.mod h1:NtmN9h8vrTveVQRLHcX2HQ5wIPBDCsZ351TGbZWgg38=
308314
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
@@ -371,6 +377,8 @@ github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
371377
github.com/ktrysmt/go-bitbucket v0.6.4/go.mod h1:9u0v3hsd2rqCHRIpbir1oP7F58uo5dq19sBYvuMoyQ4=
372378
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
373379
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
380+
github.com/launchdarkly/eventsource v1.10.0 h1:H9Tp6AfGu/G2qzBJC26iperrvwhzdbiA/gx7qE2nDFI=
381+
github.com/launchdarkly/eventsource v1.10.0/go.mod h1:J3oa50bPvJesZqNAJtb5btSIo5N6roDWhiAS3IpsKck=
374382
github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
375383
github.com/lib/pq v1.1.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
376384
github.com/lib/pq v1.2.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
@@ -506,8 +514,12 @@ github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp
506514
github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=
507515
github.com/shortlink-org/go-sdk/config v0.0.0-20250826211159-82e90734f4da h1:xxHFZsfaGEn89naNjxjl3FWJ/t4OcAYg0QC0eIh2QLo=
508516
github.com/shortlink-org/go-sdk/config v0.0.0-20250826211159-82e90734f4da/go.mod h1:3FoOjX741zyfIMKjBaQ9bYCS7Bb7fmxm+3kRQKp+SVc=
517+
github.com/shortlink-org/go-sdk/config v0.0.0-20260419222854-fd069f4d5106 h1:UheCbENEwRYvgxfEGucDjHwBOPoHAj6r9nz5Z2plPCM=
518+
github.com/shortlink-org/go-sdk/config v0.0.0-20260419222854-fd069f4d5106/go.mod h1:SgqtI/Y3GTHOorKylL0ELCkZCSgrrtPX5zkaX1Y5uqQ=
509519
github.com/shortlink-org/go-sdk/logger v0.0.0-20250828121506-ed6b3e0c8136 h1:rVRVzgfRAgQ3saX7bK0WzKhwIcx+uvs9HSHH0V+BbKE=
510520
github.com/shortlink-org/go-sdk/logger v0.0.0-20250828121506-ed6b3e0c8136/go.mod h1:wsn+K/abmfMQ7ztjGkXXP44B0dMg6BfLXJQoRHNbwes=
521+
github.com/shortlink-org/go-sdk/logger v0.0.0-20260423030539-8747a3d560dd h1:rAOD3IBha8rg8DL/uSyGmkZqOXlGz2f4nRakcFXYwjM=
522+
github.com/shortlink-org/go-sdk/logger v0.0.0-20260423030539-8747a3d560dd/go.mod h1:pMlS8NlWkMZ72jSf3TqlSN3lqMUyJO9xSgiRdq+FlQI=
511523
github.com/shortlink-org/shortlink v0.0.0-20250831172403-56d0e0710b60 h1:cX5A2HLyqoD5s322/ryb0po/HLvuKYRLzEs1RfFnE2c=
512524
github.com/shortlink-org/shortlink v0.0.0-20250831172403-56d0e0710b60/go.mod h1:X5oLIKgkJUEXCChc13SFYE8xw/vN7pkh1p9tDrZrYG0=
513525
github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q=
@@ -541,6 +553,8 @@ github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSS
541553
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
542554
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
543555
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
556+
github.com/stretchr/objx v0.5.3 h1:jmXUvGomnU1o3W/V5h2VEradbpJDwGrzugQQvL0POH4=
557+
github.com/stretchr/objx v0.5.3/go.mod h1:rDQraq+vQZU7Fde9LOZLr8Tax6zZvy4kuNKF+QYS+U0=
544558
github.com/stretchr/testify v1.2.0/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
545559
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
546560
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
@@ -661,6 +675,8 @@ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5y
661675
golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw=
662676
golang.org/x/crypto v0.46.0 h1:cKRW/pmt1pKAfetfu+RCEvjvZkA9RimPbh7bhFjGVBU=
663677
golang.org/x/crypto v0.46.0/go.mod h1:Evb/oLKmMraqjZ2iQTwDwvCtJkczlDuTmdJXoZVzqU0=
678+
golang.org/x/crypto v0.49.0 h1:+Ng2ULVvLHnJ/ZFEq4KdcDd/cfjrrjjNSXNzxg0Y4U4=
679+
golang.org/x/crypto v0.49.0/go.mod h1:ErX4dUh2UM+CFYiXZRTcMpEcN8b/1gxEuv3nODoYtCA=
664680
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
665681
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
666682
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
@@ -697,6 +713,7 @@ golang.org/x/mod v0.6.0/go.mod h1:4mET923SAdbXp2ki8ey+zGs1SLqsuM2Y0uvdZR/fUNI=
697713
golang.org/x/mod v0.7.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
698714
golang.org/x/mod v0.30.0 h1:fDEXFVZ/fmCKProc/yAXXUijritrDzahmwwefnjoPFk=
699715
golang.org/x/mod v0.30.0/go.mod h1:lAsf5O2EvJeSFMiBxXDki7sCgAxEUcZHXoXMKT4GJKc=
716+
golang.org/x/mod v0.34.0/go.mod h1:ykgH52iCZe79kzLLMhyCUzhMci+nQj+0XkbXpNYtVjY=
700717
golang.org/x/net v0.0.0-20180218175443-cbe0f9307d01/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
701718
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
702719
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@@ -745,6 +762,8 @@ golang.org/x/net v0.3.0/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE=
745762
golang.org/x/net v0.5.0/go.mod h1:DivGGAXEgPSlEBzxGzZI+ZLohi+xUj054jfeKui00ws=
746763
golang.org/x/net v0.48.0 h1:zyQRTTrjc33Lhh0fBgT/H3oZq9WuvRR5gPC70xpDiQU=
747764
golang.org/x/net v0.48.0/go.mod h1:+ndRgGjkh8FGtu1w1FGbEC31if4VrNVMuKTgcAAnQRY=
765+
golang.org/x/net v0.52.0 h1:He/TN1l0e4mmR3QqHMT2Xab3Aj3L9qjbhRm78/6jrW0=
766+
golang.org/x/net v0.52.0/go.mod h1:R1MAz7uMZxVMualyPXb+VaqGSa3LIaUqk0eEt3w36Sw=
748767
golang.org/x/oauth2 v0.0.0-20180227000427-d7d64896b5ff/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
749768
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
750769
golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
@@ -766,6 +785,8 @@ golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJ
766785
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
767786
golang.org/x/sync v0.19.0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4=
768787
golang.org/x/sync v0.19.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
788+
golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4=
789+
golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
769790
golang.org/x/sys v0.0.0-20180224232135-f6cff0780e54/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
770791
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
771792
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -824,6 +845,8 @@ golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
824845
golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
825846
golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo=
826847
golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
848+
golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=
849+
golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
827850
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
828851
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
829852
golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
@@ -843,6 +866,8 @@ golang.org/x/text v0.5.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
843866
golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
844867
golang.org/x/text v0.32.0 h1:ZD01bjUt1FQ9WJ0ClOL5vxgxOI/sVCNgX1YtKwcY0mU=
845868
golang.org/x/text v0.32.0/go.mod h1:o/rUWzghvpD5TXrTIBuJU77MTaN0ljMWE47kxGJQ7jY=
869+
golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg=
870+
golang.org/x/text v0.36.0/go.mod h1:NIdBknypM8iqVmPiuco0Dh6P5Jcdk8lJL0CUebqK164=
846871
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
847872
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
848873
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
@@ -900,6 +925,7 @@ golang.org/x/tools v0.2.0/go.mod h1:y4OqIKeOV/fWJetJ8bXPU1sEVniLMIyDAZWeHdV+NTA=
900925
golang.org/x/tools v0.4.0/go.mod h1:UE5sM2OK9E/d67R0ANs2xJizIymRP5gJU295PvKXxjQ=
901926
golang.org/x/tools v0.39.0 h1:ik4ho21kwuQln40uelmciQPp9SipgNDdrafrYA4TmQQ=
902927
golang.org/x/tools v0.39.0/go.mod h1:JnefbkDPyD8UU2kI5fuf8ZX4/yUeh9W877ZeBONxUqQ=
928+
golang.org/x/tools v0.43.0/go.mod h1:uHkMso649BX2cZK6+RpuIPXS3ho2hZo4FVwfoy1vIk0=
903929
golang.org/x/xerrors v0.0.0-20190410155217-1f06c39b4373/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
904930
golang.org/x/xerrors v0.0.0-20190513163551-3ee3066db522/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
905931
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

wallet/go.mod

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
module github.com/shortlink-org/shortlink/boundaries/billing/wallet
22

3-
go 1.25.3
3+
go 1.26.2
44

55
require (
66
github.com/ethereum/go-ethereum v1.16.8
77
github.com/google/wire v0.7.0
8-
github.com/shortlink-org/go-sdk/logger v0.0.0-20251111173054-8c030dab4702
8+
github.com/shortlink-org/go-sdk/logger v0.0.0-20260423030539-8747a3d560dd
99
github.com/shortlink-org/shortlink v0.0.0-20250831172403-56d0e0710b60
1010
github.com/spf13/viper v1.21.0
1111
github.com/stretchr/testify v1.11.1
1212
)
1313

1414
require (
1515
filippo.io/edwards25519 v1.1.1 // indirect
16-
github.com/Masterminds/semver/v3 v3.3.1 // indirect
16+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
1717
github.com/Microsoft/go-winio v0.6.2 // indirect
1818
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect
1919
github.com/StackExchange/wmi v1.2.1 // indirect
2020
github.com/Unleash/unleash-go-sdk/v5 v5.0.3 // indirect
21+
github.com/Unleash/unleash-go-sdk/v6 v6.4.0 // indirect
2122
github.com/XSAM/otelsql v0.39.0 // indirect
2223
github.com/beorn7/perks v1.0.1 // indirect
2324
github.com/bits-and-blooms/bitset v1.20.0 // indirect
@@ -58,6 +59,7 @@ require (
5859
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
5960
github.com/hashicorp/errwrap v1.1.0 // indirect
6061
github.com/hashicorp/go-multierror v1.1.1 // indirect
62+
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
6163
github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb // indirect
6264
github.com/holiman/uint256 v1.3.2 // indirect
6365
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -67,6 +69,7 @@ require (
6769
github.com/jackc/puddle/v2 v2.2.2 // indirect
6870
github.com/johejo/golang-migrate-extra v0.0.0-20211005021153-c17dd75f8b4a // indirect
6971
github.com/klauspost/compress v1.18.0 // indirect
72+
github.com/launchdarkly/eventsource v1.10.0 // indirect
7073
github.com/lib/pq v1.10.9 // indirect
7174
github.com/mattn/go-sqlite3 v1.14.32 // indirect
7275
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
@@ -88,13 +91,13 @@ require (
8891
github.com/rs/cors v1.11.0 // indirect
8992
github.com/sagikazarmark/locafero v0.11.0 // indirect
9093
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
91-
github.com/shortlink-org/go-sdk/config v0.0.0-20250826211159-82e90734f4da // indirect
94+
github.com/shortlink-org/go-sdk/config v0.0.0-20260419222854-fd069f4d5106 // indirect
9295
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
9396
github.com/spf13/afero v1.15.0 // indirect
9497
github.com/spf13/cast v1.10.0 // indirect
9598
github.com/spf13/cobra v1.9.1 // indirect
9699
github.com/spf13/pflag v1.0.10 // indirect
97-
github.com/stretchr/objx v0.5.2 // indirect
100+
github.com/stretchr/objx v0.5.3 // indirect
98101
github.com/subosito/gotenv v1.6.0 // indirect
99102
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe // indirect
100103
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
@@ -128,9 +131,9 @@ require (
128131
go.yaml.in/yaml/v3 v3.0.4 // indirect
129132
golang.org/x/crypto v0.41.0 // indirect
130133
golang.org/x/net v0.43.0 // indirect
131-
golang.org/x/sync v0.17.0 // indirect
132-
golang.org/x/sys v0.42.0 // indirect
133-
golang.org/x/text v0.30.0 // indirect
134+
golang.org/x/sync v0.20.0 // indirect
135+
golang.org/x/sys v0.43.0 // indirect
136+
golang.org/x/text v0.36.0 // indirect
134137
google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect
135138
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect
136139
google.golang.org/grpc v1.75.0 // indirect

0 commit comments

Comments
 (0)