@@ -3,6 +3,7 @@ module github.com/leetcode-golang-classroom/golang-rest-api-sample
33go 1.22.4
44
55require (
6+ github.com/google/uuid v1.6.0
67 github.com/magefile/mage v1.15.0
78 github.com/samber/slog-gin v1.13.6
89 github.com/spf13/viper v1.19.0
@@ -20,7 +21,6 @@ require (
2021 github.com/go-playground/universal-translator v0.18.1 // indirect
2122 github.com/go-playground/validator/v10 v10.22.0 // indirect
2223 github.com/goccy/go-json v0.10.3 // indirect
23- github.com/google/uuid v1.6.0 // indirect
2424 github.com/json-iterator/go v1.1.12 // indirect
2525 github.com/klauspost/cpuid/v2 v2.2.8 // indirect
2626 github.com/leodido/go-urn v1.4.0 // indirect
@@ -33,7 +33,7 @@ require (
3333 go.opentelemetry.io/otel v1.29.0 // indirect
3434 go.opentelemetry.io/otel/trace v1.29.0 // indirect
3535 golang.org/x/arch v0.8.0 // indirect
36- golang.org/x/crypto v0.24 .0 // indirect
36+ golang.org/x/crypto v0.31 .0 // indirect
3737 golang.org/x/net v0.26.0 // indirect
3838 google.golang.org/protobuf v1.34.2 // indirect
3939 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
@@ -57,8 +57,8 @@ require (
5757 go.uber.org/atomic v1.9.0 // indirect
5858 go.uber.org/multierr v1.9.0 // indirect
5959 golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
60- golang.org/x/sys v0.21 .0 // indirect
61- golang.org/x/text v0.16 .0 // indirect
60+ golang.org/x/sys v0.28 .0 // indirect
61+ golang.org/x/text v0.21 .0 // indirect
6262 gopkg.in/ini.v1 v1.67.0 // indirect
6363 gopkg.in/yaml.v3 v3.0.1 // indirect
6464)
0 commit comments