Support watching for modified npm packages
Allow array of build configs.
This commit is contained in:
13
go.mod
13
go.mod
@ -1,18 +1,21 @@
|
||||
module github.com/trading-peter/gowebbuild
|
||||
|
||||
go 1.17
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/evanw/esbuild v0.14.5
|
||||
github.com/goyek/goyek v0.6.0
|
||||
github.com/evanw/esbuild v0.14.50
|
||||
github.com/goyek/goyek v0.6.3
|
||||
github.com/jaschaephraim/lrserver v0.0.0-20171129202958-50d19f603f71
|
||||
github.com/otiai10/copy v1.7.0
|
||||
github.com/radovskyb/watcher v1.0.7
|
||||
github.com/tidwall/gjson v1.14.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.4.2 // indirect
|
||||
github.com/gorilla/websocket v1.5.0 // indirect
|
||||
github.com/smartystreets/goconvey v1.7.2 // indirect
|
||||
golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365 // indirect
|
||||
github.com/tidwall/match v1.1.1 // indirect
|
||||
github.com/tidwall/pretty v1.2.0 // indirect
|
||||
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
|
||||
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user