Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve: go.mod: update go-swan-lib version to v0.2.131 #175

Merged
merged 1 commit into from
Sep 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Improve: go.mod: update go-swan-lib version to v0.2.131
  • Loading branch information
sonic committed Sep 22, 2022
commit 564ce766616feb32c2e47ba6f8d6896e30a0a384
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.16

require (
github.com/BurntSushi/toml v0.4.1
github.com/filswan/go-swan-lib v0.2.117-0.20220916065530-67e102eda340
github.com/filswan/go-swan-lib v0.2.131
github.com/gin-gonic/gin v1.7.4
github.com/itsjamie/gin-cors v0.0.0-20160420130702-97b4a9da7933
github.com/joho/godotenv v1.4.0
Expand Down