diff --git a/backend/gateway/go.mod b/backend/gateway/go.mod index 5d6dccc..7df6acb 100644 --- a/backend/gateway/go.mod +++ b/backend/gateway/go.mod @@ -31,5 +31,5 @@ require ( golang.org/x/sys v0.8.0 // indirect golang.org/x/text v0.9.0 // indirect google.golang.org/protobuf v1.30.0 // indirect - yaml.v3 v3.0.1 // indirect + gopkg.in/yaml.v3 v3 // indirect ) \ No newline at end of file diff --git a/backend/services/user-svc/go.mod b/backend/services/user-svc/go.mod index becd004..bfdf6af 100644 --- a/backend/services/user-svc/go.mod +++ b/backend/services/user-svc/go.mod @@ -36,5 +36,5 @@ require ( golang.org/x/sys v0.8.0 // indirect golang.org/x/text v0.9.0 // indirect google.golang.org/genproto/googleapis/rpc v0.12.0 // indirect - yaml.v3 v3.0.1 // indirect + gopkg.in/yaml.v3 v3 // indirect ) \ No newline at end of file diff --git a/backend/shared/go.mod b/backend/shared/go.mod index c87a8c2..acc153b 100644 --- a/backend/shared/go.mod +++ b/backend/shared/go.mod @@ -40,5 +40,5 @@ require ( golang.org/x/net v0.10.0 // indirect golang.org/x/sys v0.8.0 // indirect golang.org/x/text v0.9.0 // indirect - yaml.v3 v3.0.1 // indirect + gopkg.in/yaml.v3 v3 // indirect ) \ No newline at end of file