mirror of
https://github.com/karust/openserp.git
synced 2026-08-05 16:53:54 +08:00
fix api response format issues
This commit is contained in:
2
go.mod
2
go.mod
@@ -20,6 +20,7 @@ require (
|
||||
github.com/ysmood/gson v0.7.3
|
||||
golang.org/x/net v0.43.0
|
||||
golang.org/x/time v0.12.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -50,5 +51,4 @@ require (
|
||||
golang.org/x/sys v0.35.0 // indirect
|
||||
golang.org/x/text v0.28.0 // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user