-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
48 lines (42 loc) · 1.92 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
46
47
48
module github.com/sunshine69/gnote
replace github.com/jinzhu/gorm => github.com/sunshine69/gorm v0.0.0-20221014040923-1961091f669a
replace github.com/linuxerwang/sourceview3 => github.com/sunshine69/sourceview3 v0.0.0-20221014105841-66c9420e858d
go 1.22
toolchain go1.23.1
require (
github.com/alecthomas/chroma v0.10.0
github.com/cjoudrey/gluahttp v0.0.0-20201111170219-25003d9adfa9
github.com/gomarkdown/markdown v0.0.0-20240930133441-72d49d9543d8
github.com/gotk3/gotk3 v0.6.5-0.20240618185848-ff349ae13f56
github.com/jmoiron/sqlx v1.4.0
github.com/kohkimakimoto/gluayaml v0.0.0-20160815032708-6fe413d49d73
github.com/linuxerwang/sourceview3 v0.1.1
github.com/mutecomm/go-sqlcipher/v4 v4.4.2
github.com/otiai10/copy v1.14.0
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/sunshine69/gluare v0.0.0-20170607022532-d7c94f1a80ed
github.com/sunshine69/golang-tools/utils v0.0.0-20240926103530-7d97bcbdbc85
github.com/sunshine69/gopher-json v0.0.0-20221024001855-6c6de212e5bf
github.com/yuin/gopher-lua v1.1.1
golang.org/x/net v0.29.0
)
require (
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/h2non/filetype v1.1.3 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-sqlite3 v1.14.23 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/otiai10/mint v1.6.3 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/sendgrid/rest v2.6.9+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.16.0+incompatible // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/stvoidit/gosmtp v1.0.7 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)