-
- Downloads
Notice changes to the config.
... | @@ -3,13 +3,15 @@ module gitlab.ie.suberic.net/kevin/i3going-on | ... | @@ -3,13 +3,15 @@ module gitlab.ie.suberic.net/kevin/i3going-on |
go 1.19 | go 1.19 | ||
require ( | require ( | ||
github.com/fsnotify/fsnotify v1.6.0 | |||
github.com/spf13/cobra v1.6.1 | github.com/spf13/cobra v1.6.1 | ||
github.com/spf13/viper v1.14.0 | github.com/spf13/viper v1.14.0 | ||
golang.org/x/sys v0.0.0-20220908164124-27713097b956 | golang.org/x/sys v0.0.0-20220908164124-27713097b956 | ||
gopkg.in/yaml.v2 v2.4.0 | |||
gopkg.in/yaml.v3 v3.0.1 | |||
) | ) | ||
require ( | require ( | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | |||
github.com/hashicorp/hcl v1.0.0 // indirect | github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.1 // indirect | github.com/inconshreveable/mousetrap v1.0.1 // indirect | ||
github.com/magiconair/properties v1.8.6 // indirect | github.com/magiconair/properties v1.8.6 // indirect | ||
... | @@ -23,6 +25,4 @@ require ( | ... | @@ -23,6 +25,4 @@ require ( |
github.com/subosito/gotenv v1.4.1 // indirect | github.com/subosito/gotenv v1.4.1 // indirect | ||
golang.org/x/text v0.4.0 // indirect | golang.org/x/text v0.4.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | |||
gopkg.in/yaml.v3 v3.0.1 // indirect | |||
) | ) |
Please register or sign in to comment