File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ var fileExtensions = map[string]string{
2121 ".kt" : client .LanguageKotlin ,
2222 ".ts" : client .LanguageTypeScript ,
2323 ".tsx" : client .LanguageTypeScript ,
24- ".rs" : client .LanguageTypeRust ,
24+ ".rs" : client .LanguageRust ,
2525}
2626
2727var testFileSuffixes = map [string ]string {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/codemakerai/codemaker-cli
33go 1.21
44
55require (
6- github.com/codemakerai/codemaker-sdk-go v0.0.15
6+ github.com/codemakerai/codemaker-sdk-go v0.0.16
77 github.com/joho/godotenv v1.5.1
88 go.uber.org/zap v1.27.0
99)
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ github.com/codemakerai/codemaker-sdk-go v0.0.14 h1:DWKKAQ9Lmr8+HDHgC4z4EtSO63zSU
44github.com/codemakerai/codemaker-sdk-go v0.0.14 /go.mod h1:mPB+xrOVXMLP+Ol+I/0eWkW3dbwKd71I23PzAYvuu+k =
55github.com/codemakerai/codemaker-sdk-go v0.0.15 h1:tGzHAscwHc8dHPxpHmsEQGJopb6OG/Xi8Zdku135hRU =
66github.com/codemakerai/codemaker-sdk-go v0.0.15 /go.mod h1:mPB+xrOVXMLP+Ol+I/0eWkW3dbwKd71I23PzAYvuu+k =
7+ github.com/codemakerai/codemaker-sdk-go v0.0.16 h1:6LwFpGFdotMuS9ESTNygV0SfZzgcGZRDlVx6pS9OWSI =
8+ github.com/codemakerai/codemaker-sdk-go v0.0.16 /go.mod h1:mPB+xrOVXMLP+Ol+I/0eWkW3dbwKd71I23PzAYvuu+k =
79github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
810github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
911github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0 =
You can’t perform that action at this time.
0 commit comments