-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (15 loc) · 666 Bytes
/
go.mod
File metadata and controls
17 lines (15 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/wisepythagoras/leebra
go 1.16
require (
github.com/dgraph-io/badger/v3 v3.2103.0 // indirect
github.com/dop251/goja v0.0.0-20210427212725-462d53687b0d
github.com/shirou/gopsutil v3.21.5+incompatible
github.com/tklauser/go-sysconf v0.3.6 // indirect
github.com/wasmerio/wasmer-go v1.0.4 // indirect
github.com/wisepythagoras/go-lexbor v0.0.0-20211124015943-d444aa60ad4c // indirect
go.kuoruan.net/v8go-polyfills v0.4.0
golang.design/x/clipboard v0.4.6
golang.org/x/net v0.0.0-20211101193420-4a448f8816b3 // indirect
golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect
rogchap.com/v8go v0.7.1-0.20211222204845-a0417adbcce5
)