-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (19 loc) · 698 Bytes
/
go.mod
File metadata and controls
24 lines (19 loc) · 698 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
module github.com/firesquid6/dotcopy
require gopkg.in/yaml.v2 v2.4.0
require (
github.com/deckarep/gosx-notifier v0.0.0-20180201035817-e127226297fb // indirect
github.com/martinlindhe/notify v0.0.0-20181008203735-20632c9a275a
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2 // indirect
)
require (
github.com/fsnotify/fsnotify v1.7.0
golang.org/x/sys v0.4.0 // indirect
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/urfave/cli/v2 v2.27.1
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
)
go 1.20