-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (31 loc) · 1.27 KB
/
Copy pathgo.mod
File metadata and controls
34 lines (31 loc) · 1.27 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
31
32
33
34
module github.com/wiselike/leanote2
go 1.19
require (
github.com/PuerkitoBio/goquery v1.6.1
github.com/robfig/config v0.0.0-20141207224736-0f78529c8c7e
github.com/wiselike/revel v1.3.4
github.com/wiselike/revel-modules v1.3.5
golang.org/x/crypto v0.18.0
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
)
require (
github.com/andybalholm/cascadia v1.1.0 // indirect
github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/gomodule/redigo v1.8.8 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/wiselike/revel-config v1.2.0 // indirect
github.com/wiselike/revel-log15 v2.14.0+incompatible // indirect
github.com/wiselike/revel-pathtree v0.0.0-20140121041023-41257a1839e9 // indirect
github.com/xeonx/timeago v1.0.0-rc5 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/term v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)