Skip to content

Commit

Permalink
go.modから不要なインダイレクト依存関係を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
miutaku authored and miutaku committed Jan 25, 2025
1 parent 6e742a3 commit 396d213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ require (
)

require (
github.com/go-co-op/gocron v1.37.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.4.0 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
go.uber.org/atomic v1.9.0 // indirect
github.com/lib/pq v1.10.9
)
2 changes: 1 addition & 1 deletion manage-backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module miutaku.dev/rec-manage-backend

go 1.22.2

require github.com/lib/pq v1.10.9 // indirect
require github.com/lib/pq v1.10.9

0 comments on commit 396d213

Please sign in to comment.