Skip to content

Commit

Permalink
updated streamdb-client version
Browse files Browse the repository at this point in the history
  • Loading branch information
sn0wyQ committed Jan 17, 2023
1 parent bb9814b commit 81846e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.0
github.com/jedib0t/go-pretty/v6 v6.4.3
github.com/prometheus/client_golang v1.12.2
github.com/proxima-one/streamdb-client-go v1.0.1
github.com/proxima-one/streamdb-client-go/v2 v2.0.2
golang.org/x/exp v0.0.0-20221217163422-3c43f8badb15
google.golang.org/genproto v0.0.0-20220719170305-83ca9fad585f
google.golang.org/grpc v1.51.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4O
github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
github.com/prometheus/procfs v0.7.3 h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0VU=
github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
github.com/proxima-one/streamdb-client-go v1.0.1 h1:DQM3kg4AyhogwUtLQpqhiE8f98sJJN7Eembqa3ZlUBA=
github.com/proxima-one/streamdb-client-go v1.0.1/go.mod h1:QmpS1h5D5OYAz3Cg4CFqwKFtZ5Vj5dGskg0m4U+aElI=
github.com/proxima-one/streamdb-client-go/v2 v2.0.2 h1:j/2mobZDcm6mSNyLC309+Q9NSe9TmBtOaAdF1HmccJM=
github.com/proxima-one/streamdb-client-go/v2 v2.0.2/go.mod h1:YnUy/Met0OzwjxEEQ9Tpx4v7jLULKBa/b0wjQUv5Hn4=
github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
Expand Down
2 changes: 1 addition & 1 deletion pkg/logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"github.com/jedib0t/go-pretty/v6/table"
"github.com/proxima-one/indexer-utils-go/v2/pkg/utils"
"github.com/proxima-one/streamdb-client-go/pkg/proximaclient"
"github.com/proxima-one/streamdb-client-go/v2/pkg/proximaclient"
"golang.org/x/exp/constraints"
"golang.org/x/exp/slices"
"io"
Expand Down

0 comments on commit 81846e4

Please sign in to comment.