Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Jul 22, 2024
1 parent b899f98 commit 6ebe63f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/mattn/nostr-relay
go 1.22.0

require (
github.com/fiatjaf/eventstore v0.6.0
github.com/fiatjaf/relayer/v2 v2.1.16
github.com/fiatjaf/eventstore v0.6.1
github.com/fiatjaf/relayer/v2 v2.2.0
github.com/jmoiron/sqlx v1.4.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/mattn/go-sqlite3 v1.14.22
Expand Down Expand Up @@ -46,6 +46,4 @@ require (
)

//replace github.com/fiatjaf/relayer/v2 => ../../go/src/github.com/fiatjaf/relayer

//replace github.com/fiatjaf/eventstore => ../../go/src/github.com/fiatjaf/eventstore
//replace github.com/fiatjaf/eventstore => ../../go/src/github.com/fiatjaf/eventstore
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ github.com/fatih/structs v1.1.0 h1:Q7juDM0QtcnhCpeyLGQKyg4TOIghuNXrkL32pHAUMxo=
github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M=
github.com/fiatjaf/eventstore v0.6.0 h1:kfnbo+IZb/zCaKTTepsFNXoThaD92l6IYSyEGUGozZY=
github.com/fiatjaf/eventstore v0.6.0/go.mod h1:r5yCFmrVNT2b1xUOuMnDVS3xPGh97y8IgTcLyY2rYP8=
github.com/fiatjaf/eventstore v0.6.1 h1:2peIaZkA1Ww6TR6toweme610dcmTg2YuXKqzJqgcTxY=
github.com/fiatjaf/eventstore v0.6.1/go.mod h1:r5yCFmrVNT2b1xUOuMnDVS3xPGh97y8IgTcLyY2rYP8=
github.com/fiatjaf/relayer/v2 v2.1.16 h1:rHngYU4UKMo7zhnWA1B5f67AcBg22oLpQSDclpobtOU=
github.com/fiatjaf/relayer/v2 v2.1.16/go.mod h1:5HASI/J7g/8h7KAGg1mw7scM3tJy5kggtyrdMyxmLao=
github.com/fiatjaf/relayer/v2 v2.2.0 h1:gKBDpDMD3Hx/Kq6XTW1wZqosZwm5VzvKbVBV2PJbP+A=
github.com/fiatjaf/relayer/v2 v2.2.0/go.mod h1:5HASI/J7g/8h7KAGg1mw7scM3tJy5kggtyrdMyxmLao=
github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y=
github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg=
github.com/gobwas/httphead v0.1.0 h1:exrUm0f4YX0L7EBwZHuCF4GDp8aJfVeBrlLQrs6NqWU=
Expand Down

0 comments on commit 6ebe63f

Please sign in to comment.