Skip to content

Commit

Permalink
upgrade wal to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roseduan committed Jun 13, 2023
1 parent dd69b84 commit d0ea88c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/hashicorp/go-immutable-radix/v2 v2.0.0
github.com/rosedblabs/wal v0.0.0-20230613132443-b2f838c963e6
github.com/rosedblabs/wal v1.0.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
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/rosedblabs/wal v0.0.0-20230613132443-b2f838c963e6 h1:kUT/eXoCyRH1WH/X+ccyLbo7XNn4VP5N0XYz1kA6ao4=
github.com/rosedblabs/wal v0.0.0-20230613132443-b2f838c963e6/go.mod h1:tYh0WapCkDQrID7PNsNHpsZDlkTczJVAFaTySmwaD7U=
github.com/rosedblabs/wal v1.0.0 h1:XZqJJiu3nicO8zfOquMyug4LOwin0NatbV9lefZttAU=
github.com/rosedblabs/wal v1.0.0/go.mod h1:tYh0WapCkDQrID7PNsNHpsZDlkTczJVAFaTySmwaD7U=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
golang.org/x/exp v0.0.0-20221215174704-0915cd710c24 h1:6w3iSY8IIkp5OQtbYj8NeuKG1jS9d+kYaubXqsoOiQ8=
Expand Down

0 comments on commit d0ea88c

Please sign in to comment.