-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (16 loc) · 536 Bytes
/
go.mod
File metadata and controls
19 lines (16 loc) · 536 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/dotstart/identicons
go 1.17
require (
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b
github.com/go-chi/chi/v5 v5.0.5
github.com/google/subcommands v1.2.0
github.com/hashicorp/go-sockaddr v1.0.2
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/stretchr/testify v1.7.0
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)