Skip to content

Commit faca5e5

Browse files
committed
update go.mod
1 parent 44516ac commit faca5e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ require (
1515
github.com/docker/go-connections v0.5.0
1616
github.com/ethereum/go-ethereum v1.14.11
1717
github.com/gin-gonic/gin v1.10.0
18+
github.com/go-playground/locales v0.14.1
19+
github.com/go-playground/universal-translator v0.18.1
1820
github.com/go-playground/validator/v10 v10.22.1
1921
github.com/go-resty/resty/v2 v2.15.3
2022
github.com/google/uuid v1.6.0
@@ -89,8 +91,6 @@ require (
8991
github.com/go-logr/logr v1.4.1 // indirect
9092
github.com/go-logr/stdr v1.2.2 // indirect
9193
github.com/go-ole/go-ole v1.3.0 // indirect
92-
github.com/go-playground/locales v0.14.1 // indirect
93-
github.com/go-playground/universal-translator v0.18.1 // indirect
9494
github.com/goccy/go-json v0.10.3 // indirect
9595
github.com/gogo/protobuf v1.3.2 // indirect
9696
github.com/gorilla/websocket v1.5.0 // indirect

0 commit comments

Comments
 (0)