api-context #127

Merged
lash merged 7 commits from api-context into master 2024-10-24 16:45:37 +02:00
Showing only changes of commit 6e7b46666e - Show all commits

15
go.mod
View File

@ -12,13 +12,7 @@ require (
)
require (
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx/v5 v5.7.0 // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/joho/godotenv v1.5.1
github.com/kr/text v0.2.0
require github.com/joho/godotenv v1.5.1
require (
github.com/grassrootseconomics/eth-custodial v1.3.0-beta
@ -32,11 +26,6 @@ require (
golang.org/x/sync v0.8.0 // indirect
golang.org/x/text v0.18.0 // indirect
)
github.com/rogpeppe/go-internal v1.13.1 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/text v0.18.0 // indirect
)
require (
github.com/alecthomas/participle/v2 v2.0.0 // indirect
@ -55,3 +44,5 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)