Skip to content

Commit 8cc90f1

Browse files
chore(internal): codegen related update
1 parent 6fb143a commit 8cc90f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/lithic-com/lithic-go
33
go 1.22
44

55
require (
6-
github.com/standard-webhooks/standard-webhooks/libraries v0.0.0-20260218155026-c54c4d7dd7af
6+
github.com/standard-webhooks/standard-webhooks/libraries v0.0.0-20260218190227-a1773d7ffc57
77
github.com/tidwall/gjson v1.14.4
88
github.com/tidwall/sjson v1.2.5
99
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/standard-webhooks/standard-webhooks/libraries v0.0.0-20260218155026-c54c4d7dd7af h1:N6tWCzt92IpTWj/jB96BLH4FPkEwL4MzWMOlF69Ra+o=
2-
github.com/standard-webhooks/standard-webhooks/libraries v0.0.0-20260218155026-c54c4d7dd7af/go.mod h1:L1MQhA6x4dn9r007T033lsaZMv9EmBAdXyU/+EF40fo=
1+
github.com/standard-webhooks/standard-webhooks/libraries v0.0.0-20260218190227-a1773d7ffc57 h1:Tyc4ahpgMG94JVYI31kubJ7+W/GQIfXW3Oyrp3nzoeE=
2+
github.com/standard-webhooks/standard-webhooks/libraries v0.0.0-20260218190227-a1773d7ffc57/go.mod h1:L1MQhA6x4dn9r007T033lsaZMv9EmBAdXyU/+EF40fo=
33
github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
44
github.com/tidwall/gjson v1.14.4 h1:uo0p8EbA09J7RQaflQ1aBRffTR7xedD2bcIVSYxLnkM=
55
github.com/tidwall/gjson v1.14.4/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=

0 commit comments

Comments
 (0)