File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ require (
77 github.com/XSAM/otelsql v0.37.0
88 github.com/andybalholm/brotli v1.1.1
99 github.com/atombender/go-jsonschema v0.16.1-0.20240916205339-a74cd4e2851c
10+ github.com/buraksezer/consistent v0.10.0
1011 github.com/bytecodealliance/wasmtime-go/v28 v28.0.0
12+ github.com/cespare/xxhash/v2 v2.3.0
1113 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
1214 github.com/dominikbraun/graph v0.23.0
1315 github.com/fxamacker/cbor/v2 v2.7.0
@@ -88,7 +90,6 @@ require (
8890 github.com/buger/goterm v1.0.4 // indirect
8991 github.com/buger/jsonparser v1.1.1 // indirect
9092 github.com/cenkalti/backoff/v5 v5.0.2 // indirect
91- github.com/cespare/xxhash/v2 v2.3.0 // indirect
9293 github.com/cloudevents/sdk-go/binding/format/protobuf/v2 v2.16.1 // indirect
9394 github.com/cloudevents/sdk-go/v2 v2.16.1 // indirect
9495 github.com/fatih/color v1.18.0 // indirect
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ github.com/buger/goterm v1.0.4 h1:Z9YvGmOih81P0FbVtEYTFF6YsSgxSUKEhf/f9bTMXbY=
2828github.com/buger/goterm v1.0.4 /go.mod h1:HiFWV3xnkolgrBV3mY8m0X0Pumt4zg4QhbdOzQtB8tE =
2929github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs =
3030github.com/buger/jsonparser v1.1.1 /go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0 =
31+ github.com/buraksezer/consistent v0.10.0 h1:hqBgz1PvNLC5rkWcEBVAL9dFMBWz6I0VgUCW25rrZlU =
32+ github.com/buraksezer/consistent v0.10.0 /go.mod h1:6BrVajWq7wbKZlTOUPs/XVfR8c0maujuPowduSpZqmw =
3133github.com/bytecodealliance/wasmtime-go/v28 v28.0.0 h1:aBU8cexP2rPZ0Qz488kvn2NXvWZHL2aG1/+n7Iv+xGc =
3234github.com/bytecodealliance/wasmtime-go/v28 v28.0.0 /go.mod h1:4OCU0xAW9ycwtX4nMF4zxwgJBJ5/0eMfJiHB0wAmkV4 =
3335github.com/cenkalti/backoff/v5 v5.0.2 h1:rIfFVxEf1QsI7E1ZHfp/B4DF/6QBAUhmgkxc0H7Zss8 =
You can’t perform that action at this time.
0 commit comments