Skip to content

Commit

Permalink
fix: set createdAt annotation (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-crumbaugh authored Dec 4, 2024
1 parent 050d6c0 commit 6730510
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
github.com/speakeasy-api/openapi-overlay v0.9.0
github.com/speakeasy-api/sdk-gen-config v1.29.1
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 v3.15.6
github.com/speakeasy-api/speakeasy-core v0.17.1
github.com/speakeasy-api/speakeasy-core v0.17.3
github.com/speakeasy-api/speakeasy-proxy v0.0.2
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,8 @@ github.com/speakeasy-api/speakeasy-client-sdk-go/v3 v3.15.6 h1:Z+4cE9tYJzS7It5r8
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 v3.15.6/go.mod h1:b4fiZ1Wid0JHwwiYqhaPifDwjmC15uiN7A8Cmid+9kw=
github.com/speakeasy-api/speakeasy-core v0.17.1 h1:tlC/fPo4FWAsF6xlqeBRlj/dioQuo0Vo43oaCCVLlbE=
github.com/speakeasy-api/speakeasy-core v0.17.1/go.mod h1:0U4gDvmCjWVzteXXPhdKcktzTwggyHBSU8EvBpgTA7I=
github.com/speakeasy-api/speakeasy-core v0.17.3 h1:kzGlmQw24tMMsdR6fsXcdcO8tiwLxGTm0Dq1HkMs3lY=
github.com/speakeasy-api/speakeasy-core v0.17.3/go.mod h1:0U4gDvmCjWVzteXXPhdKcktzTwggyHBSU8EvBpgTA7I=
github.com/speakeasy-api/speakeasy-go-sdk v1.8.1 h1:atzohw12oQ5ipaLb1q7ntTu4vvAgKDJsrvaUoOu6sw0=
github.com/speakeasy-api/speakeasy-go-sdk v1.8.1/go.mod h1:XbzaM0sMjj8bGooz/uEtNkOh1FQiJK7RFuNG3LPBSAU=
github.com/speakeasy-api/speakeasy-proxy v0.0.2 h1:u4rQ8lXvuYRCSxiLQGb5JxkZRwNIDlyh+pMFYD6OGjA=
Expand Down

0 comments on commit 6730510

Please sign in to comment.