You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
113 lines
4.7 KiB
113 lines
4.7 KiB
module sig-pub |
|
|
|
go 1.23.8 |
|
|
|
toolchain go1.24.7 |
|
|
|
require ( |
|
github.com/VictoriaMetrics/metrics v1.36.0 |
|
github.com/bwmarrin/snowflake v0.3.0 |
|
github.com/bytedance/sonic v1.13.2 |
|
github.com/dsnet/golib/unitconv v1.0.2 |
|
github.com/fanjindong/go-cache v0.0.6 |
|
github.com/gin-gonic/gin v1.10.0 |
|
github.com/go-resty/resty/v2 v2.16.5 |
|
github.com/gogo/protobuf v1.3.2 |
|
github.com/gorilla/websocket v1.5.3 |
|
github.com/govalues/decimal v0.1.36 |
|
github.com/hashicorp/consul/api v1.32.1 |
|
github.com/influxdata/influxdb-client-go/v2 v2.14.0 |
|
github.com/jhump/protoreflect/v2 v2.0.0-beta.2 |
|
github.com/klauspost/compress v1.18.0 |
|
github.com/lib/pq v1.10.9 |
|
github.com/mostynb/go-grpc-compression v1.2.3 |
|
github.com/nats-io/nats.go v1.47.0 |
|
github.com/redis/go-redis/v9 v9.7.3 |
|
github.com/spf13/cast v1.10.0 |
|
github.com/spf13/viper v1.20.0 |
|
go.etcd.io/etcd/api/v3 v3.6.1 |
|
go.etcd.io/etcd/client/v3 v3.6.1 |
|
go.uber.org/zap v1.27.0 |
|
golang.org/x/net v0.38.0 |
|
golang.org/x/sync v0.13.0 |
|
golang.org/x/time v0.8.0 |
|
gonum.org/v1/gonum v0.16.0 |
|
google.golang.org/grpc v1.71.1 |
|
google.golang.org/protobuf v1.36.6 |
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 |
|
gorm.io/driver/mysql v1.5.7 |
|
gorm.io/driver/postgres v1.6.0 |
|
gorm.io/gorm v1.25.12 |
|
) |
|
|
|
require ( |
|
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect |
|
github.com/armon/go-metrics v0.4.1 // indirect |
|
github.com/bytedance/sonic/loader v0.2.4 // indirect |
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect |
|
github.com/cloudwego/base64x v0.1.5 // indirect |
|
github.com/coreos/go-semver v0.3.1 // indirect |
|
github.com/coreos/go-systemd/v22 v22.5.0 // indirect |
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect |
|
github.com/fatih/color v1.16.0 // indirect |
|
github.com/fsnotify/fsnotify v1.8.0 // indirect |
|
github.com/gabriel-vasile/mimetype v1.4.8 // indirect |
|
github.com/gin-contrib/sse v1.0.0 // indirect |
|
github.com/go-playground/locales v0.14.1 // indirect |
|
github.com/go-playground/universal-translator v0.18.1 // indirect |
|
github.com/go-playground/validator/v10 v10.26.0 // indirect |
|
github.com/go-sql-driver/mysql v1.7.0 // indirect |
|
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect |
|
github.com/goccy/go-json v0.10.5 // indirect |
|
github.com/golang/protobuf v1.5.4 // indirect |
|
github.com/golang/snappy v0.0.4 // indirect |
|
github.com/google/uuid v1.6.0 // indirect |
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect |
|
github.com/hashicorp/errwrap v1.1.0 // indirect |
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
|
github.com/hashicorp/go-hclog v1.5.0 // 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 v0.5.4 // indirect |
|
github.com/hashicorp/serf v0.10.1 // indirect |
|
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect |
|
github.com/jackc/pgpassfile v1.0.0 // indirect |
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect |
|
github.com/jackc/pgx/v5 v5.6.0 // indirect |
|
github.com/jackc/puddle/v2 v2.2.2 // 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/cpuid/v2 v2.2.10 // indirect |
|
github.com/leodido/go-urn v1.4.0 // indirect |
|
github.com/mattn/go-colorable v0.1.13 // indirect |
|
github.com/mattn/go-isatty v0.0.20 // indirect |
|
github.com/mitchellh/go-homedir v1.1.0 // indirect |
|
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 |
|
github.com/nats-io/nkeys v0.4.11 // indirect |
|
github.com/nats-io/nuid v1.0.1 // indirect |
|
github.com/oapi-codegen/runtime v1.0.0 // indirect |
|
github.com/pelletier/go-toml/v2 v2.2.3 // indirect |
|
github.com/sagikazarmark/locafero v0.7.0 // indirect |
|
github.com/sourcegraph/conc v0.3.0 // indirect |
|
github.com/spf13/afero v1.12.0 // indirect |
|
github.com/spf13/pflag v1.0.6 // 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/valyala/fastrand v1.1.0 // indirect |
|
github.com/valyala/histogram v1.2.0 // indirect |
|
go.etcd.io/etcd/client/pkg/v3 v3.6.1 // indirect |
|
go.uber.org/multierr v1.11.0 // indirect |
|
golang.org/x/arch v0.15.0 // indirect |
|
golang.org/x/crypto v0.37.0 // indirect |
|
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect |
|
golang.org/x/sys v0.32.0 // indirect |
|
golang.org/x/text v0.24.0 // indirect |
|
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect |
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect |
|
gopkg.in/yaml.v3 v3.0.1 // indirect |
|
)
|
|
|