dotfiles/go.mod

20 lines
569 B
Modula-2
Raw Normal View History

2021-01-11 18:57:56 +00:00
module github.com/haunt98/dotfiles
2021-11-19 09:44:53 +00:00
go 1.17
2021-01-11 18:57:56 +00:00
require (
github.com/make-go-great/color-go v0.3.0
2021-11-19 09:44:53 +00:00
github.com/make-go-great/copy-go v0.8.0
2021-01-11 18:57:56 +00:00
github.com/urfave/cli/v2 v2.3.0
2021-11-19 09:44:53 +00:00
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
2021-11-19 09:44:53 +00:00
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
2021-08-18 17:27:52 +00:00
golang.org/x/sys v0.0.0-20210818153620-00dd8d7831e7 // indirect
2021-01-11 18:57:56 +00:00
)