File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/mailru/easyjson v0.7.7 // indirect
1616 github.com/mattn/go-isatty v0.0.13 // indirect
1717 github.com/opentracing/opentracing-go v1.2.0
18- github.com/ropon/logger v1.0.0
18+ github.com/ropon/logger v1.0.1
1919 github.com/swaggo/gin-swagger v1.3.3
2020 github.com/swaggo/swag v1.7.6
2121 github.com/uber/jaeger-client-go v2.30.0+incompatible
Original file line number Diff line number Diff line change @@ -274,8 +274,8 @@ github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6L
274274github.com/rogpeppe/go-internal v1.6.1 /go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc =
275275github.com/rogpeppe/go-internal v1.8.0 h1:FCbCCtXNOY3UtUuHUYaghJg4y7Fd14rXifAYUAtL9R8 =
276276github.com/rogpeppe/go-internal v1.8.0 /go.mod h1:WmiCO8CzOY8rg0OYDC4/i/2WRWAB6poM+XZ2dLUbcbE =
277- github.com/ropon/logger v1.0.0 h1:M3SrEHsomw/KyxMhMCRnkiVO7KhR+v9GYYfs9pIdc0Y =
278- github.com/ropon/logger v1.0.0 /go.mod h1:4TjHESuieB6wnl5f/EJV1FHJqNdtvXqOhKyHKKNvFKM =
277+ github.com/ropon/logger v1.0.1 h1:CkxlXZ/TTZG/mRDi+e9M7Tx7SNRu6dzcPeev/Sofacg =
278+ github.com/ropon/logger v1.0.1 /go.mod h1:4TjHESuieB6wnl5f/EJV1FHJqNdtvXqOhKyHKKNvFKM =
279279github.com/russross/blackfriday/v2 v2.0.1 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
280280github.com/shopspring/decimal v1.2.0 /go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o =
281281github.com/shurcooL/sanitized_anchor_name v1.0.0 /go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc =
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pushd $(pwd)/$1
88rm -rf .git
99rm -f new_project.sh
1010find . -type f| grep -vE " air$" | xargs -L 1 sed -i " " " s/work_api/$1 /g"
11- mv conf/work_api.conf conf/$1 .conf
11+ mv conf/work_api.json conf/$1 .json
1212mkdir log
1313git init
1414git remote add origin https://github.com/ropon/$1 .git
You can’t perform that action at this time.
0 commit comments