-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f639cb
commit c63f76b
Showing
3 changed files
with
273 additions
and
680 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,119 +1,123 @@ | ||
module bingo | ||
|
||
go 1.19 | ||
go 1.21.0 | ||
|
||
require ( | ||
github.com/Depado/ginprom v1.7.4 | ||
github.com/Depado/ginprom v1.7.11 | ||
github.com/denisenkom/go-mssqldb v0.12.3 | ||
github.com/gin-contrib/cors v1.4.0 | ||
github.com/gin-contrib/multitemplate v0.0.0-20220829131020-8c2a8441bc2b | ||
github.com/gin-contrib/multitemplate v0.0.0-20230212012517-45920c92c271 | ||
github.com/gin-contrib/static v0.0.1 | ||
github.com/gin-gonic/gin v1.9.0 | ||
github.com/go-kratos/kratos/contrib/metrics/prometheus/v2 v2.0.0-20221102101533-2a65502be27b | ||
github.com/go-kratos/kratos/v2 v2.5.3 | ||
github.com/gin-gonic/gin v1.9.1 | ||
github.com/go-kratos/kratos/contrib/metrics/prometheus/v2 v2.0.0-20230830131453-6c026bce56a9 | ||
github.com/go-kratos/kratos/v2 v2.7.0 | ||
github.com/go-redis/redis/v8 v8.11.5 | ||
github.com/go-sql-driver/mysql v1.7.0 | ||
github.com/go-sql-driver/mysql v1.7.1 | ||
github.com/gorilla/websocket v1.5.0 | ||
github.com/jxskiss/base62 v1.1.0 | ||
github.com/lib/pq v1.10.7 | ||
github.com/mattn/go-sqlite3 v1.14.16 | ||
github.com/miekg/dns v1.1.50 | ||
github.com/lib/pq v1.10.9 | ||
github.com/mattn/go-sqlite3 v1.14.17 | ||
github.com/miekg/dns v1.1.56 | ||
github.com/olivere/elastic/v7 v7.0.32 | ||
github.com/prometheus/client_golang v1.14.0 | ||
github.com/rabbitmq/amqp091-go v1.5.0 | ||
github.com/shirou/gopsutil/v3 v3.23.2 | ||
github.com/xenitab/go-oidc-middleware v0.0.39 | ||
github.com/xenitab/go-oidc-middleware/oidcgin v0.0.39 | ||
go.etcd.io/etcd/client/v3 v3.5.6 | ||
go.mongodb.org/mongo-driver v1.11.3 | ||
go.mongodb.org/mongo-driver v1.11.0 | ||
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.40.0 | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.37.0 | ||
go.opentelemetry.io/otel v1.14.0 | ||
go.opentelemetry.io/otel/exporters/jaeger v1.11.2 | ||
go.opentelemetry.io/otel/sdk v1.11.2 | ||
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f | ||
google.golang.org/grpc v1.54.0 | ||
google.golang.org/protobuf v1.28.1 | ||
github.com/prometheus/client_golang v1.16.0 | ||
github.com/rabbitmq/amqp091-go v1.8.1 | ||
github.com/shirou/gopsutil/v3 v3.23.8 | ||
github.com/xenitab/go-oidc-middleware v0.0.43 | ||
github.com/xenitab/go-oidc-middleware/oidcgin v0.0.43 | ||
go.etcd.io/etcd/client/v3 v3.5.9 | ||
go.mongodb.org/mongo-driver v1.12.1 | ||
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.44.0 | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 | ||
go.opentelemetry.io/otel v1.18.0 | ||
go.opentelemetry.io/otel/exporters/jaeger v1.17.0 | ||
go.opentelemetry.io/otel/sdk v1.18.0 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20230913181813-007df8e322eb | ||
google.golang.org/grpc v1.58.1 | ||
google.golang.org/protobuf v1.31.0 | ||
) | ||
|
||
require ( | ||
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/bytedance/sonic v1.9.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/bytedance/sonic v1.8.0 // indirect | ||
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect | ||
github.com/coreos/go-semver v0.3.0 // indirect | ||
github.com/coreos/go-systemd/v22 v22.4.0 // indirect | ||
github.com/coreos/go-systemd/v22 v22.3.2 // indirect | ||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/felixge/httpsnoop v1.0.3 // indirect | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.2 // indirect | ||
github.com/gin-contrib/sse v0.1.0 // indirect | ||
github.com/go-logr/logr v1.2.3 // indirect | ||
github.com/go-kratos/aegis v0.2.0 // indirect | ||
github.com/go-logr/logr v1.2.4 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/go-ole/go-ole v1.2.6 // indirect | ||
github.com/go-playground/form/v4 v4.2.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.11.2 // indirect | ||
github.com/goccy/go-json v0.10.0 // indirect | ||
github.com/go-playground/validator/v10 v10.14.0 // indirect | ||
github.com/goccy/go-json v0.10.2 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect | ||
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect | ||
github.com/golang-sql/sqlexp v0.1.0 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/golang/snappy v0.0.1 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/gorilla/mux v1.8.0 // indirect | ||
github.com/imdario/mergo v0.3.13 // indirect | ||
github.com/imdario/mergo v0.3.16 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/compress v1.15.12 // indirect | ||
github.com/klauspost/cpuid/v2 v2.0.9 // indirect | ||
github.com/leodido/go-urn v1.2.1 // indirect | ||
github.com/klauspost/compress v1.15.1 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.4 // indirect | ||
github.com/leodido/go-urn v1.2.4 // indirect | ||
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect | ||
github.com/lestrrat-go/blackmagic v1.0.1 // indirect | ||
github.com/lestrrat-go/httpcc v1.0.1 // indirect | ||
github.com/lestrrat-go/iter v1.0.2 // indirect | ||
github.com/lestrrat-go/jwx v1.2.25 // indirect | ||
github.com/lestrrat-go/option v1.0.0 // indirect | ||
github.com/lufia/plan9stats v0.0.0-20220913051719-115f729f3c8c // indirect | ||
github.com/lestrrat-go/option v1.0.1 // indirect | ||
github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
github.com/mattn/go-isatty v0.0.19 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/montanaflynn/stats v0.6.6 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.6 // indirect | ||
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.8 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // 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 | ||
github.com/tklauser/go-sysconf v0.3.11 // indirect | ||
github.com/tklauser/numcpus v0.6.0 // indirect | ||
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect | ||
github.com/prometheus/client_model v0.4.0 // indirect | ||
github.com/prometheus/common v0.44.0 // indirect | ||
github.com/prometheus/procfs v0.10.1 // indirect | ||
github.com/shoenig/go-m1cpu v0.1.6 // indirect | ||
github.com/tklauser/go-sysconf v0.3.12 // indirect | ||
github.com/tklauser/numcpus v0.6.1 // indirect | ||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | ||
github.com/ugorji/go/codec v1.2.9 // indirect | ||
github.com/ugorji/go/codec v1.2.11 // indirect | ||
github.com/xdg-go/pbkdf2 v1.0.0 // indirect | ||
github.com/xdg-go/scram v1.1.1 // indirect | ||
github.com/xdg-go/stringprep v1.0.3 // indirect | ||
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect | ||
github.com/yusufpapurcu/wmi v1.2.2 // indirect | ||
go.etcd.io/etcd/api/v3 v3.5.6 // indirect | ||
go.etcd.io/etcd/client/pkg/v3 v3.5.6 // indirect | ||
go.opentelemetry.io/otel/metric v0.34.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.14.0 // indirect | ||
go.uber.org/atomic v1.10.0 // indirect | ||
go.uber.org/multierr v1.8.0 // indirect | ||
github.com/xdg-go/scram v1.1.2 // indirect | ||
github.com/xdg-go/stringprep v1.0.4 // indirect | ||
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect | ||
github.com/yusufpapurcu/wmi v1.2.3 // indirect | ||
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/metric v1.18.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.18.0 // indirect | ||
go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | ||
go.uber.org/ratelimit v0.2.0 // indirect | ||
go.uber.org/zap v1.23.0 // indirect | ||
golang.org/x/crypto v0.3.0 // indirect | ||
golang.org/x/mod v0.8.0 // indirect | ||
golang.org/x/net v0.8.0 // indirect | ||
golang.org/x/sync v0.1.0 // indirect | ||
golang.org/x/sys v0.6.0 // indirect | ||
golang.org/x/text v0.8.0 // indirect | ||
golang.org/x/tools v0.6.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
go.uber.org/zap v1.17.0 // indirect | ||
golang.org/x/arch v0.3.0 // indirect | ||
golang.org/x/crypto v0.13.0 // indirect | ||
golang.org/x/mod v0.12.0 // indirect | ||
golang.org/x/net v0.15.0 // indirect | ||
golang.org/x/sync v0.3.0 // indirect | ||
golang.org/x/sys v0.12.0 // indirect | ||
golang.org/x/text v0.13.0 // indirect | ||
golang.org/x/tools v0.13.0 // indirect | ||
google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230803162519-f966b187b2e5 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.