24 lines
719 B
Modula-2
24 lines
719 B
Modula-2
module github.com/haunt98/dotfiles
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2
|
|
github.com/make-go-great/color-go v0.5.0
|
|
github.com/make-go-great/copy-go v0.9.0
|
|
github.com/make-go-great/diff-go v0.0.5
|
|
github.com/urfave/cli/v2 v2.25.7
|
|
golang.org/x/sync v0.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/fatih/color v1.15.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
)
|