1
1
module github.com/sixwaaaay/shauser
2
2
3
- go 1.21
3
+ go 1.21.0
4
+
5
+ toolchain go1.24.2
4
6
5
7
require (
6
8
codeberg.org/sixwaaaay/sharing-pb v0.1.2
@@ -14,37 +16,39 @@ require (
14
16
github.com/sixwaaaay/token v0.1.1
15
17
github.com/sixwaaaay/token/rpc v0.0.0-20231226141924-56a2e6246033
16
18
github.com/sony/sonyflake v1.2.0
17
- github.com/spf13/viper v1.18 .1
18
- github.com/stretchr/testify v1.8.4
19
+ github.com/spf13/viper v1.20 .1
20
+ github.com/stretchr/testify v1.10.0
19
21
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.46.1
20
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1
22
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0
21
23
go.opentelemetry.io/contrib/instrumentation/runtime v0.46.1
22
- go.opentelemetry.io/otel v1.21 .0
24
+ go.opentelemetry.io/otel v1.29 .0
23
25
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0
24
26
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0
25
- go.opentelemetry.io/otel/sdk v1.21 .0
26
- go.opentelemetry.io/otel/sdk/metric v1.21 .0
27
+ go.opentelemetry.io/otel/sdk v1.29 .0
28
+ go.opentelemetry.io/otel/sdk/metric v1.29 .0
27
29
go.uber.org/zap v1.26.0
28
- golang.org/x/crypto v0.17 .0
29
- golang.org/x/oauth2 v0.15 .0
30
- google.golang.org/grpc v1.60.1
31
- google.golang.org/protobuf v1.31.0
30
+ golang.org/x/crypto v0.32 .0
31
+ golang.org/x/oauth2 v0.25 .0
32
+ google.golang.org/grpc v1.67.3
33
+ google.golang.org/protobuf v1.36.1
32
34
gorm.io/driver/mysql v1.5.2
33
35
gorm.io/gorm v1.25.5
34
36
gorm.io/plugin/dbresolver v1.5.0
35
37
)
36
38
37
39
require (
38
40
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
39
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
41
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
40
42
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
41
43
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
42
- github.com/fsnotify/fsnotify v1.7 .0 // indirect
43
- github.com/go-logr/logr v1.3.0 // indirect
44
+ github.com/fsnotify/fsnotify v1.8 .0 // indirect
45
+ github.com/go-logr/logr v1.4.2 // indirect
44
46
github.com/go-logr/stdr v1.2.2 // indirect
45
47
github.com/go-sql-driver/mysql v1.7.0 // indirect
48
+ github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
46
49
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
47
50
github.com/golang/protobuf v1.5.3 // indirect
51
+ github.com/google/uuid v1.6.0 // indirect
48
52
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
49
53
github.com/hashicorp/hcl v1.0.0 // indirect
50
54
github.com/jinzhu/inflection v1.0.0 // indirect
@@ -53,30 +57,30 @@ require (
53
57
github.com/mattn/go-colorable v0.1.13 // indirect
54
58
github.com/mattn/go-isatty v0.0.20 // indirect
55
59
github.com/mitchellh/mapstructure v1.5.0 // indirect
56
- github.com/pelletier/go-toml/v2 v2.1.0 // indirect
60
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
57
61
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
58
- github.com/sagikazarmark/locafero v0.4 .0 // indirect
62
+ github.com/sagikazarmark/locafero v0.7 .0 // indirect
59
63
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
60
64
github.com/sourcegraph/conc v0.3.0 // indirect
61
- github.com/spf13/afero v1.11 .0 // indirect
62
- github.com/spf13/cast v1.6.0 // indirect
63
- github.com/spf13/pflag v1.0.5 // indirect
65
+ github.com/spf13/afero v1.12 .0 // indirect
66
+ github.com/spf13/cast v1.7.1 // indirect
67
+ github.com/spf13/pflag v1.0.6 // indirect
64
68
github.com/subosito/gotenv v1.6.0 // indirect
65
69
github.com/valyala/bytebufferpool v1.0.0 // indirect
66
70
github.com/valyala/fasttemplate v1.2.2 // indirect
67
71
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
68
- go.opentelemetry.io/otel/metric v1.21 .0 // indirect
69
- go.opentelemetry.io/otel/trace v1.21 .0 // indirect
72
+ go.opentelemetry.io/otel/metric v1.29 .0 // indirect
73
+ go.opentelemetry.io/otel/trace v1.29 .0 // indirect
70
74
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
71
75
go.uber.org/multierr v1.10.0 // indirect
72
76
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
73
- golang.org/x/net v0.19 .0 // indirect
74
- golang.org/x/sys v0.15 .0 // indirect
75
- golang.org/x/text v0.14 .0 // indirect
76
- golang.org/x/time v0.5 .0 // indirect
77
+ golang.org/x/net v0.33 .0 // indirect
78
+ golang.org/x/sys v0.29 .0 // indirect
79
+ golang.org/x/text v0.21 .0 // indirect
80
+ golang.org/x/time v0.8 .0 // indirect
77
81
google.golang.org/appengine v1.6.8 // indirect
78
- google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
79
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
82
+ google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
83
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
80
84
gopkg.in/ini.v1 v1.67.0 // indirect
81
85
gopkg.in/yaml.v3 v3.0.1 // indirect
82
86
)
0 commit comments