0
0
mirror of https://github.com/thegeeklab/wp-plugin-go.git synced 2024-10-22 23:30:39 +00:00
wp-plugin-go/go.mod

35 lines
1.2 KiB
Modula-2
Raw Normal View History

2024-05-17 08:10:57 +00:00
module github.com/thegeeklab/wp-plugin-go/v3
2019-09-06 23:34:27 +00:00
go 1.23.2
2019-09-06 23:34:27 +00:00
2019-10-11 18:34:47 +00:00
require (
github.com/Masterminds/semver/v3 v3.3.0
github.com/Masterminds/sprig/v3 v3.3.0
github.com/joho/godotenv v1.5.1
github.com/rs/zerolog v1.33.0
github.com/stretchr/testify v1.9.0
github.com/urfave/cli/v2 v2.27.4
golang.org/x/net v0.29.0
golang.org/x/sys v0.25.0
2022-05-03 20:03:37 +00:00
)
require (
dario.cat/mergo v1.0.1 // indirect
2023-02-08 12:42:55 +00:00
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
2024-03-11 08:23:17 +00:00
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
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
2024-03-11 08:23:17 +00:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2022-05-03 20:03:37 +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
2024-03-11 08:23:17 +00:00
gopkg.in/yaml.v3 v3.0.1 // indirect
2019-10-11 18:34:47 +00:00
)