-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
59 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
module github.com/lni/dragonboat-example/v3 | ||
|
||
require ( | ||
github.com/cockroachdb/pebble v0.0.0-20220407171941-2120d145e292 | ||
github.com/lni/dragonboat/v4 v4.0.0-20220604122422-e23d27bb8ff4 | ||
github.com/cockroachdb/pebble v0.0.0-20221207173255-0f086d933dac | ||
github.com/lni/dragonboat/v4 v4.0.0-20230917160253-d9f49378cd2d | ||
github.com/lni/goutils v1.3.1-0.20220604063047-388d67b4dbc4 | ||
) | ||
|
||
require ( | ||
github.com/DataDog/zstd v1.4.5 // indirect | ||
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect | ||
github.com/VictoriaMetrics/metrics v1.18.1 // indirect | ||
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect | ||
github.com/cespare/xxhash/v2 v2.1.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/cockroachdb/errors v1.9.0 // indirect | ||
github.com/cockroachdb/logtags v0.0.0-20211118104740-dabe8e521a4f // indirect | ||
github.com/cockroachdb/redact v1.1.3 // indirect | ||
github.com/getsentry/sentry-go v0.12.0 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c // indirect | ||
github.com/google/btree v1.0.0 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/hashicorp/errwrap v1.0.0 // indirect | ||
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect | ||
github.com/hashicorp/go-msgpack v0.5.3 // indirect | ||
github.com/hashicorp/go-multierror v1.0.0 // indirect | ||
github.com/hashicorp/go-sockaddr v1.0.0 // indirect | ||
github.com/hashicorp/golang-lru v0.5.0 // indirect | ||
github.com/hashicorp/golang-lru v0.5.1 // indirect | ||
github.com/hashicorp/memberlist v0.3.1 // indirect | ||
github.com/juju/ratelimit v1.0.2-0.20191002062651-f60b32039441 // indirect | ||
github.com/klauspost/compress v1.11.7 // indirect | ||
github.com/klauspost/compress v1.11.13 // indirect | ||
github.com/kr/pretty v0.3.0 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/lni/vfs v0.2.1-0.20220408085249-8be85be1c3c1 // indirect | ||
github.com/lni/vfs v0.2.1-0.20220616104132-8852fd867376 // indirect | ||
github.com/miekg/dns v1.1.26 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.14 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/rogpeppe/go-internal v1.8.1 // indirect | ||
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect | ||
github.com/valyala/fastrand v1.1.0 // indirect | ||
github.com/valyala/histogram v1.2.0 // indirect | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect | ||
golang.org/x/crypto v0.13.0 // indirect | ||
golang.org/x/exp v0.0.0-20200513190911-00229845015e // indirect | ||
golang.org/x/net v0.0.0-20211008194852-3b03d305991f // indirect | ||
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect | ||
golang.org/x/net v0.15.0 // indirect | ||
golang.org/x/sys v0.12.0 // indirect | ||
) | ||
|
||
go 1.17 |
Oops, something went wrong.