Skip to content

Commit

Permalink
feat: supoort statuscode
Browse files Browse the repository at this point in the history
  • Loading branch information
tangx committed Dec 10, 2021
1 parent 3b9cd61 commit 6d6e24e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/gin-gonic/gin v1.7.7
github.com/go-jarvis/statuserrors v0.1.0
github.com/go-jarvis/statuserrors v0.1.1
github.com/tangx/ginbinder v0.1.2
)

Expand All @@ -27,5 +27,3 @@ require (
google.golang.org/protobuf v1.26.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)

replace github.com/go-jarvis/statuserrors => /data/gopath/src/github.com/go-jarvis/statuserrors
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm
github.com/gin-gonic/gin v1.7.4/go.mod h1:jD2toBW3GZUr5UMcdrwQA10I7RuaFOl/SGeDjXkfUtY=
github.com/gin-gonic/gin v1.7.7 h1:3DoBmSbJbZAWqXJC3SLjAPfutPJJRN1U5pALB7EeTTs=
github.com/gin-gonic/gin v1.7.7/go.mod h1:axIBovoeJpVj8S3BwE0uPMTeReE4+AfFtqpqaZ1qq1U=
github.com/go-jarvis/statuserrors v0.1.1 h1:s3khXiCsE8WThPYlSxwIDFfE124d3LUyvv86Ii5y+kE=
github.com/go-jarvis/statuserrors v0.1.1/go.mod h1:JK2zONxZblj4TfnsZUtu7FPDXtxOF//mI1phrytdUwk=
github.com/go-playground/assert/v2 v2.0.1 h1:MsBgLAaY856+nPRTKrp3/OZK38U/wa0CcBYNjji3q3A=
github.com/go-playground/assert/v2 v2.0.1/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4=
github.com/go-playground/locales v0.13.0/go.mod h1:taPMhCMXrRLJO55olJkUXHZBHCxTMfnGwq/HNwmWNS8=
Expand Down

0 comments on commit 6d6e24e

Please sign in to comment.