forked from livebud/bud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
45 lines (42 loc) · 1.84 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
module github.com/livebud/bud
go 1.18
require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/ajg/form v1.5.2-0.20200323032839-9aeb3cf462e1
github.com/armon/go-radix v1.0.0
github.com/bep/debounce v1.2.1
github.com/cespare/xxhash v1.1.0
github.com/evanw/esbuild v0.14.11
github.com/fatih/structtag v1.2.0
github.com/fsnotify/fsnotify v1.5.1
github.com/gitchander/permutation v0.0.0-20201214100618-1f3e7285f953
github.com/lithammer/dedent v1.1.0
github.com/matthewmueller/diff v0.0.0-20220104030700-cb2fe910d90c
github.com/matthewmueller/gotext v0.0.0-20210424201144-265ed61725ac
github.com/matthewmueller/text v0.0.0-20210424201111-ec1e4af8dfe8
github.com/otiai10/copy v1.7.0
github.com/pointlander/peg v1.0.1
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
github.com/timewasted/go-accept-headers v0.0.0-20130320203746-c78f304b1b09
github.com/xlab/treeprint v1.1.0
go.kuoruan.net/v8go-polyfills v0.5.0
golang.org/x/mod v0.5.1
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/tools v0.1.9
rogchap.com/v8go v0.7.0
src.techknowlogick.com/xgo v1.4.1-0.20220413212431-091a0a22b814
)
require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pointlander/compress v1.1.1-0.20190518213731-ff44bd196cc3 // indirect
github.com/pointlander/jetset v1.0.1-0.20190518214125-eee7eff80bd4 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)