Skip to content

Commit

Permalink
Merge pull request #900 from NUTFes/feat/kubosaka/create-budgets-openapi
Browse files Browse the repository at this point in the history
予算管理ページのapi定義
  • Loading branch information
Kubosaka authored Dec 30, 2024
2 parents dcc36ad + 050555e commit 997ccae
Show file tree
Hide file tree
Showing 2 changed files with 371 additions and 4 deletions.
3 changes: 1 addition & 2 deletions api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ require (
github.com/go-sql-driver/mysql v1.6.0
github.com/go-test/deep v1.0.8 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/joho/godotenv v1.4.0
github.com/labstack/echo/v4 v4.11.4
github.com/oapi-codegen/runtime v1.1.1 // indirect
github.com/oapi-codegen/runtime v1.1.1
github.com/pkg/errors v0.9.1
github.com/slack-go/slack v0.13.0
github.com/stretchr/testify v1.9.0 // indirect
Expand Down
Loading

0 comments on commit 997ccae

Please sign in to comment.