11module github.com/sixwaaaay/shauser
22
3- go 1.21
3+ go 1.21.0
4+
5+ toolchain go1.24.3
46
57require (
68 codeberg.org/sixwaaaay/sharing-pb v0.1.2
@@ -14,37 +16,39 @@ require (
1416 github.com/sixwaaaay/token v0.1.1
1517 github.com/sixwaaaay/token/rpc v0.0.0-20231226141924-56a2e6246033
1618 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
1921 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
2123 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
2325 go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0
2426 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
2729 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
3234 gorm.io/driver/mysql v1.5.2
3335 gorm.io/gorm v1.25.5
3436 gorm.io/plugin/dbresolver v1.5.0
3537)
3638
3739require (
3840 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
4042 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4143 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
4446 github.com/go-logr/stdr v1.2.2 // indirect
4547 github.com/go-sql-driver/mysql v1.7.0 // indirect
48+ github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
4649 github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
4750 github.com/golang/protobuf v1.5.3 // indirect
51+ github.com/google/uuid v1.6.0 // indirect
4852 github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
4953 github.com/hashicorp/hcl v1.0.0 // indirect
5054 github.com/jinzhu/inflection v1.0.0 // indirect
@@ -53,30 +57,30 @@ require (
5357 github.com/mattn/go-colorable v0.1.13 // indirect
5458 github.com/mattn/go-isatty v0.0.20 // indirect
5559 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
5761 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
5963 github.com/sagikazarmark/slog-shim v0.1.0 // indirect
6064 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
6468 github.com/subosito/gotenv v1.6.0 // indirect
6569 github.com/valyala/bytebufferpool v1.0.0 // indirect
6670 github.com/valyala/fasttemplate v1.2.2 // indirect
6771 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
7074 go.opentelemetry.io/proto/otlp v1.0.0 // indirect
7175 go.uber.org/multierr v1.10.0 // indirect
7276 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
7781 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
8084 gopkg.in/ini.v1 v1.67.0 // indirect
8185 gopkg.in/yaml.v3 v3.0.1 // indirect
8286)
0 commit comments