Skip to content

Commit ad8bc09

Browse files
committed
build: bump speakeasy-core (typed LicenseJwt) and speakeasy-client-sdk-go
Pseudo-versions pending tags: speakeasy-core#157, speakeasy-client-sdk-go#50.
1 parent f9b696b commit ad8bc09

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ require (
5050
github.com/speakeasy-api/openapi-generation/v2 v2.932.0
5151
github.com/speakeasy-api/sdk-gen-config v1.57.1
5252
github.com/speakeasy-api/speakeasy-agent-mode-content v0.2.12
53-
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 v3.26.7
54-
github.com/speakeasy-api/speakeasy-core v0.22.3-0.20260818145429-594a5bd0b43e
53+
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 v3.26.8-0.20260819133250-c00535192fe8
54+
github.com/speakeasy-api/speakeasy-core v0.22.3-0.20260819133721-d68ffbf3a0a1
5555
github.com/speakeasy-api/versioning-reports v0.7.0
5656
github.com/spf13/cobra v1.10.2
5757
github.com/spf13/pflag v1.0.9
@@ -233,6 +233,7 @@ require (
233233
github.com/spewerspew/spew v0.0.0-20230513223542-89b69fbbe2bd // indirect
234234
github.com/spf13/afero v1.11.0 // indirect
235235
github.com/spf13/cast v1.7.1 // indirect
236+
github.com/spyzhov/ajson v0.8.0 // indirect
236237
github.com/subosito/gotenv v1.6.0 // indirect
237238
github.com/swaggest/jsonschema-go v0.3.79 // indirect
238239
github.com/swaggest/refl v1.4.0 // indirect

go.sum

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -556,10 +556,10 @@ github.com/speakeasy-api/sdk-gen-config v1.57.1 h1:s0r+utcuSnJqbWxor7wYMGVzj7lRx
556556
github.com/speakeasy-api/sdk-gen-config v1.57.1/go.mod h1:kD0NPNX5yaG4j+dcCpLL0hHKQbFk6X93obp+v1XlK5E=
557557
github.com/speakeasy-api/speakeasy-agent-mode-content v0.2.12 h1:dGONbW8WLNc4uSox1/k8O4JFggHoQy1v6R9cLqbTf5M=
558558
github.com/speakeasy-api/speakeasy-agent-mode-content v0.2.12/go.mod h1:AiZRZLL+sv9uwtTHIECc1dcTgfJrXrEB5QxcAGifMkI=
559-
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 v3.26.7 h1:SoWZkRlpFlv8qibCfXWrBZay1JeLS9uqJ+1cu+DFgXo=
560-
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 v3.26.7/go.mod h1:k9JD6Rj0+Iizc5COoLZHyRIOGGITpKZ2qBuFFO8SqNI=
561-
github.com/speakeasy-api/speakeasy-core v0.22.3-0.20260818145429-594a5bd0b43e h1:9E+ZfB8iJqdNxi6G9rMI9jxeNgcqSAeWR0TpUy4F5VU=
562-
github.com/speakeasy-api/speakeasy-core v0.22.3-0.20260818145429-594a5bd0b43e/go.mod h1:584TlOBtX4Bks5cwrbo1OPjzP3YMvzgH/NK1HKBqoo0=
559+
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 v3.26.8-0.20260819133250-c00535192fe8 h1:TYrwIrPoRCKJKqC1xj/wC0Kg3swi0czh8SmsPb9GNo0=
560+
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 v3.26.8-0.20260819133250-c00535192fe8/go.mod h1:p9D1isFuUGEnzeHZCUhvOiJi0vJyeY7IEu9Lge5GB68=
561+
github.com/speakeasy-api/speakeasy-core v0.22.3-0.20260819133721-d68ffbf3a0a1 h1:uGImHRutTk7qDex2VM5MlU1aEXflc/XguI3LLmJmFRA=
562+
github.com/speakeasy-api/speakeasy-core v0.22.3-0.20260819133721-d68ffbf3a0a1/go.mod h1:rZY5EXsb0atnk/YwPa4j9aHRtDF8vRVRNxBDGCrxjDw=
563563
github.com/speakeasy-api/versioning-reports v0.7.0 h1:Q2uI1RrEiOkuudoILSu7Mtkg8+ObT/hZakAG9CD+8f0=
564564
github.com/speakeasy-api/versioning-reports v0.7.0/go.mod h1:LW5FABrvi5SBbeiD3HJYw0JZYe6Rw2Xna59pFJ2BmLI=
565565
github.com/spewerspew/spew v0.0.0-20230513223542-89b69fbbe2bd h1:csraKifkLpqDClUIbFTetjtraueL1KUhKBm6okL+ug4=
@@ -574,6 +574,8 @@ github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
574574
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
575575
github.com/spf13/viper v1.19.0 h1:RWq5SEjt8o25SROyN3z2OrDB9l7RPd3lwTWU8EcEdcI=
576576
github.com/spf13/viper v1.19.0/go.mod h1:GQUN9bilAbhU/jgc1bKs99f/suXKeUMct8Adx5+Ntkg=
577+
github.com/spyzhov/ajson v0.8.0 h1:sFXyMbi4Y/BKjrsfkUZHSjA2JM1184enheSjjoT/zCc=
578+
github.com/spyzhov/ajson v0.8.0/go.mod h1:63V+CGM6f1Bu/p4nLIN8885ojBdt88TbLoSFzyqMuVA=
577579
github.com/stoewer/go-strcase v1.3.1 h1:iS0MdW+kVTxgMoE1LAZyMiYJFKlOzLooE4MxjirtkAs=
578580
github.com/stoewer/go-strcase v1.3.1/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo=
579581
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)