diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-08-11 18:31:20 +0200 |
|---|---|---|
| committer | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-08-11 18:31:20 +0200 |
| commit | 062b36fe5725d1267c66db2e506b4131d78ce772 (patch) | |
| tree | 998e5260feb1babac8dae512b56d67d8f20f7266 /go.mod | |
| parent | 7e4cf39a0ba6ccbd5cc036700a8b1ff9358ecc3d (diff) | |
simplify project structure
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,9 +4,10 @@ go 1.20 require ( github.com/PuerkitoBio/goquery v1.8.1 - github.com/alexedwards/flow v0.0.0-20220806114457-cf11be9e0e03 github.com/cornelk/hashmap v1.0.8 github.com/evanw/esbuild v0.18.14 + github.com/fsnotify/fsnotify v1.6.0 + github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3 github.com/nlnwa/whatwg-url v0.4.0 github.com/stretchr/testify v1.8.4 rogchap.com/v8go v0.9.0 @@ -19,8 +20,10 @@ require ( github.com/kr/pretty v0.3.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/rogpeppe/go-internal v1.10.0 // indirect + golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect golang.org/x/net v0.10.0 // indirect golang.org/x/sys v0.8.0 // indirect + golang.org/x/term v0.8.0 // indirect golang.org/x/text v0.9.0 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v3 v3.0.1 // indirect |