@@ -3,6 +3,7 @@ module github.com/leetcode-golang-classroom/golang-rest-api-sample
3
3
go 1.22.4
4
4
5
5
require (
6
+ github.com/google/uuid v1.6.0
6
7
github.com/magefile/mage v1.15.0
7
8
github.com/samber/slog-gin v1.13.6
8
9
github.com/spf13/viper v1.19.0
@@ -20,7 +21,6 @@ require (
20
21
github.com/go-playground/universal-translator v0.18.1 // indirect
21
22
github.com/go-playground/validator/v10 v10.22.0 // indirect
22
23
github.com/goccy/go-json v0.10.3 // indirect
23
- github.com/google/uuid v1.6.0 // indirect
24
24
github.com/json-iterator/go v1.1.12 // indirect
25
25
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
26
26
github.com/leodido/go-urn v1.4.0 // indirect
@@ -33,7 +33,7 @@ require (
33
33
go.opentelemetry.io/otel v1.29.0 // indirect
34
34
go.opentelemetry.io/otel/trace v1.29.0 // indirect
35
35
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
37
37
golang.org/x/net v0.26.0 // indirect
38
38
google.golang.org/protobuf v1.34.2 // indirect
39
39
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
@@ -57,8 +57,8 @@ require (
57
57
go.uber.org/atomic v1.9.0 // indirect
58
58
go.uber.org/multierr v1.9.0 // indirect
59
59
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
62
62
gopkg.in/ini.v1 v1.67.0 // indirect
63
63
gopkg.in/yaml.v3 v3.0.1 // indirect
64
64
)
0 commit comments