Skip to content

Commit bcf0627

Browse files
committed
fix(deps): update module github.com/cespare/xxhash to v2
1 parent 9849a69 commit bcf0627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ require (
1717
github.com/aws/aws-sdk-go v1.55.5
1818
github.com/btcsuite/btcd/btcutil v1.1.6
1919
github.com/cespare/xxhash v1.1.0
20+
github.com/cespare/xxhash/v2 v2.3.0
2021
github.com/dgraph-io/ristretto v0.1.1
2122
github.com/exaring/otelpgx v0.6.2
2223
github.com/felixge/fgprof v0.9.4
@@ -90,7 +91,6 @@ require (
9091
github.com/aymerick/douceur v0.2.0 // indirect
9192
github.com/bmatcuk/doublestar v1.3.4 // indirect
9293
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
93-
github.com/cespare/xxhash/v2 v2.3.0 // indirect
9494
github.com/containerd/console v1.0.4 // indirect
9595
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
9696
github.com/dave/jennifer v1.6.0 // indirect

0 commit comments

Comments
 (0)