Skip to content

Commit

Permalink
update: 必要かもしれないパッケージをインストール
Browse files Browse the repository at this point in the history
  • Loading branch information
YKhm20020 committed Nov 15, 2024
1 parent 1023cf4 commit 25da9a1
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,14 @@ require (
github.com/google/uuid v1.6.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.14.3 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgtype v1.14.0 // indirect
github.com/jackc/pgx/v4 v4.18.3 // indirect
github.com/jackc/pgx/v5 v5.7.1 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/json-iterator/go v1.1.12 // indirect
Expand Down
Loading

0 comments on commit 25da9a1

Please sign in to comment.