2024-10-31 12:38:50 +00:00
|
|
|
module git.solsynth.dev/hypernet/passport
|
2024-01-06 17:56:32 +00:00
|
|
|
|
2024-10-26 16:06:23 +00:00
|
|
|
go 1.23.2
|
2024-01-06 17:56:32 +00:00
|
|
|
|
|
|
|
require (
|
2024-10-31 13:07:53 +00:00
|
|
|
git.solsynth.dev/hypernet/nexus v0.0.0-20241031125727-aa624ee45428
|
2024-10-26 16:06:23 +00:00
|
|
|
git.solsynth.dev/hypernet/pusher v0.0.0-20241026153052-cd2c326efa4e
|
2024-09-22 05:13:05 +00:00
|
|
|
github.com/dgraph-io/ristretto v0.1.1
|
|
|
|
github.com/eko/gocache/lib/v4 v4.1.6
|
|
|
|
github.com/eko/gocache/store/ristretto/v4 v4.2.2
|
2024-10-26 16:06:23 +00:00
|
|
|
github.com/fatih/color v1.17.0
|
2024-10-23 16:13:16 +00:00
|
|
|
github.com/go-playground/validator/v10 v10.22.1
|
2024-10-31 12:38:50 +00:00
|
|
|
github.com/goccy/go-json v0.10.3
|
2024-10-23 16:13:16 +00:00
|
|
|
github.com/gofiber/fiber/v2 v2.52.5
|
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
2024-03-31 05:04:48 +00:00
|
|
|
github.com/google/uuid v1.6.0
|
2024-01-26 17:11:32 +00:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2024-03-31 05:04:48 +00:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2024-10-23 16:13:16 +00:00
|
|
|
github.com/rs/zerolog v1.33.0
|
|
|
|
github.com/samber/lo v1.47.0
|
|
|
|
github.com/spf13/viper v1.19.0
|
2024-05-17 11:37:58 +00:00
|
|
|
github.com/sujit-baniya/flash v0.1.8
|
2024-10-23 16:13:16 +00:00
|
|
|
golang.org/x/crypto v0.28.0
|
|
|
|
google.golang.org/grpc v1.67.1
|
2024-10-23 16:46:59 +00:00
|
|
|
google.golang.org/protobuf v1.35.1
|
2024-10-23 16:13:16 +00:00
|
|
|
gorm.io/datatypes v1.2.4
|
2024-10-27 04:50:07 +00:00
|
|
|
gorm.io/driver/postgres v1.5.9
|
2024-10-23 16:13:16 +00:00
|
|
|
gorm.io/gorm v1.25.12
|
2024-01-06 17:56:32 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-10-23 16:13:16 +00:00
|
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
|
|
github.com/andybalholm/brotli v1.1.1 // indirect
|
2024-06-16 14:16:09 +00:00
|
|
|
github.com/armon/go-metrics v0.4.1 // indirect
|
2024-09-22 05:13:05 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
2024-01-06 17:56:32 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
2024-10-23 16:13:16 +00:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
2024-06-19 15:25:40 +00:00
|
|
|
github.com/go-playground/form v3.1.4+incompatible // indirect
|
2024-01-26 17:11:32 +00:00
|
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
2024-10-23 16:13:16 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.8.1 // indirect
|
|
|
|
github.com/golang/glog v1.2.2 // indirect
|
2024-09-22 05:13:05 +00:00
|
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
2024-10-23 16:13:16 +00:00
|
|
|
github.com/hashicorp/consul/api v1.30.0 // indirect
|
2024-06-19 15:25:40 +00:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
2024-06-16 14:16:09 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2024-06-19 15:25:40 +00:00
|
|
|
github.com/hashicorp/go-hclog v1.6.3 // indirect
|
2024-06-16 14:16:09 +00:00
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
2024-06-19 15:25:40 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2024-06-16 14:16:09 +00:00
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
2024-06-19 15:25:40 +00:00
|
|
|
github.com/hashicorp/golang-lru v1.0.2 // indirect
|
2024-01-06 17:56:32 +00:00
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
2024-06-16 14:16:09 +00:00
|
|
|
github.com/hashicorp/serf v0.10.1 // indirect
|
2024-01-06 17:56:32 +00:00
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
2024-10-27 04:50:07 +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-01-06 17:56:32 +00:00
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
2024-06-19 15:25:40 +00:00
|
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
2024-10-23 16:13:16 +00:00
|
|
|
github.com/klauspost/compress v1.17.11 // indirect
|
|
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
2024-01-06 17:56:32 +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-23 16:13:16 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
2024-09-22 05:13:05 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
2024-07-15 16:02:28 +00:00
|
|
|
github.com/mbobakov/grpc-consul-resolver v1.5.3 // indirect
|
2024-06-16 14:16:09 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
2024-01-06 17:56:32 +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-26 16:06:23 +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-23 16:13:16 +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-19 15:25:40 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2024-09-22 05:13:05 +00:00
|
|
|
github.com/prometheus/client_golang v1.14.0 // indirect
|
|
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
2024-03-31 05:04:48 +00:00
|
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
2024-10-23 16:13:16 +00:00
|
|
|
github.com/sagikazarmark/locafero v0.6.0 // indirect
|
2024-01-06 17:56:32 +00:00
|
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
|
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
|
|
github.com/spf13/afero v1.11.0 // indirect
|
2024-10-23 16:13:16 +00:00
|
|
|
github.com/spf13/cast v1.7.0 // indirect
|
2024-01-06 17:56:32 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
2024-10-23 16:13:16 +00:00
|
|
|
github.com/tinylib/msgp v1.2.2 // indirect
|
2024-01-26 17:11:32 +00:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2024-10-23 16:13:16 +00:00
|
|
|
github.com/valyala/fasthttp v1.56.0 // indirect
|
2024-01-26 17:11:32 +00:00
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
2024-09-22 05:13:05 +00:00
|
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
|
|
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
2024-01-06 17:56:32 +00:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2024-10-23 16:13:16 +00:00
|
|
|
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
|
|
|
|
golang.org/x/net v0.30.0 // indirect
|
2024-08-23 11:36:30 +00:00
|
|
|
golang.org/x/sync v0.8.0 // indirect
|
2024-10-23 16:13:16 +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
|
2024-01-06 17:56:32 +00:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2024-10-23 16:13:16 +00:00
|
|
|
gorm.io/driver/mysql v1.5.7 // indirect
|
2024-01-06 17:56:32 +00:00
|
|
|
)
|
|
|
|
|
2024-03-20 12:56:43 +00:00
|
|
|
replace git.solsynth.dev/hydrogen/bus => ../Bus
|