Add new Go module

This commit is contained in:
Agustin Godnic 2023-08-03 17:55:18 -03:00
parent 0f1797e44a
commit 8d87b11d63
2 changed files with 5 additions and 0 deletions

4
event-watcher/go.mod Normal file
View File

@ -0,0 +1,4 @@
module github.com/wormhole-foundation/wormhole-explorer/event-watcher
go 1.19

View File

@ -5,6 +5,7 @@ use (
./api
./common
./contract-watcher
./event-watcher
./fly
./parser
./pipeline