Skip to content

Commit b458589

Browse files
Using codemaker-sdk-go@v0.0.12
1 parent 82b81f2 commit b458589

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/codemakerai/codemaker-cli
33
go 1.20
44

55
require (
6-
github.com/codemakerai/codemaker-sdk-go v0.0.11
6+
github.com/codemakerai/codemaker-sdk-go v0.0.12
77
github.com/joho/godotenv v1.5.1
88
go.uber.org/zap v1.24.0
99
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8=
2-
github.com/codemakerai/codemaker-sdk-go v0.0.11 h1:4a2vg60NeMn4tMCyaSSI/YUCZMf2ABdZlbkbkpfcRlE=
3-
github.com/codemakerai/codemaker-sdk-go v0.0.11/go.mod h1:drvi/xHywQnOgWWGw3dOWZ4CV0NesAdNNuAtsVdZW2E=
2+
github.com/codemakerai/codemaker-sdk-go v0.0.12 h1:Tl8yxPZI5gTekR3H4Qiop0qwYKIsWumgHZn7LLr5R6k=
3+
github.com/codemakerai/codemaker-sdk-go v0.0.12/go.mod h1:drvi/xHywQnOgWWGw3dOWZ4CV0NesAdNNuAtsVdZW2E=
44
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
55
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=
66
github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4=

0 commit comments

Comments
 (0)