Skip to content

Commit 881fd8c

Browse files
bump versions
1 parent 2669cb4 commit 881fd8c

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/calypr/data-client
33
go 1.26.2
44

55
require (
6-
github.com/calypr/syfon/apigen v0.2.3
7-
github.com/calypr/syfon/client v0.2.3
6+
github.com/calypr/syfon/apigen v0.2.4
7+
github.com/calypr/syfon/client v0.2.4
88
github.com/golang-jwt/jwt/v5 v5.3.1
99
github.com/hashicorp/go-retryablehttp v0.7.8
1010
github.com/hashicorp/go-version v1.9.0

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ github.com/apapsch/go-jsonmerge/v2 v2.0.0/go.mod h1:lvDnEdqiQrp0O42VQGgmlKpxL1AP
88
github.com/bmatcuk/doublestar v1.1.1/go.mod h1:UD6OnuiIn0yFxxA2le/rnRU1G4RaI4UvFv1sNto9p6w=
99
github.com/calypr/syfon/apigen v0.2.3 h1:32Wk60IN18Ir8aTjo2UfMpB/yeOfF2XItiqk6/33Kkk=
1010
github.com/calypr/syfon/apigen v0.2.3/go.mod h1:9JNwTgR57yKJlWqZpdqP+/l4zCNzH1EIFrW+e20PyMQ=
11+
github.com/calypr/syfon/apigen v0.2.4 h1:LMK7IChGjDZ/7u7mTlVQTW4BR+TnF+4we/qLouk/S6Q=
12+
github.com/calypr/syfon/apigen v0.2.4/go.mod h1:9JNwTgR57yKJlWqZpdqP+/l4zCNzH1EIFrW+e20PyMQ=
1113
github.com/calypr/syfon/client v0.2.3 h1:5vIwLgAoEZd9/LjxmyjPfjJkfOpop4Y2ZFgjPoaCmis=
1214
github.com/calypr/syfon/client v0.2.3/go.mod h1:Yb0nHJER/8BWUwiBNY3idqQQO087do9gS9kXn1+UOik=
15+
github.com/calypr/syfon/client v0.2.4 h1:9wOleoF86lGoE7/CLhMLmkdUrBVLbuKRiBHrGILZdmE=
16+
github.com/calypr/syfon/client v0.2.4/go.mod h1:44Xfegl+Ti5FQB/KJHq3cJP8hEUa7L0P059iqAVW2kg=
1317
github.com/clipperhouse/uax29/v2 v2.7.0 h1:+gs4oBZ2gPfVrKPthwbMzWZDaAFPGYK72F0NJv2v7Vk=
1418
github.com/clipperhouse/uax29/v2 v2.7.0/go.mod h1:EFJ2TJMRUaplDxHKj1qAEhCtQPW2tJSwu5BF98AuoVM=
1519
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=

0 commit comments

Comments
 (0)