module watcher go 1.17 require ( github.com/ethereum/go-ethereum v1.10.26 // indirect github.com/tidwall/gjson v1.14.3 // indirect github.com/tidwall/match v1.1.1 // indirect github.com/tidwall/pretty v1.2.0 // indirect golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect golang.org/x/net v0.1.0 // indirect golang.org/x/sys v0.1.0 // indirect )