@@ -3,52 +3,55 @@ module github.com/golangid/candi-plugin/fiber-rest
3
3
go 1.18
4
4
5
5
require (
6
- github.com/gofiber/fiber/v2 v2.41 .0
7
- github.com/golangid/candi v1.13.14
8
- github.com/valyala/fasthttp v1.43 .0
6
+ github.com/gofiber/fiber/v2 v2.42 .0
7
+ github.com/golangid/candi v1.14.11
8
+ github.com/valyala/fasthttp v1.44 .0
9
9
)
10
10
11
11
require (
12
- github.com/andybalholm/brotli v1.0.4 // indirect
13
- github.com/aws/aws-sdk-go v1.34.28 // indirect
14
- github.com/gertd/go-pluralize v0.2.1 // indirect
15
- github.com/go-stack/stack v1.8.0 // indirect
12
+ github.com/andybalholm/brotli v1.0.5 // indirect
16
13
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
17
- github.com/golang/protobuf v1.5.0 // indirect
18
- github.com/golang/snappy v0.0.3 // indirect
14
+ github.com/golang/protobuf v1.5.2 // indirect
15
+ github.com/golang/snappy v0.0.4 // indirect
19
16
github.com/golangid/graphql-go v0.0.9 // indirect
20
- github.com/gomodule/redigo v1.8.4 // indirect
21
- github.com/jmespath/go-jmespath v0.4.0 // indirect
22
- github.com/joho/godotenv v1.3.0 // indirect
23
- github.com/klauspost/compress v1.15.9 // indirect
17
+ github.com/gomodule/redigo v1.8.9 // indirect
18
+ github.com/google/uuid v1.3.0 // indirect
19
+ github.com/joho/godotenv v1.5.1 // indirect
20
+ github.com/klauspost/compress v1.16.5 // indirect
21
+ github.com/kr/pretty v0.3.1 // indirect
24
22
github.com/labstack/echo v3.3.10+incompatible // indirect
25
23
github.com/labstack/gommon v0.4.0 // indirect
26
24
github.com/mattn/go-colorable v0.1.13 // indirect
27
- github.com/mattn/go-isatty v0.0.17 // indirect
25
+ github.com/mattn/go-isatty v0.0.18 // indirect
28
26
github.com/mattn/go-runewidth v0.0.14 // indirect
27
+ github.com/montanaflynn/stats v0.7.0 // indirect
29
28
github.com/opentracing/opentracing-go v1.2.0 // indirect
29
+ github.com/philhofer/fwd v1.1.1 // indirect
30
30
github.com/pkg/errors v0.9.1 // indirect
31
- github.com/rivo/uniseg v0.2.0 // indirect
31
+ github.com/rivo/uniseg v0.4.4 // indirect
32
+ github.com/savsgio/dictpool v0.0.0-20221023140959-7bf2e61cea94 // indirect
33
+ github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d // indirect
32
34
github.com/soheilhy/cmux v0.1.5 // indirect
33
- github.com/uber/jaeger-client-go v2.28.0+incompatible // indirect
35
+ github.com/tinylib/msgp v1.1.6 // indirect
36
+ github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
34
37
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
35
38
github.com/valyala/bytebufferpool v1.0.0 // indirect
36
- github.com/valyala/fasttemplate v1.2.1 // indirect
39
+ github.com/valyala/fasttemplate v1.2.2 // indirect
37
40
github.com/valyala/tcplisten v1.0.0 // indirect
38
41
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
39
- github.com/xdg-go/scram v1.0 .2 // indirect
40
- github.com/xdg-go/stringprep v1.0.2 // indirect
41
- github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
42
- go.mongodb.org/mongo-driver v1.5 .2 // indirect
43
- go.uber.org/atomic v1.6 .0 // indirect
44
- go.uber.org/multierr v1.5 .0 // indirect
45
- go.uber.org/zap v1.16 .0 // indirect
46
- golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
47
- golang.org/x/net v0.0.0-20220906165146-f3363e06e74c // indirect
48
- golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
49
- golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
50
- golang.org/x/text v0.3.7 // indirect
51
- google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
52
- google.golang.org/grpc v1.37 .0 // indirect
53
- google.golang.org/protobuf v1.26.0 // indirect
42
+ github.com/xdg-go/scram v1.1 .2 // indirect
43
+ github.com/xdg-go/stringprep v1.0.4 // indirect
44
+ github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
45
+ go.mongodb.org/mongo-driver v1.11 .2 // indirect
46
+ go.uber.org/atomic v1.10 .0 // indirect
47
+ go.uber.org/multierr v1.9 .0 // indirect
48
+ go.uber.org/zap v1.24 .0 // indirect
49
+ golang.org/x/crypto v0.8.0 // indirect
50
+ golang.org/x/net v0.9.0 // indirect
51
+ golang.org/x/sync v0.1.0 // indirect
52
+ golang.org/x/sys v0.8.0 // indirect
53
+ golang.org/x/text v0.9.0 // indirect
54
+ google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
55
+ google.golang.org/grpc v1.53 .0 // indirect
56
+ google.golang.org/protobuf v1.28.1 // indirect
54
57
)
0 commit comments