We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9849a69 commit bcf0627Copy full SHA for bcf0627
go.mod
@@ -17,6 +17,7 @@ require (
17
github.com/aws/aws-sdk-go v1.55.5
18
github.com/btcsuite/btcd/btcutil v1.1.6
19
github.com/cespare/xxhash v1.1.0
20
+ github.com/cespare/xxhash/v2 v2.3.0
21
github.com/dgraph-io/ristretto v0.1.1
22
github.com/exaring/otelpgx v0.6.2
23
github.com/felixge/fgprof v0.9.4
@@ -90,7 +91,6 @@ require (
90
91
github.com/aymerick/douceur v0.2.0 // indirect
92
github.com/bmatcuk/doublestar v1.3.4 // indirect
93
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
- github.com/cespare/xxhash/v2 v2.3.0 // indirect
94
github.com/containerd/console v1.0.4 // indirect
95
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
96
github.com/dave/jennifer v1.6.0 // indirect
0 commit comments