Skip to content

Commit 02b4b72

Browse files
authored
[chore] [backend] update go.mod (#19)
chore(backend): update go.mod Signed-off-by: ashing <axingfly@gmail.com>
1 parent 6040aaf commit 02b4b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ require (
247247
google.golang.org/protobuf v1.36.1 // indirect
248248
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
249249
gopkg.in/src-d/go-errors.v1 v1.0.0 // indirect
250-
gopkg.in/yaml.v2 v2.4.0 // indirect
250+
gopkg.in/yaml.v2 v2.4.0
251251
gopkg.in/yaml.v3 v3.0.1 // indirect
252252
gorm.io/driver/sqlite v1.5.5 // indirect
253253
gorm.io/hints v1.1.2 // indirect

0 commit comments

Comments
 (0)