Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Fix go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Dec 1, 2023
1 parent c8aba6d commit 40f04dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require (
github.com/ethereum/go-ethereum v1.12.0
github.com/gobuffalo/packr/v2 v2.8.3
github.com/jackc/pgx/v4 v4.18.1
github.com/jackc/pgconn v1.14.1
github.com/mitchellh/mapstructure v1.5.0
github.com/prometheus/client_golang v1.17.0
github.com/rubenv/sql-migrate v1.5.2
Expand Down Expand Up @@ -64,7 +65,6 @@ require (
github.com/iden3/go-iden3-crypto v0.0.15 // indirect
github.com/invopop/jsonschema v0.7.0 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.14.1 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.2 // indirect
Expand Down

0 comments on commit 40f04dc

Please sign in to comment.