-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (24 loc) · 1022 Bytes
/
go.mod
File metadata and controls
28 lines (24 loc) · 1022 Bytes
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
module net.blt/lemon_push
go 1.20
require github.com/lxn/win v0.0.0-20210218163916-a377121e959e
require (
golang.org/x/mod v0.13.0 // indirect
golang.org/x/tools v0.14.0 // indirect
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
)
require (
github.com/Han-Ya-Jun/qrcode2console v0.0.0-20190430081741-6890f5f0fdf5 // indirect
github.com/atotto/clipboard v0.1.4 // indirect
github.com/disintegration/imaging v1.6.2 // indirect
github.com/dlclark/regexp2 v1.7.0 // indirect
github.com/dop251/goja v0.0.0-20231027120936-b396bb4c349d // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
github.com/lxn/walk v0.0.0-20210112085537-c389da54e794
github.com/mdp/qrterminal/v3 v3.1.1 // indirect
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
golang.org/x/image v0.13.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
rsc.io/qr v0.2.0 // indirect
)