mirror of
https://github.com/bitmagnet-io/bitmagnet.git
synced 2025-12-28 06:34:17 +00:00
171 lines
7.5 KiB
Modula-2
171 lines
7.5 KiB
Modula-2
module github.com/bitmagnet-io/bitmagnet
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.17.55
|
|
github.com/DATA-DOG/go-sqlmock v1.5.2
|
|
github.com/abice/go-enum v0.6.0
|
|
github.com/adrg/xdg v0.4.0
|
|
github.com/agnivade/levenshtein v1.1.1
|
|
github.com/anacrolix/dht/v2 v2.21.1
|
|
github.com/anacrolix/missinggo/v2 v2.7.3
|
|
github.com/anacrolix/torrent v1.55.0
|
|
github.com/bits-and-blooms/bloom/v3 v3.7.0
|
|
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
|
|
github.com/frankban/quicktest v1.14.6
|
|
github.com/gin-gonic/gin v1.9.1
|
|
github.com/go-playground/validator/v10 v10.20.0
|
|
github.com/go-resty/resty/v2 v2.12.0
|
|
github.com/google/cel-go v0.20.1
|
|
github.com/grafana/pyroscope-go/godeltaprof v0.1.8
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7
|
|
github.com/hedhyw/rex v0.6.0
|
|
github.com/iancoleman/strcase v0.3.0
|
|
github.com/jackc/pgx/v5 v5.5.5
|
|
github.com/jedib0t/go-pretty/v6 v6.5.8
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/mgdigital/gorm-cache/v2 v2.0.0-20230912113927-f2a8dd92a386
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/mozillazg/go-unidecode v0.2.0
|
|
github.com/pressly/goose/v3 v3.20.0
|
|
github.com/prometheus/client_golang v1.19.0
|
|
github.com/rs/cors v1.11.0
|
|
github.com/rs/cors/wrapper/gin v0.0.0-20240429123903-3d336ea9b505
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/tylertreat/BoomFilters v0.0.0-20210315201527-1a82519a3e43
|
|
github.com/urfave/cli/v2 v2.27.4
|
|
github.com/vektah/gqlparser/v2 v2.5.17
|
|
github.com/vektra/mockery/v2 v2.46.2
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
|
go.uber.org/fx v1.21.1
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/sync v0.8.0
|
|
golang.org/x/sys v0.25.0
|
|
golang.org/x/text v0.18.0
|
|
golang.org/x/time v0.5.0
|
|
google.golang.org/protobuf v1.35.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
gorm.io/driver/mysql v1.5.6
|
|
gorm.io/driver/postgres v1.5.7
|
|
gorm.io/gen v0.3.26
|
|
gorm.io/gorm v1.25.10
|
|
gorm.io/plugin/dbresolver v1.5.1
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/semver/v3 v3.2.1 // indirect
|
|
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
|
|
github.com/alecthomas/atomic v0.1.0-alpha2 // indirect
|
|
github.com/anacrolix/chansync v0.4.0 // indirect
|
|
github.com/anacrolix/generics v0.0.1 // indirect
|
|
github.com/anacrolix/log v0.15.2 // indirect
|
|
github.com/anacrolix/missinggo v1.3.0 // indirect
|
|
github.com/anacrolix/missinggo/perf v1.0.0 // indirect
|
|
github.com/anacrolix/multiless v0.3.1-0.20221221005021-2d12701f83f7 // indirect
|
|
github.com/anacrolix/stm v0.5.0 // indirect
|
|
github.com/anacrolix/sync v0.5.1 // indirect
|
|
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
|
|
github.com/benbjohnson/immutable v0.4.3 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/bits-and-blooms/bitset v1.13.0 // indirect
|
|
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect
|
|
github.com/bytedance/sonic v1.11.6 // indirect
|
|
github.com/bytedance/sonic/loader v0.1.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/chigopher/pathlib v0.19.1 // indirect
|
|
github.com/cloudwego/base64x v0.1.4 // indirect
|
|
github.com/cloudwego/iasm v0.2.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
|
github.com/d4l3k/messagediff v1.2.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/edsrzf/mmap-go v1.1.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-sql-driver/mysql v1.8.1 // indirect
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/websocket v1.5.1 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/huandu/xstrings v1.4.0 // indirect
|
|
github.com/imdario/mergo v0.3.16 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
|
github.com/jinzhu/copier v0.4.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/compress v1.17.8 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // 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/go-runewidth v0.0.15 // indirect
|
|
github.com/mattn/goveralls v0.0.12 // indirect
|
|
github.com/mfridman/interpolate v0.0.2 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.53.0 // indirect
|
|
github.com/prometheus/procfs v0.14.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
|
github.com/rs/dnscache v0.0.0-20230804202142-fc85eb664529 // indirect
|
|
github.com/rs/zerolog v1.32.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sagikazarmark/locafero v0.4.0 // indirect
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
|
github.com/sethvargo/go-retry v0.2.4 // indirect
|
|
github.com/shopspring/decimal v1.4.0 // indirect
|
|
github.com/sosodev/duration v1.3.1 // indirect
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
github.com/spf13/afero v1.11.0 // indirect
|
|
github.com/spf13/cast v1.6.0 // indirect
|
|
github.com/spf13/cobra v1.8.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.18.2 // indirect
|
|
github.com/stoewer/go-strcase v1.3.0 // indirect
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
github.com/ugorji/go/codec v1.2.12 // indirect
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
|
go.uber.org/dig v1.17.1 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/arch v0.7.0 // indirect
|
|
golang.org/x/crypto v0.27.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
|
|
golang.org/x/mod v0.20.0 // indirect
|
|
golang.org/x/net v0.29.0 // indirect
|
|
golang.org/x/term v0.24.0 // indirect
|
|
golang.org/x/tools v0.24.0 // indirect
|
|
golang.org/x/tools/cmd/cover v0.1.0-deprecated // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240429193739-8cf5692501f6 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gorm.io/datatypes v1.2.0 // indirect
|
|
gorm.io/hints v1.1.2 // indirect
|
|
)
|