Skip to content

Commit

Permalink
messed up go.mod declaration after cerc migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ABastionOfSanity committed Nov 7, 2022
1 parent 473d62b commit 88d7dab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 128 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/vulcanize/leveldb-ethdb-rpc
module github.com/cerc-io/leveldb-ethdb-rpc

go 1.18

Expand All @@ -23,7 +23,6 @@ require (
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
github.com/georgysavva/scany v0.2.9 // indirect
github.com/go-kit/kit v0.10.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/gogo/protobuf v1.3.1 // indirect
Expand Down Expand Up @@ -65,7 +64,6 @@ require (
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
github.com/jbenet/goprocess v0.1.4 // indirect
github.com/jmoiron/sqlx v1.2.0 // indirect
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/lib/pq v1.10.6 // indirect
github.com/magiconair/properties v1.8.5 // indirect
Expand Down
Loading

0 comments on commit 88d7dab

Please sign in to comment.