123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- module sghgogs.com/sghblog/authorization-client
- go 1.19
- require (
- github.com/gin-gonic/gin v1.9.1
- github.com/go-micro/plugins/v4/auth/jwt v1.2.0
- github.com/go-micro/plugins/v4/client/grpc v1.2.1
- github.com/go-micro/plugins/v4/registry/consul v1.2.1
- github.com/go-micro/plugins/v4/server/http v1.2.2
- github.com/go-redsync/redsync/v4 v4.11.0
- github.com/google/uuid v1.3.0
- github.com/pkg/errors v0.9.1
- github.com/redis/go-redis/v9 v9.3.0
- github.com/sirupsen/logrus v1.9.0
- github.com/swaggo/files v1.0.1
- github.com/swaggo/gin-swagger v1.6.0
- github.com/swaggo/swag v1.16.2
- go-micro.dev/v4 v4.10.2
- go.opentelemetry.io/otel v1.21.0
- go.opentelemetry.io/otel/exporters/jaeger v1.17.0
- go.opentelemetry.io/otel/sdk v1.21.0
- go.opentelemetry.io/otel/trace v1.21.0
- golang.org/x/net v0.17.0
- google.golang.org/protobuf v1.31.0
- sghgogs.com/sghblog/authorization-service v0.0.0-20231219071555-2d739b878799
- sghgogs.com/sghblog/common v0.0.0-20231219070006-58d7e2000e0a
- )
- require (
- github.com/KyleBanks/depth v1.2.1
- github.com/Microsoft/go-winio v0.6.0
- github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
- github.com/PuerkitoBio/purell v1.1.1
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
- github.com/acomagu/bufpipe v1.0.3
- github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da
- github.com/beorn7/perks v1.0.1
- github.com/bitly/go-simplejson v0.5.0
- github.com/bytedance/sonic v1.9.1
- github.com/cespare/xxhash/v2 v2.2.0
- github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311
- github.com/cpuguy83/go-md2man/v2 v2.0.0
- github.com/dgrijalva/jwt-go v3.2.0+incompatible
- github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
- github.com/emirpasic/gods v1.12.0
- github.com/evanphx/json-patch/v5 v5.5.0
- github.com/fatih/color v1.9.0
- github.com/felixge/httpsnoop v1.0.1
- github.com/fsnotify/fsnotify v1.6.0
- github.com/gabriel-vasile/mimetype v1.4.2
- github.com/gin-contrib/sse v0.1.0
- github.com/go-acme/lego/v4 v4.4.0
- github.com/go-git/gcfg v1.5.0
- github.com/go-git/go-billy/v5 v5.3.1
- github.com/go-git/go-git/v5 v5.4.2
- github.com/go-logr/logr v1.3.0
- github.com/go-logr/stdr v1.2.2
- github.com/go-openapi/jsonpointer v0.19.5
- github.com/go-openapi/jsonreference v0.19.6
- github.com/go-openapi/spec v0.20.4
- github.com/go-openapi/swag v0.19.15
- github.com/go-playground/locales v0.14.1
- github.com/go-playground/universal-translator v0.18.1
- github.com/go-playground/validator/v10 v10.14.0
- github.com/gobwas/httphead v0.1.0
- github.com/gobwas/pool v0.2.1
- github.com/gobwas/ws v1.0.4
- github.com/goccy/go-json v0.10.2
- github.com/golang/protobuf v1.5.3
- github.com/gorilla/handlers v1.5.1
- github.com/hashicorp/consul/api v1.9.0
- github.com/hashicorp/errwrap v1.1.0
- github.com/hashicorp/go-cleanhttp v0.5.1
- github.com/hashicorp/go-hclog v0.12.0
- github.com/hashicorp/go-immutable-radix v1.0.0
- github.com/hashicorp/go-multierror v1.1.1
- github.com/hashicorp/go-rootcerts v1.0.2
- github.com/hashicorp/golang-lru v0.5.1
- github.com/hashicorp/serf v0.9.5
- github.com/imdario/mergo v0.3.12
- github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
- github.com/josharian/intern v1.0.0
- github.com/json-iterator/go v1.1.12
- github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351
- github.com/klauspost/cpuid/v2 v2.2.4
- github.com/leodido/go-urn v1.2.4
- github.com/mailru/easyjson v0.7.6
- github.com/mattn/go-colorable v0.1.8
- github.com/mattn/go-isatty v0.0.19
- github.com/matttproud/golang_protobuf_extensions v1.0.4
- github.com/miekg/dns v1.1.43
- github.com/mitchellh/go-homedir v1.1.0
- github.com/mitchellh/hashstructure v1.1.0
- github.com/mitchellh/mapstructure v1.3.3
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/nxadm/tail v1.4.8
- github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
- github.com/patrickmn/go-cache v2.1.0+incompatible
- github.com/pelletier/go-toml/v2 v2.0.8
- github.com/prometheus/client_golang v1.17.0
- github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16
- github.com/prometheus/common v0.44.0
- github.com/prometheus/procfs v0.11.1
- github.com/russross/blackfriday/v2 v2.0.1
- github.com/sergi/go-diff v1.1.0
- github.com/shurcooL/sanitized_anchor_name v1.0.0
- github.com/twitchyliquid64/golang-asm v0.15.1
- github.com/ugorji/go/codec v1.2.11
- github.com/urfave/cli/v2 v2.3.0
- github.com/xanzy/ssh-agent v0.3.0
- go.opentelemetry.io/otel/metric v1.21.0
- golang.org/x/arch v0.3.0
- golang.org/x/crypto v0.14.0
- golang.org/x/mod v0.9.0
- golang.org/x/sync v0.3.0
- golang.org/x/sys v0.14.0
- golang.org/x/text v0.13.0
- golang.org/x/tools v0.7.0
- google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4
- google.golang.org/grpc v1.53.0
- gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
- gopkg.in/warnings.v0 v0.1.2
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1
- )
|