Skip to content

Commit

Permalink
users v1
Browse files Browse the repository at this point in the history
  • Loading branch information
pieceowater committed Dec 2, 2024
1 parent a0fd8cf commit 955c39b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/pieceowater-dev/lotof.hub.proto v0.0.22
github.com/pieceowater-dev/lotof.lib.gossiper/v2 v2.0.3
github.com/pieceowater-dev/lotof.lib.gossiper/v2 v2.0.5
golang.org/x/crypto v0.29.0
google.golang.org/grpc v1.68.0
google.golang.org/protobuf v1.35.2
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,10 @@ github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5/go.mod h1:caMODM3P
github.com/montanaflynn/stats v0.7.0/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow=
github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=
github.com/pelletier/go-toml/v2 v2.2.2/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs=
github.com/pieceowater-dev/lotof.hub.proto v0.0.20 h1:DZe8I/OD2FriXfYOfzul2NTTe36Oztx8stRt8Y9f/9k=
github.com/pieceowater-dev/lotof.hub.proto v0.0.20/go.mod h1:9uwfvIUGGzTrTIVzQ4gH8hmrRC8sgtnLUhyPN5swIME=
github.com/pieceowater-dev/lotof.hub.proto v0.0.22 h1:jGDLAACixTVetj08UvT6GQszKyw1P8OL9w95qBwmWNQ=
github.com/pieceowater-dev/lotof.hub.proto v0.0.22/go.mod h1:9uwfvIUGGzTrTIVzQ4gH8hmrRC8sgtnLUhyPN5swIME=
github.com/pieceowater-dev/lotof.lib.gossiper/v2 v2.0.3 h1:YqSOy95Tzw80/MFCRmJwhhOWD2JrAC9uzjbL9yNepSQ=
github.com/pieceowater-dev/lotof.lib.gossiper/v2 v2.0.3/go.mod h1:m/C+3z+Y2n9FPnakJl7jOl/4T1KfrE2/OhSslRKAGGc=
github.com/pieceowater-dev/lotof.lib.gossiper/v2 v2.0.5 h1:NbpDkHMW4VFRAxuTKaEvvEgizt4z7Nkjbzg/m3uYKQI=
github.com/pieceowater-dev/lotof.lib.gossiper/v2 v2.0.5/go.mod h1:m/C+3z+Y2n9FPnakJl7jOl/4T1KfrE2/OhSslRKAGGc=
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8/go.mod h1:HKlIX3XHQyzLZPlr7++PzdhaXEj94dEiJgZDTsxEqUI=
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c h1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ=
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c/go.mod h1:7rwL4CYBLnjLxUqIJNnCWiEdr3bn6IUYi15bNlnbCCU=
Expand Down
1 change: 1 addition & 0 deletions internal/pkg/friendship/friendship.module.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ func New() *Module {
gossiper.PostgresDB,
cfg.Inst().PostgresDatabaseDSN,
false,
[]any{},
)
if err != nil {
log.Fatalf("Failed to create database instance: %v", err)
Expand Down
1 change: 1 addition & 0 deletions internal/pkg/user/user.module.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ func New() *Module {
gossiper.PostgresDB,
cfg.Inst().PostgresDatabaseDSN,
false,
[]any{},
)
if err != nil {
log.Fatalf("Failed to create database instance: %v", err)
Expand Down

0 comments on commit 955c39b

Please sign in to comment.