24 lines
747 B
Modula-2
24 lines
747 B
Modula-2
module github.com/haunt98/dotfiles
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.1
|
|
github.com/make-go-great/color-go v0.4.1
|
|
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.1
|
|
golang.org/x/sync v0.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // 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.0.0-20220610221304-9f5ed59c137d // indirect
|
|
)
|