Skip to content

Commit

Permalink
feat: added speakeasy user agent to SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanSpeakEasy committed May 17, 2023
1 parent 8f8c76c commit 2a6387d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/pb33f/libopenapi v0.8.1
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
github.com/sethvargo/go-githubactions v1.1.0
github.com/speakeasy-api/openapi-generation/v2 v2.29.0
github.com/speakeasy-api/openapi-generation/v2 v2.30.0
github.com/speakeasy-api/speakeasy-client-sdk-go v1.14.0
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
Expand Down Expand Up @@ -90,7 +90,7 @@ require (
github.com/sethvargo/go-envconfig v0.9.0 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/speakeasy-api/easytemplate v0.7.0 // indirect
github.com/speakeasy-api/sdk-gen-config v0.4.2 // indirect
github.com/speakeasy-api/sdk-gen-config v0.5.0 // indirect
github.com/speakeasy-api/speakeasy-core v0.0.0-20220906154214-c4cfc66c4bb7 // indirect
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/cast v1.5.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -425,10 +425,10 @@ github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeV
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
github.com/speakeasy-api/easytemplate v0.7.0 h1:TWjHsf2KiRl2to56rXs2IK8B2/vJir7jMpIHEqQvb7Q=
github.com/speakeasy-api/easytemplate v0.7.0/go.mod h1:TZukKvzzqorzug8vAyKMeSh8cHDC2MwftcalRdDLg4k=
github.com/speakeasy-api/openapi-generation/v2 v2.29.0 h1:juXkS8AY4O7ALyMnu12ml5iE1yaQp9bjk8FZVesL5ZM=
github.com/speakeasy-api/openapi-generation/v2 v2.29.0/go.mod h1:4nrYkHvPrQ166PbxpsfX2FJE2kQTdPUlOmQXA4MmDNY=
github.com/speakeasy-api/sdk-gen-config v0.4.2 h1:7mcoLMF4Q4VLkT2TYvjfOMOwxMdnGhFMihTPNIanYCM=
github.com/speakeasy-api/sdk-gen-config v0.4.2/go.mod h1:osr44mhKoRboNtEDMPaDoyH486pLLJH8yvKvnujqnUU=
github.com/speakeasy-api/openapi-generation/v2 v2.30.0 h1:PVRIGEYqjQyQbn35aDFTKDjA+/wALqTSYx/snnddlMg=
github.com/speakeasy-api/openapi-generation/v2 v2.30.0/go.mod h1:fd61ONFYcyGI3QmM7H8qnv60sHatFGb4JWtAxZs7zNk=
github.com/speakeasy-api/sdk-gen-config v0.5.0 h1:c7sU09H5LhJuhSHSyeA7WdiqmRlfwuTmPgTSIfn9nJo=
github.com/speakeasy-api/sdk-gen-config v0.5.0/go.mod h1:osr44mhKoRboNtEDMPaDoyH486pLLJH8yvKvnujqnUU=
github.com/speakeasy-api/speakeasy-client-sdk-go v1.14.0 h1:RqYjM0okHjjEyKRxumaTmZDWt68nGZo1sbIfALyqLCg=
github.com/speakeasy-api/speakeasy-client-sdk-go v1.14.0/go.mod h1:xsmMkmsZjL9uh97GY6VbihZ6jScY90xoq2Dc7ukwB98=
github.com/speakeasy-api/speakeasy-core v0.0.0-20220906154214-c4cfc66c4bb7 h1:3rKvk9/Xgj7ugJ3eGq3w4A+IW27U1lmQ+pBOMpbP6e8=
Expand Down

0 comments on commit 2a6387d

Please sign in to comment.