|
| 1 | +module github.com/bitclout/mongodb-dumper |
| 2 | + |
| 3 | +go 1.16 |
| 4 | + |
| 5 | +replace github.com/bitclout/core => ../core/ |
| 6 | + |
| 7 | +replace github.com/golang/glog => ../core/third_party/github.com/golang/glog |
| 8 | + |
| 9 | +replace github.com/laser/go-merkle-tree => ../core/third_party/github.com/laser/go-merkle-tree |
| 10 | + |
| 11 | +replace github.com/sasha-s/go-deadlock => ../core/third_party/github.com/sasha-s/go-deadlock |
| 12 | + |
| 13 | +require ( |
| 14 | + cloud.google.com/go/storage v1.15.0 |
| 15 | + github.com/DataDog/datadog-go v4.5.0+incompatible |
| 16 | + github.com/bitclout/core v0.0.0-00010101000000-000000000000 |
| 17 | + github.com/btcsuite/btcd v0.21.0-beta |
| 18 | + github.com/btcsuite/btcutil v1.0.2 |
| 19 | + github.com/davecgh/go-spew v1.1.1 |
| 20 | + github.com/dgraph-io/badger/v3 v3.2011.1 |
| 21 | + github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1 |
| 22 | + github.com/fatih/structs v1.1.0 |
| 23 | + github.com/golang/glog v0.0.0-20210429001901-424d2337a529 |
| 24 | + github.com/gorilla/mux v1.8.0 |
| 25 | + github.com/h2non/bimg v1.1.5 |
| 26 | + github.com/kevinburke/twilio-go v0.0.0-20210327194925-1623146bcf73 |
| 27 | + github.com/laser/go-merkle-tree v0.0.0-20180821204614-16c2f6ea4444 |
| 28 | + github.com/mitchellh/go-homedir v1.1.0 |
| 29 | + github.com/nyaruka/phonenumbers v1.0.69 |
| 30 | + github.com/pkg/errors v0.9.1 |
| 31 | + github.com/rollbar/rollbar-go v1.4.0 |
| 32 | + github.com/sasha-s/go-deadlock v0.2.0 |
| 33 | + github.com/spf13/cobra v1.1.3 |
| 34 | + github.com/spf13/pflag v1.0.5 |
| 35 | + github.com/spf13/viper v1.7.1 |
| 36 | + github.com/stretchr/testify v1.7.0 |
| 37 | + github.com/tyler-smith/go-bip39 v1.1.0 |
| 38 | + go.mongodb.org/mongo-driver v1.4.5 |
| 39 | + golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a |
| 40 | + google.golang.org/api v0.46.0 |
| 41 | + gopkg.in/DataDog/dd-trace-go.v1 v1.29.0 |
| 42 | +) |
0 commit comments