From 8d87b11d63ff568eeba1df5d36eab6c24d9efe78 Mon Sep 17 00:00:00 2001 From: Agustin Godnic Date: Thu, 3 Aug 2023 17:55:18 -0300 Subject: [PATCH] Add new Go module --- event-watcher/go.mod | 4 ++++ go.work | 1 + 2 files changed, 5 insertions(+) create mode 100644 event-watcher/go.mod diff --git a/event-watcher/go.mod b/event-watcher/go.mod new file mode 100644 index 00000000..bda71d61 --- /dev/null +++ b/event-watcher/go.mod @@ -0,0 +1,4 @@ +module github.com/wormhole-foundation/wormhole-explorer/event-watcher + +go 1.19 + diff --git a/go.work b/go.work index 32bed2be..e1c47e31 100644 --- a/go.work +++ b/go.work @@ -5,6 +5,7 @@ use ( ./api ./common ./contract-watcher + ./event-watcher ./fly ./parser ./pipeline