Skip to content

Commit

Permalink
Merge pull request #134 from saint-yellow/main
Browse files Browse the repository at this point in the history
go mod tidy
  • Loading branch information
akiozihao authored Dec 11, 2023
2 parents 73c3280 + 9e162b1 commit a283d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ require (
github.com/bwmarrin/snowflake v0.3.0
github.com/dgraph-io/badger/v4 v4.1.0
github.com/rosedblabs/wal v1.3.6-0.20230921133940-0753d5ac24c4
github.com/spaolacci/murmur3 v1.1.0
github.com/stretchr/testify v1.8.4
)

require golang.org/x/sys v0.10.0 // indirect

require (
github.com/kr/text v0.2.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
)

Expand Down

0 comments on commit a283d3e

Please sign in to comment.