2022-06-01 14:58:23 +02:00
|
|
|
module github.com/trading-peter/gowebbuild
|
2021-12-17 21:39:46 +01:00
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/evanw/esbuild v0.14.5
|
|
|
|
github.com/goyek/goyek v0.6.0
|
|
|
|
github.com/jaschaephraim/lrserver v0.0.0-20171129202958-50d19f603f71
|
2021-12-19 14:31:57 +01:00
|
|
|
github.com/otiai10/copy v1.7.0
|
2021-12-17 21:39:46 +01:00
|
|
|
github.com/radovskyb/watcher v1.0.7
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
|
|
github.com/smartystreets/goconvey v1.7.2 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365 // indirect
|
|
|
|
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
|
|
|
)
|