This repository has been archived by the owner on Nov 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
39 lines (37 loc) · 1.51 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
module github.com/infinity-oj/server
go 1.13
require (
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-contrib/pprof v1.2.1
github.com/gin-contrib/zap v0.0.0-20191128031730-d12829f8f61b
github.com/gin-gonic/gin v1.5.0
github.com/golang/protobuf v1.4.2
github.com/google/uuid v1.1.1
github.com/google/wire v0.4.0
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
github.com/hashicorp/consul/api v1.4.0
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/memberlist v0.1.6 // indirect
github.com/infinity-oj/api v0.1.3
github.com/jinzhu/gorm v1.9.12
github.com/mbobakov/grpc-consul-resolver v1.4.1
github.com/miekg/dns v1.1.26 // indirect
github.com/opentracing-contrib/go-gin v0.0.0-20190301172248-2e18f8b9c7d4
github.com/opentracing/opentracing-go v1.1.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.4.0
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.4.0
github.com/uber/jaeger-client-go v2.22.1+incompatible
github.com/uber/jaeger-lib v2.2.0+incompatible
github.com/urfave/cli/v2 v2.1.1
go.uber.org/zap v1.13.0
golang.org/x/tools v0.0.0-20200420001825-978e26b7c37c // indirect
google.golang.org/grpc v1.30.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.8
)