1
1
module github.com/ankorstore/yokai-http-template
2
2
3
- go 1.20
3
+ go 1.22
4
4
5
5
require (
6
- github.com/ankorstore/yokai/config v1.2 .0
7
- github.com/ankorstore/yokai/fxcore v1.4 .0
8
- github.com/ankorstore/yokai/fxhttpserver v1.1 .0
9
- github.com/ankorstore/yokai/log v1.1 .0
10
- github.com/ankorstore/yokai/trace v1.1 .0
6
+ github.com/ankorstore/yokai/config v1.3 .0
7
+ github.com/ankorstore/yokai/fxcore v1.5 .0
8
+ github.com/ankorstore/yokai/fxhttpserver v1.2 .0
9
+ github.com/ankorstore/yokai/log v1.2 .0
10
+ github.com/ankorstore/yokai/trace v1.2 .0
11
11
github.com/labstack/echo/v4 v4.11.4
12
12
github.com/prometheus/client_golang v1.19.0
13
13
github.com/spf13/cobra v1.8.0
14
14
github.com/stretchr/testify v1.9.0
15
- go.opentelemetry.io/otel v1.17 .0
16
- go.uber.org/fx v1.20.1
15
+ go.opentelemetry.io/otel v1.24 .0
16
+ go.uber.org/fx v1.21.0
17
17
)
18
18
19
19
require (
20
- github.com/ankorstore/yokai/fxconfig v1.0 .0 // indirect
21
- github.com/ankorstore/yokai/fxgenerate v1.0 .0 // indirect
22
- github.com/ankorstore/yokai/fxhealthcheck v1.0 .0 // indirect
23
- github.com/ankorstore/yokai/fxlog v1.0 .0 // indirect
24
- github.com/ankorstore/yokai/fxmetrics v1.0 .0 // indirect
25
- github.com/ankorstore/yokai/fxtrace v1.1 .0 // indirect
26
- github.com/ankorstore/yokai/generate v1.0 .0 // indirect
27
- github.com/ankorstore/yokai/healthcheck v1.0 .0 // indirect
28
- github.com/ankorstore/yokai/httpserver v1.1 .0 // indirect
20
+ github.com/ankorstore/yokai/fxconfig v1.1 .0 // indirect
21
+ github.com/ankorstore/yokai/fxgenerate v1.1 .0 // indirect
22
+ github.com/ankorstore/yokai/fxhealthcheck v1.1 .0 // indirect
23
+ github.com/ankorstore/yokai/fxlog v1.1 .0 // indirect
24
+ github.com/ankorstore/yokai/fxmetrics v1.1 .0 // indirect
25
+ github.com/ankorstore/yokai/fxtrace v1.2 .0 // indirect
26
+ github.com/ankorstore/yokai/generate v1.1 .0 // indirect
27
+ github.com/ankorstore/yokai/healthcheck v1.1 .0 // indirect
28
+ github.com/ankorstore/yokai/httpserver v1.3 .0 // indirect
29
29
github.com/arl/statsviz v0.6.0 // indirect
30
30
github.com/beorn7/perks v1.0.1 // indirect
31
31
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
32
32
github.com/cespare/xxhash/v2 v2.2.0 // indirect
33
33
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
34
34
github.com/fsnotify/fsnotify v1.7.0 // indirect
35
- github.com/go-errors/errors v1.4.2 // indirect
36
- github.com/go-logr/logr v1.2.4 // indirect
35
+ github.com/go-errors/errors v1.5.1 // indirect
36
+ github.com/go-logr/logr v1.4.1 // indirect
37
37
github.com/go-logr/stdr v1.2.2 // indirect
38
38
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
39
- github.com/golang/protobuf v1.5.3 // indirect
40
- github.com/google/uuid v1.5 .0 // indirect
41
- github.com/gorilla/websocket v1.5.0 // indirect
42
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
39
+ github.com/golang/protobuf v1.5.4 // indirect
40
+ github.com/google/uuid v1.6 .0 // indirect
41
+ github.com/gorilla/websocket v1.5.1 // indirect
42
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
43
43
github.com/hashicorp/hcl v1.0.0 // indirect
44
44
github.com/inconshreveable/mousetrap v1.1.0 // indirect
45
45
github.com/labstack/gommon v0.4.2 // indirect
@@ -49,10 +49,10 @@ require (
49
49
github.com/mitchellh/mapstructure v1.5.0 // indirect
50
50
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
51
51
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
52
- github.com/prometheus/client_model v0.5 .0 // indirect
52
+ github.com/prometheus/client_model v0.6 .0 // indirect
53
53
github.com/prometheus/common v0.48.0 // indirect
54
- github.com/prometheus/procfs v0.12 .0 // indirect
55
- github.com/rs/zerolog v1.31 .0 // indirect
54
+ github.com/prometheus/procfs v0.13 .0 // indirect
55
+ github.com/rs/zerolog v1.32 .0 // indirect
56
56
github.com/sagikazarmark/locafero v0.4.0 // indirect
57
57
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
58
58
github.com/sourcegraph/conc v0.3.0 // indirect
@@ -63,28 +63,26 @@ require (
63
63
github.com/subosito/gotenv v1.6.0 // indirect
64
64
github.com/valyala/bytebufferpool v1.0.0 // indirect
65
65
github.com/valyala/fasttemplate v1.2.2 // indirect
66
- go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.16.0 // indirect
67
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0 // indirect
68
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.16.0 // indirect
69
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.16.0 // indirect
70
- go.opentelemetry.io/otel/metric v1.17.0 // indirect
71
- go.opentelemetry.io/otel/sdk v1.16.0 // indirect
72
- go.opentelemetry.io/otel/trace v1.17.0 // indirect
73
- go.opentelemetry.io/proto/otlp v0.19.0 // indirect
66
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24.0 // indirect
67
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.24.0 // indirect
68
+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.24.0 // indirect
69
+ go.opentelemetry.io/otel/metric v1.24.0 // indirect
70
+ go.opentelemetry.io/otel/sdk v1.24.0 // indirect
71
+ go.opentelemetry.io/otel/trace v1.24.0 // indirect
72
+ go.opentelemetry.io/proto/otlp v1.1.0 // indirect
74
73
go.uber.org/dig v1.17.1 // indirect
75
74
go.uber.org/multierr v1.11.0 // indirect
76
- go.uber.org/zap v1.26 .0 // indirect
77
- golang.org/x/crypto v0.18 .0 // indirect
78
- golang.org/x/exp v0.0.0-20240110193028-0dcbfd608b1e // indirect
79
- golang.org/x/net v0.20 .0 // indirect
80
- golang.org/x/sys v0.16 .0 // indirect
75
+ go.uber.org/zap v1.27 .0 // indirect
76
+ golang.org/x/crypto v0.21 .0 // indirect
77
+ golang.org/x/exp v0.0.0-20240314144324-c7f7c6466f7f // indirect
78
+ golang.org/x/net v0.22 .0 // indirect
79
+ golang.org/x/sys v0.18 .0 // indirect
81
80
golang.org/x/text v0.14.0 // indirect
82
81
golang.org/x/time v0.5.0 // indirect
83
- google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
84
- google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
85
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
86
- google.golang.org/grpc v1.59.0 // indirect
87
- google.golang.org/protobuf v1.32.0 // indirect
82
+ google.golang.org/genproto/googleapis/api v0.0.0-20240314234333-6e1732d8331c // indirect
83
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c // indirect
84
+ google.golang.org/grpc v1.62.1 // indirect
85
+ google.golang.org/protobuf v1.33.0 // indirect
88
86
gopkg.in/ini.v1 v1.67.0 // indirect
89
87
gopkg.in/yaml.v3 v3.0.1 // indirect
90
88
)
0 commit comments