-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (26 loc) · 1.14 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
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.3.7
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.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6 // indirect
golang.org/x/sys v0.0.0-20210930141918-969570ce7c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)