2024-11-02 05:41:51 +00:00
|
|
|
module git.solsynth.dev/hypernet/interactive
|
2024-02-01 15:26:17 +00:00
|
|
|
|
2024-10-31 14:41:32 +00:00
|
|
|
go 1.23.2
|
2024-02-01 15:26:17 +00:00
|
|
|
|
|
|
|
require (
|
2024-10-31 14:48:51 +00:00
|
|
|
git.solsynth.dev/hypernet/nexus v0.0.0-20241031133156-6bb8eab3fcd8
|
2024-11-02 15:47:44 +00:00
|
|
|
git.solsynth.dev/hypernet/passport v0.0.0-20241102044832-40a040352174
|
2024-10-31 14:48:51 +00:00
|
|
|
git.solsynth.dev/hypernet/pusher v0.0.0-20241026153052-cd2c326efa4e
|
|
|
|
github.com/fatih/color v1.17.0
|
2024-10-31 14:41:32 +00:00
|
|
|
github.com/go-playground/validator/v10 v10.22.1
|
|
|
|
github.com/gofiber/fiber/v2 v2.52.5
|
2024-02-01 15:26:17 +00:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2024-07-16 02:53:02 +00:00
|
|
|
github.com/pemistahl/lingua-go v1.4.0
|
2024-04-06 03:47:58 +00:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2024-10-31 14:41:32 +00:00
|
|
|
github.com/rs/zerolog v1.33.0
|
|
|
|
github.com/samber/lo v1.47.0
|
|
|
|
github.com/spf13/viper v1.19.0
|
|
|
|
google.golang.org/grpc v1.67.1
|
|
|
|
gorm.io/datatypes v1.2.4
|
|
|
|
gorm.io/driver/postgres v1.5.9
|
|
|
|
gorm.io/gorm v1.25.12
|
2024-02-01 15:26:17 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-10-31 14:48:51 +00:00
|
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
2024-10-31 14:41:32 +00:00
|
|
|
github.com/andybalholm/brotli v1.1.1 // indirect
|
2024-06-22 09:29:53 +00:00
|
|
|
github.com/armon/go-metrics v0.4.1 // indirect
|
2024-02-01 15:26:17 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
2024-10-31 14:41:32 +00:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
2024-06-22 13:18:30 +00:00
|
|
|
github.com/go-playground/form v3.1.4+incompatible // indirect
|
2024-02-01 15:26:17 +00:00
|
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
2024-10-31 14:41:32 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.8.1 // indirect
|
2024-10-31 14:48:51 +00:00
|
|
|
github.com/goccy/go-json v0.10.3 // indirect
|
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
|
2024-07-25 16:53:58 +00:00
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2024-10-31 14:41:32 +00:00
|
|
|
github.com/hashicorp/consul/api v1.30.0 // indirect
|
2024-06-22 09:29:53 +00:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
|
|
github.com/hashicorp/go-hclog v1.6.3 // indirect
|
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v1.0.2 // indirect
|
2024-02-01 15:26:17 +00:00
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
2024-06-22 09:29:53 +00:00
|
|
|
github.com/hashicorp/serf v0.10.1 // indirect
|
2024-02-01 15:26:17 +00:00
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
2024-10-31 14:41:32 +00:00
|
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
|
|
github.com/jackc/pgx/v5 v5.7.1 // indirect
|
|
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
2024-02-01 15:26:17 +00:00
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
2024-06-22 13:18:30 +00:00
|
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
2024-10-31 14:41:32 +00:00
|
|
|
github.com/klauspost/compress v1.17.11 // indirect
|
|
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
2024-02-01 15:26:17 +00:00
|
|
|
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
|
2024-10-31 14:41:32 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
2024-06-22 13:18:30 +00:00
|
|
|
github.com/mbobakov/grpc-consul-resolver v1.5.3 // indirect
|
2024-06-22 09:29:53 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
2024-02-01 15:26:17 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2024-10-31 14:48:51 +00:00
|
|
|
github.com/nats-io/nats.go v1.37.0 // indirect
|
|
|
|
github.com/nats-io/nkeys v0.4.7 // indirect
|
|
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
2024-10-31 14:41:32 +00:00
|
|
|
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
|
|
|
|
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
|
2024-06-22 13:18:30 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2024-03-31 13:46:59 +00:00
|
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
2024-10-31 14:41:32 +00:00
|
|
|
github.com/sagikazarmark/locafero v0.6.0 // indirect
|
2024-02-01 15:26:17 +00:00
|
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
2024-07-13 15:16:40 +00:00
|
|
|
github.com/shopspring/decimal v1.4.0 // indirect
|
2024-02-01 15:26:17 +00:00
|
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
|
|
github.com/spf13/afero v1.11.0 // indirect
|
2024-10-31 14:41:32 +00:00
|
|
|
github.com/spf13/cast v1.7.0 // indirect
|
2024-02-01 15:26:17 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
2024-10-31 14:41:32 +00:00
|
|
|
github.com/tinylib/msgp v1.2.2 // indirect
|
2024-02-01 15:26:17 +00:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2024-10-31 14:41:32 +00:00
|
|
|
github.com/valyala/fasthttp v1.56.0 // indirect
|
2024-02-01 15:26:17 +00:00
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2024-10-31 14:41:32 +00:00
|
|
|
golang.org/x/crypto v0.28.0 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
|
|
|
|
golang.org/x/net v0.30.0 // indirect
|
2024-08-23 11:36:44 +00:00
|
|
|
golang.org/x/sync v0.8.0 // indirect
|
2024-10-31 14:41:32 +00:00
|
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
|
|
golang.org/x/text v0.19.0 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
|
|
|
|
google.golang.org/protobuf v1.35.1 // indirect
|
2024-02-01 15:26:17 +00:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2024-10-31 14:41:32 +00:00
|
|
|
gorm.io/driver/mysql v1.5.7 // indirect
|
2024-02-01 15:26:17 +00:00
|
|
|
)
|