goveal/go.mod

46 lines
1.7 KiB
Modula-2
Raw Normal View History

module github.com/baez90/goveal
go 1.17
require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/fsnotify/fsnotify v1.5.1
2022-03-15 14:44:53 +00:00
github.com/gomarkdown/markdown v0.0.0-20220310201231-552c6011c0b8
github.com/google/uuid v1.3.0
2022-03-15 13:53:24 +00:00
github.com/julienschmidt/httprouter v1.3.0
github.com/mitchellh/go-homedir v1.1.0
github.com/sirupsen/logrus v1.8.1
2022-03-15 14:44:53 +00:00
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.10.1
2022-03-15 14:44:53 +00:00
go.uber.org/multierr v1.8.0
)
require (
github.com/Masterminds/goutils v1.1.1 // indirect
2021-11-12 13:17:34 +00:00
github.com/Masterminds/semver/v3 v3.1.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
2022-03-15 13:53:24 +00:00
github.com/imdario/mergo v0.3.12 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
2022-03-15 13:53:24 +00:00
github.com/kr/text v0.2.0 // indirect
2022-03-15 14:44:53 +00:00
github.com/magiconair/properties v1.8.6 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
2022-03-15 13:53:24 +00:00
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
2021-11-12 13:17:34 +00:00
github.com/shopspring/decimal v1.2.0 // indirect
2022-03-15 14:44:53 +00:00
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
2022-03-15 13:53:24 +00:00
golang.org/x/crypto v0.0.0-20220314234724-5d542ad81a58 // indirect
2022-03-15 14:44:53 +00:00
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
golang.org/x/text v0.3.7 // indirect
2022-03-15 13:53:24 +00:00
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
2022-03-15 14:44:53 +00:00
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)