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.

96 lines
4.1 KiB

2 years ago
module git.diulo.com/mogfee/kit
2 years ago
2 years ago
go 1.20
2 years ago
require (
1 year ago
github.com/antlr4-go/antlr/v4 v4.13.0
12 months ago
github.com/fatih/color v1.15.0
github.com/felixge/fgprof v0.9.3
2 years ago
github.com/gin-gonic/gin v1.9.0
2 years ago
github.com/go-playground/form v3.1.4+incompatible
1 year ago
github.com/go-sql-driver/mysql v1.7.1
github.com/golang-jwt/jwt/v5 v5.0.0-rc.1
1 year ago
github.com/golang/protobuf v1.5.3
1 year ago
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
2 years ago
github.com/nsqio/go-nsq v1.1.0
12 months ago
github.com/pelletier/go-toml/v2 v2.0.9
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.16.0
1 year ago
github.com/spf13/cobra v1.7.0
12 months ago
github.com/stretchr/testify v1.8.4
github.com/zeromicro/go-zero v1.5.5
go.etcd.io/etcd/client/v3 v3.5.9
go.opentelemetry.io/otel v1.18.0
1 year ago
go.opentelemetry.io/otel/exporters/jaeger v1.17.0
12 months ago
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.18.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.18.0
1 year ago
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.17.0
12 months ago
go.opentelemetry.io/otel/exporters/zipkin v1.18.0
go.opentelemetry.io/otel/sdk v1.18.0
go.opentelemetry.io/otel/trace v1.18.0
go.uber.org/automaxprocs v1.5.3
golang.org/x/net v0.14.0
1 year ago
golang.org/x/sync v0.3.0
12 months ago
google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98
google.golang.org/grpc v1.58.0
1 year ago
google.golang.org/protobuf v1.31.0
1 year ago
gopkg.in/go-playground/assert.v1 v1.2.1
gopkg.in/yaml.v3 v3.0.1
2 years ago
)
require (
1 year ago
github.com/beorn7/perks v1.0.1 // indirect
2 years ago
github.com/bytedance/sonic v1.8.3 // indirect
12 months ago
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
1 year ago
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2 years ago
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
12 months ago
github.com/coreos/go-semver v0.3.1 // indirect
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
2 years ago
github.com/gin-contrib/sse v0.1.0 // indirect
1 year ago
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
2 years ago
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.11.2 // indirect
github.com/goccy/go-json v0.10.0 // indirect
2 years ago
github.com/gogo/protobuf v1.3.2 // indirect
2 years ago
github.com/golang/snappy v0.0.4 // indirect
12 months ago
github.com/google/pprof v0.0.0-20211214055906-6f57359322fd // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
1 year ago
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2 years ago
github.com/json-iterator/go v1.1.12 // indirect
2 years ago
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
github.com/leodido/go-urn v1.2.2 // indirect
12 months ago
github.com/mattn/go-colorable v0.1.13 // indirect
2 years ago
github.com/mattn/go-isatty v0.0.17 // indirect
1 year ago
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
2 years ago
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2 years ago
github.com/modern-go/reflect2 v1.0.2 // indirect
12 months ago
github.com/openzipkin/zipkin-go v0.4.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
1 year ago
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.11.1 // indirect
12 months ago
github.com/spaolacci/murmur3 v1.1.0 // indirect
1 year ago
github.com/spf13/pflag v1.0.5 // indirect
2 years ago
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
2 years ago
github.com/ugorji/go/codec v1.2.10 // indirect
12 months ago
go.etcd.io/etcd/api/v3 v3.5.9 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.9 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.18.0 // indirect
go.opentelemetry.io/otel/metric v1.18.0 // indirect
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
go.uber.org/zap v1.24.0 // indirect
2 years ago
golang.org/x/arch v0.2.0 // indirect
12 months ago
golang.org/x/crypto v0.12.0 // indirect
1 year ago
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/sys v0.12.0 // indirect
12 months ago
golang.org/x/text v0.12.0 // indirect
google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 // indirect
2 years ago
)