Skip to content

Commit

Permalink
Using codemaker-sdk-go@v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
codemakerai-dev committed May 16, 2023
1 parent 4340f73 commit 610ecb7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ func (c *Cli) process(cl client.Client, mode string, lang string, langVer string
Input: client.Input{
Source: source,
},
OutputOptions: &client.OutputOptions{
Options: &client.Options{
LanguageVersion: &langVer,
},
},
Expand Down
2 changes: 1 addition & 1 deletion cli/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ package cli

var (
Version string = "0.0.8"
Build string = "20230508"
Build string = "20230515"
)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/codemakerai/codemaker-cli
go 1.20

require (
github.com/codemakerai/codemaker-sdk-go v0.0.7
github.com/codemakerai/codemaker-sdk-go v0.0.8
github.com/joho/godotenv v1.5.1
go.uber.org/zap v1.24.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8=
github.com/codemakerai/codemaker-sdk-go v0.0.7 h1:iKGLygI1PnRvNXTEkJNQEv/9hvChplhIrHYPnAXORzc=
github.com/codemakerai/codemaker-sdk-go v0.0.7/go.mod h1:drvi/xHywQnOgWWGw3dOWZ4CV0NesAdNNuAtsVdZW2E=
github.com/codemakerai/codemaker-sdk-go v0.0.8 h1:rZovfOCFb+2YZqoz++T+tq6A2q2n2bLoSeVeR4OviyE=
github.com/codemakerai/codemaker-sdk-go v0.0.8/go.mod h1:drvi/xHywQnOgWWGw3dOWZ4CV0NesAdNNuAtsVdZW2E=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=
github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4=
Expand Down

0 comments on commit 610ecb7

Please sign in to comment.