-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 873 Bytes
/
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
module rapture
go 1.19
require (
github.com/briandowns/spinner v1.20.0
github.com/fogleman/gg v1.3.0
github.com/json-iterator/go v1.1.12
github.com/mazznoer/colorgrad v0.9.1
github.com/paulmach/orb v0.9.0
)
require (
github.com/fatih/color v1.7.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/mazznoer/csscolorparser v0.1.2 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
go.mongodb.org/mongo-driver v1.11.1 // indirect
golang.org/x/image v0.5.0 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/term v0.1.0 // indirect
)