-
Notifications
You must be signed in to change notification settings - Fork 86
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
51 changed files
with
1,121 additions
and
941 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
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 |
---|---|---|
|
@@ -5,4 +5,4 @@ backend | |
.vscode | ||
mem.log | ||
|
||
__debug_* | ||
__debug_* |
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
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
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,157 +1,202 @@ | ||
module github.com/deso-protocol/backend | ||
|
||
go 1.20 | ||
go 1.23.0 | ||
|
||
toolchain go1.23.2 | ||
|
||
replace github.com/deso-protocol/core => ../core/ | ||
|
||
require ( | ||
cloud.google.com/go/storage v1.30.1 | ||
github.com/btcsuite/btcd v0.21.0-beta | ||
github.com/btcsuite/btcd/btcec/v2 v2.2.1 | ||
github.com/btcsuite/btcutil v1.0.2 | ||
cloud.google.com/go/storage v1.44.0 | ||
github.com/btcsuite/btcd v0.24.2 | ||
github.com/btcsuite/btcd/btcec/v2 v2.3.4 | ||
github.com/btcsuite/btcd/btcutil v1.1.6 | ||
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc | ||
github.com/deso-protocol/core v0.0.0-00010101000000-000000000000 | ||
github.com/deso-protocol/go-deadlock v1.0.0 | ||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 | ||
github.com/deso-protocol/core v1.2.9 | ||
github.com/deso-protocol/go-deadlock v1.0.1 | ||
github.com/deso-protocol/uint256 v1.3.2 | ||
github.com/dgraph-io/badger/v3 v3.2103.5 | ||
github.com/fatih/structs v1.1.0 | ||
github.com/golang-jwt/jwt/v4 v4.5.0 | ||
github.com/golang/glog v1.2.2 | ||
github.com/gorilla/mux v1.8.1 | ||
github.com/h2non/bimg v1.1.9 | ||
github.com/holiman/uint256 v1.1.1 | ||
github.com/kevinburke/twilio-go v0.0.0-20210327194925-1623146bcf73 | ||
github.com/kevinburke/twilio-go v0.0.0-20240716172313-813590983ccc | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/mitchellh/mapstructure v1.5.0 | ||
github.com/montanaflynn/stats v0.6.6 | ||
github.com/nyaruka/phonenumbers v1.0.69 | ||
github.com/montanaflynn/stats v0.7.1 | ||
github.com/nyaruka/phonenumbers v1.4.1 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/sendgrid/sendgrid-go v3.10.0+incompatible | ||
github.com/spf13/cobra v1.1.3 | ||
github.com/sendgrid/sendgrid-go v3.16.0+incompatible | ||
github.com/spf13/cobra v1.8.1 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.7.1 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/spf13/viper v1.18.2 | ||
github.com/stretchr/testify v1.10.0 | ||
github.com/tyler-smith/go-bip39 v1.1.0 | ||
golang.org/x/crypto v0.28.0 | ||
golang.org/x/crypto v0.29.0 | ||
golang.org/x/image v0.21.0 | ||
golang.org/x/sync v0.8.0 | ||
google.golang.org/api v0.128.0 | ||
gopkg.in/DataDog/dd-trace-go.v1 v1.65.1 | ||
golang.org/x/sync v0.9.0 | ||
google.golang.org/api v0.201.0 | ||
gopkg.in/DataDog/dd-trace-go.v1 v1.69.0 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.110.7 // indirect | ||
cloud.google.com/go/compute v1.23.0 // indirect | ||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | ||
cloud.google.com/go/iam v1.1.2 // indirect | ||
github.com/DataDog/appsec-internal-go v1.7.0 // indirect | ||
github.com/DataDog/datadog-agent/pkg/obfuscate v0.48.0 // indirect | ||
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.48.1 // indirect | ||
cel.dev/expr v0.16.2 // indirect | ||
cloud.google.com/go v0.116.0 // indirect | ||
cloud.google.com/go/auth v0.9.8 // indirect | ||
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect | ||
cloud.google.com/go/compute/metadata v0.5.2 // indirect | ||
cloud.google.com/go/iam v1.2.1 // indirect | ||
cloud.google.com/go/monitoring v1.21.1 // indirect | ||
dario.cat/mergo v1.0.1 // indirect | ||
github.com/AlecAivazis/survey/v2 v2.3.7 // indirect | ||
github.com/DataDog/appsec-internal-go v1.8.0 // indirect | ||
github.com/DataDog/datadog-agent/pkg/obfuscate v0.57.1 // indirect | ||
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.57.1 // indirect | ||
github.com/DataDog/datadog-go/v5 v5.5.0 // indirect | ||
github.com/DataDog/go-libddwaf/v3 v3.2.1 // indirect | ||
github.com/DataDog/go-tuf v1.0.2-0.5.2 // indirect | ||
github.com/DataDog/go-libddwaf/v3 v3.4.0 // indirect | ||
github.com/DataDog/go-sqllexer v0.0.16 // indirect | ||
github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect | ||
github.com/DataDog/gostackparse v0.7.0 // indirect | ||
github.com/DataDog/sketches-go v1.4.5 // indirect | ||
github.com/DataDog/sketches-go v1.4.6 // indirect | ||
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.3 // indirect | ||
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.3 // indirect | ||
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.3 // indirect | ||
github.com/Masterminds/goutils v1.1.1 // indirect | ||
github.com/Masterminds/semver/v3 v3.3.0 // indirect | ||
github.com/Masterminds/sprig/v3 v3.3.0 // indirect | ||
github.com/Microsoft/go-winio v0.6.2 // indirect | ||
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect | ||
github.com/andygrunwald/go-jira v1.16.0 // indirect | ||
github.com/btcsuite/btclog v0.0.0-20241017175713-3428138b75c7 // indirect | ||
github.com/bwesterb/go-ristretto v1.2.3 // indirect | ||
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect | ||
github.com/cespare/xxhash v1.1.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/cloudflare/circl v1.4.0 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect | ||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/cloudflare/circl v1.5.0 // indirect | ||
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect | ||
github.com/coreos/go-semver v0.3.1 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect | ||
github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect | ||
github.com/deso-protocol/go-merkle-tree v1.0.0 // indirect | ||
github.com/dgraph-io/ristretto v0.1.1 // indirect | ||
github.com/dgraph-io/ristretto v0.2.0 // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/eapache/queue/v2 v2.0.0-20230407133247-75960ed334e4 // indirect | ||
github.com/ebitengine/purego v0.6.0-alpha.5 // indirect | ||
github.com/ebitengine/purego v0.8.0 // indirect | ||
github.com/emirpasic/gods v1.18.1 // indirect | ||
github.com/ethereum/go-ethereum v1.9.25 // indirect | ||
github.com/fatih/color v1.16.0 // indirect | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/envoyproxy/go-control-plane v0.13.1 // indirect | ||
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect | ||
github.com/ethereum/go-ethereum v1.14.11 // indirect | ||
github.com/fatih/color v1.17.0 // indirect | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/gernest/mention v2.0.0+incompatible // indirect | ||
github.com/git-chglog/git-chglog v0.0.0-20200414013904-db796966b373 // indirect | ||
github.com/go-pg/pg/v10 v10.11.1 // indirect | ||
github.com/git-chglog/git-chglog v0.15.4 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/go-pg/pg/v10 v10.13.0 // indirect | ||
github.com/go-pg/zerochecker v0.2.0 // indirect | ||
github.com/gofrs/uuid v4.4.0+incompatible // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/flatbuffers v2.0.0+incompatible // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/pprof v0.0.0-20230817174616-7a8ec2ada47b // indirect | ||
github.com/google/s2a-go v0.1.5 // indirect | ||
github.com/google/uuid v1.5.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect | ||
github.com/googleapis/gax-go/v2 v2.11.0 // indirect | ||
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect | ||
github.com/google/flatbuffers v24.3.25+incompatible // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/google/pprof v0.0.0-20241009165004-a3522334989c // indirect | ||
github.com/google/s2a-go v0.1.8 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect | ||
github.com/googleapis/gax-go/v2 v2.13.0 // indirect | ||
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect | ||
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect | ||
github.com/hashicorp/go-sockaddr v1.0.2 // indirect | ||
github.com/hashicorp/go-sockaddr v1.0.7 // indirect | ||
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect | ||
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect | ||
github.com/imdario/mergo v0.3.12 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/holiman/uint256 v1.3.1 // indirect | ||
github.com/huandu/xstrings v1.5.0 // indirect | ||
github.com/imdario/mergo v0.3.16 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||
github.com/kevinburke/go-types v0.0.0-20210723172823-2deba1f80ba7 // indirect | ||
github.com/kevinburke/rest v0.0.0-20210506044642-5611499aa33c // indirect | ||
github.com/klauspost/compress v1.17.1 // indirect | ||
github.com/magiconair/properties v1.8.1 // indirect | ||
github.com/kevinburke/go-types v0.0.0-20240719050749-165e75e768f7 // indirect | ||
github.com/kevinburke/rest v0.0.0-20240617045629-3ed0ad3487f0 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/kyokomi/emoji/v2 v2.2.13 // indirect | ||
github.com/magiconair/properties v1.8.7 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/goveralls v0.0.6 // indirect | ||
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect | ||
github.com/mattn/goveralls v0.0.12 // indirect | ||
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect | ||
github.com/mitchellh/copystructure v1.2.0 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
github.com/oleiade/lane v1.0.1 // indirect | ||
github.com/onflow/crypto v0.25.0 // indirect | ||
github.com/onflow/crypto v0.25.2 // indirect | ||
github.com/outcaste-io/ristretto v0.2.3 // indirect | ||
github.com/pelletier/go-toml v1.7.0 // indirect | ||
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect | ||
github.com/philhofer/fwd v1.1.2 // indirect | ||
github.com/pelletier/go-toml/v2 v2.2.3 // indirect | ||
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect | ||
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect | ||
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/richardartoul/molecule v1.0.1-0.20240531184615-7ca0df43c0b3 // indirect | ||
github.com/robinjoseph08/go-pg-migrations/v3 v3.0.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.0.1 // indirect | ||
github.com/robinjoseph08/go-pg-migrations/v3 v3.1.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/ryanuber/go-glob v1.0.0 // indirect | ||
github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect | ||
github.com/sendgrid/rest v2.6.4+incompatible // indirect | ||
github.com/sagikazarmark/locafero v0.6.0 // indirect | ||
github.com/sagikazarmark/slog-shim v0.1.0 // indirect | ||
github.com/secure-systems-lab/go-securesystemslib v0.8.0 // indirect | ||
github.com/sendgrid/rest v2.6.9+incompatible // indirect | ||
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0 // indirect | ||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect | ||
github.com/shopspring/decimal v1.4.0 // indirect | ||
github.com/sourcegraph/conc v0.3.0 // indirect | ||
github.com/spaolacci/murmur3 v1.1.0 // indirect | ||
github.com/spf13/afero v1.1.2 // indirect | ||
github.com/spf13/cast v1.3.0 // indirect | ||
github.com/spf13/jwalterweatherman v1.0.0 // indirect | ||
github.com/subosito/gotenv v1.2.0 // indirect | ||
github.com/tinylib/msgp v1.1.8 // indirect | ||
github.com/spf13/afero v1.11.0 // indirect | ||
github.com/spf13/cast v1.7.0 // indirect | ||
github.com/subosito/gotenv v1.6.0 // indirect | ||
github.com/tinylib/msgp v1.2.2 // indirect | ||
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect | ||
github.com/trivago/tgo v1.0.7 // indirect | ||
github.com/tsuyoshiwada/go-gitcmd v0.0.0-20180205145712-5f1f5f9475df // indirect | ||
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect | ||
github.com/ttacon/libphonenumber v1.2.1 // indirect | ||
github.com/unrolled/secure v1.0.8 // indirect | ||
github.com/urfave/cli v1.22.1 // indirect | ||
github.com/unrolled/secure v1.16.0 // indirect | ||
github.com/urfave/cli/v2 v2.27.5 // indirect | ||
github.com/vmihailenco/bufpool v0.1.11 // indirect | ||
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect | ||
github.com/vmihailenco/tagparser v0.1.2 // indirect | ||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | ||
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
go.opentelemetry.io/contrib/detectors/gcp v1.31.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 // indirect | ||
go.opentelemetry.io/otel v1.31.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.31.0 // indirect | ||
go.opentelemetry.io/otel/sdk v1.31.0 // indirect | ||
go.opentelemetry.io/otel/sdk/metric v1.31.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.31.0 // indirect | ||
go.uber.org/atomic v1.11.0 // indirect | ||
golang.org/x/net v0.29.0 // indirect | ||
golang.org/x/oauth2 v0.9.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
golang.org/x/tools v0.25.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect | ||
gonum.org/v1/gonum v0.6.1 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect | ||
google.golang.org/grpc v1.57.1 // indirect | ||
google.golang.org/protobuf v1.33.0 // indirect | ||
gopkg.in/AlecAivazis/survey.v1 v1.8.7 // indirect | ||
gopkg.in/ini.v1 v1.51.0 // indirect | ||
gopkg.in/kyokomi/emoji.v1 v1.5.1 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect | ||
golang.org/x/mod v0.21.0 // indirect | ||
golang.org/x/net v0.31.0 // indirect | ||
golang.org/x/oauth2 v0.23.0 // indirect | ||
golang.org/x/sys v0.27.0 // indirect | ||
golang.org/x/term v0.26.0 // indirect | ||
golang.org/x/text v0.20.0 // indirect | ||
golang.org/x/time v0.7.0 // indirect | ||
golang.org/x/tools v0.26.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect | ||
gonum.org/v1/gonum v0.15.1 // indirect | ||
google.golang.org/genproto v0.0.0-20241015192408-796eee8c2d53 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect | ||
google.golang.org/grpc v1.67.1 // indirect | ||
google.golang.org/grpc/stats/opentelemetry v0.0.0-20241017163036-56df169480cd // indirect | ||
google.golang.org/protobuf v1.35.1 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
mellium.im/sasl v0.3.1 // indirect | ||
mellium.im/sasl v0.3.2 // indirect | ||
) |
Oops, something went wrong.