diff --git a/go.mod b/go.mod index c97b905..237f65d 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.23.2 require ( github.com/c-bata/go-prompt v0.2.6 - github.com/dicedb/dicedb-go v0.0.0-20241120180339-1e6eb210622f + github.com/dicedb/dicedb-go v0.1.1 github.com/spf13/cobra v1.8.1 ) diff --git a/go.sum b/go.sum index 896dff2..299c81b 100644 --- a/go.sum +++ b/go.sum @@ -17,6 +17,12 @@ github.com/dicedb/dicedb-go v0.0.0-20241026093718-570de4575be3 h1:JvnAibMNGA0vQH github.com/dicedb/dicedb-go v0.0.0-20241026093718-570de4575be3/go.mod h1:p7x5/3S6wBEmiRMwxavj1I1P1xsSVQS6fcSbeai5ic4= github.com/dicedb/dicedb-go v0.0.0-20241120180339-1e6eb210622f h1:snDAMNG0lJDUdPVEvO7fqDvszVZrKLipd6fVFDvmqmE= github.com/dicedb/dicedb-go v0.0.0-20241120180339-1e6eb210622f/go.mod h1:DuggsMhSh810UH6hH4MXWLflPz+/ZgoFAhhsi53S9e0= +github.com/dicedb/dicedb-go v0.0.0-20241121185405-b4a31f3f96da h1:RXhojClkhWRo3xIMJ9wGQ1MefhcDbCZ5fg8WWGyl3nI= +github.com/dicedb/dicedb-go v0.0.0-20241121185405-b4a31f3f96da/go.mod h1:DuggsMhSh810UH6hH4MXWLflPz+/ZgoFAhhsi53S9e0= +github.com/dicedb/dicedb-go v0.1.0 h1:Qotpe6p4UWhYkomy2GjtUiv1qRhUbsJylV5cCXviCWs= +github.com/dicedb/dicedb-go v0.1.0/go.mod h1:DuggsMhSh810UH6hH4MXWLflPz+/ZgoFAhhsi53S9e0= +github.com/dicedb/dicedb-go v0.1.1 h1:LbzJgCnIOMAIRsd7DWqdgbgFz5XlHl9gMWNr6rDUZR4= +github.com/dicedb/dicedb-go v0.1.1/go.mod h1:DuggsMhSh810UH6hH4MXWLflPz+/ZgoFAhhsi53S9e0= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=