Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamsxin committed Mar 23, 2024
1 parent 7f00991 commit 5dc10b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ require (
github.com/cespare/xxhash/v2 v2.2.0
github.com/cockroachdb/datadriven v1.0.2
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140
github.com/dreamsxin/wal v0.0.0-20240323113037-4a82fa884874
github.com/dustin/go-humanize v1.0.1
github.com/go-kit/log v0.2.1
github.com/google/uuid v1.6.0
github.com/oklog/ulid v1.3.1
github.com/parquet-go/parquet-go v0.20.0
github.com/pingcap/tidb/parser v0.0.0-20231013125129-93a834a6bf8d
github.com/dreamsxin/wal v0.0.0-20231123092250-5d233119cfc9
github.com/prometheus/client_golang v1.19.0
github.com/stretchr/testify v1.9.0
github.com/thanos-io/objstore v0.0.0-20240228103415-c3ccc5d61957
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 h1:y7y0Oa6UawqTFPCDw9JG6pdKt4F9pAhHv0B7FMGaGD0=
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140/go.mod h1:c9O8+fpSOX1DM8cPNSkX/qsBWdkD4yd2dpciOWQjpBw=
github.com/dreamsxin/wal v0.0.0-20240323113037-4a82fa884874 h1:G3ZRUSPCsvHE+EAtKK3u/ZED92DTS5yoiEaQy7mVZho=
github.com/dreamsxin/wal v0.0.0-20240323113037-4a82fa884874/go.mod h1:GwW/3Cpdm07dRPbkwCeUoZHPlTV2YK5wbWs0J0s/6Dw=
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
github.com/efficientgo/core v1.0.0-rc.2 h1:7j62qHLnrZqO3V3UA0AqOGd5d5aXV3AX6m/NZBHp78I=
Expand Down Expand Up @@ -93,8 +95,6 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/dreamsxin/wal v0.0.0-20231123092250-5d233119cfc9 h1:SwUso/MRikI7aLlEelX4k6N107fT4uTAzmtyMTfjr44=
github.com/dreamsxin/wal v0.0.0-20231123092250-5d233119cfc9/go.mod h1:EVDHAAe+7GQ33A1/x+/gE+sBPN4toQ0XG5RoLD49xr8=
github.com/prometheus/client_golang v1.19.0 h1:ygXvpU1AoN1MhdzckN+PyD9QJOSD4x7kmXYlnfbA6JU=
github.com/prometheus/client_golang v1.19.0/go.mod h1:ZRM9uEAypZakd+q/x7+gmsvXdURP+DABIEIjnmDdp+k=
github.com/prometheus/client_model v0.5.0 h1:VQw1hfvPvk3Uv6Qf29VrPF32JB6rtbgI6cYPYQjL0Qw=
Expand Down
4 changes: 2 additions & 2 deletions wal/wal.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import (

"github.com/apache/arrow/go/v15/arrow"
"github.com/apache/arrow/go/v15/arrow/ipc"
"github.com/dreamsxin/wal"
"github.com/dreamsxin/wal/types"
"github.com/go-kit/log"
"github.com/go-kit/log/level"
"github.com/polarsignals/wal"
"github.com/polarsignals/wal/types"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"

Expand Down

0 comments on commit 5dc10b8

Please sign in to comment.