-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (24 loc) · 924 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
27
module github.com/steelWinds/identavatar
go 1.22.0
require (
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b
github.com/gkampitakis/go-snaps v0.5.2
github.com/hamochi/safesvg v0.0.0-20220207131508-ebacb23c39e0
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/steinfletcher/apitest v1.5.15
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gkampitakis/ciinfo v0.3.0 // indirect
github.com/gkampitakis/go-diff v1.3.2 // indirect
github.com/go-faker/faker/v4 v4.4.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/maruel/natural v1.1.1 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/tidwall/gjson v1.17.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
golang.org/x/text v0.14.0 // indirect
)