-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (26 loc) · 1.05 KB
/
go.mod
File metadata and controls
30 lines (26 loc) · 1.05 KB
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
module github.com/mutablelogic/go-sqlite
go 1.17
replace github.com/zyedidia/highlight => github.com/djthorpe/highlight v0.0.0-20211010083339-d90b2f7f5bae
require (
github.com/djthorpe/go-errors v1.0.2
github.com/djthorpe/go-marshaler v0.0.15
github.com/gomarkdown/markdown v0.0.0-20210918233619-6c1113f12c4a
github.com/hashicorp/go-multierror v1.1.1
github.com/mutablelogic/go-server v1.0.39
github.com/rjeczalik/notify v0.9.2
github.com/xuri/excelize/v2 v2.4.1
github.com/zyedidia/highlight v0.0.0-00010101000000-000000000000
golang.org/x/text v0.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
require (
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/richardlehane/mscfb v1.0.3 // indirect
github.com/richardlehane/msoleps v1.0.1 // indirect
github.com/xuri/efp v0.0.0-20210322160811-ab561f5b45e3 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/sys v0.1.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)