Skip to content

Commit

Permalink
[fix] fixed go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
hikahana committed Dec 23, 2024
1 parent 2859572 commit bdbf70e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 500 deletions.
10 changes: 3 additions & 7 deletions api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,17 @@ module github.com/NUTFes/FinanSu/api
go 1.16

require (
github.com/go-openapi/jsonpointer v0.20.2 // indirect
github.com/go-openapi/swag v0.22.8 // indirect
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
github.com/pkg/errors v0.9.1
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/slack-go/slack v0.13.0
github.com/stretchr/testify v1.9.0 // indirect
github.com/swaggo/echo-swagger v1.3.5
github.com/swaggo/swag v1.8.1
golang.org/x/crypto v0.23.0
golang.org/x/tools v0.21.0 // indirect
golang.org/x/net v0.25.0 // indirect
gorm.io/driver/mysql v1.3.3
gorm.io/gorm v1.23.4
)
Loading

0 comments on commit bdbf70e

Please sign in to comment.