-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 713 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 713 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/LEI/dot
go 1.20
require (
github.com/BurntSushi/toml v0.3.0
github.com/imdario/mergo v0.3.6
github.com/mitchellh/go-homedir v1.0.0
github.com/mitchellh/mapstructure v0.0.0-20180715050151-f15292f7a699
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.1
gopkg.in/go-ini/ini.v1 v1.38.1
gopkg.in/yaml.v2 v2.2.1
)
require (
github.com/cpuguy83/go-md2man v1.0.8 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/russross/blackfriday v1.5.1 // indirect
github.com/smartystreets/goconvey v1.8.1 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/tools v0.7.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)