0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-10-18 18:10:39 +00:00
wp-opentofu/go.mod

36 lines
1.2 KiB
Modula-2
Raw Normal View History

2024-02-05 19:44:47 +00:00
module github.com/thegeeklab/wp-opentofu
go 1.23.2
2019-02-22 14:29:56 +00:00
require (
github.com/Masterminds/semver/v3 v3.3.0
github.com/rs/zerolog v1.33.0
github.com/stretchr/testify v1.9.0
github.com/thegeeklab/wp-plugin-go/v3 v3.0.6
github.com/urfave/cli/v2 v2.27.4
2019-02-22 14:29:56 +00:00
)
2020-02-12 16:04:55 +00:00
2024-02-05 19:44:47 +00:00
require (
dario.cat/mergo v1.0.1 // indirect
2024-02-05 19:44:47 +00:00
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/huandu/xstrings v1.5.0 // indirect
2024-02-05 19:44:47 +00:00
github.com/joho/godotenv v1.5.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
2024-02-05 19:44:47 +00:00
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
github.com/spf13/cast v1.7.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/sys v0.25.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
2024-02-05 19:44:47 +00:00
)