goveal/go.mod

49 lines
1.9 KiB
Modula-2
Raw Normal View History

module github.com/baez90/goveal
2022-03-15 19:22:04 +00:00
go 1.18
require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/fsnotify/fsnotify v1.5.4
github.com/gomarkdown/markdown v0.0.0-20220510115730-2372b9aa33e5
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.11.0
2022-03-15 19:22:04 +00:00
github.com/valyala/bytebufferpool v1.0.0
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
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // 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
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // 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
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)