-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (15 loc) · 486 Bytes
/
go.mod
File metadata and controls
18 lines (15 loc) · 486 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/dennis-tra/alfred-dict.cc-workflow
go 1.17
require (
github.com/deanishe/awgo v0.29.1
github.com/stretchr/testify v1.7.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/magefile/mage v1.11.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.deanishe.net/env v0.5.1 // indirect
go.deanishe.net/fuzzy v1.0.0 // indirect
golang.org/x/text v0.3.6 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)