-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: R.I.Pienaar <[email protected]>
- Loading branch information
Showing
3 changed files
with
48 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,38 @@ | ||
module github.com/choria-io/scaffold | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require ( | ||
dario.cat/mergo v1.0.0 | ||
github.com/AlecAivazis/survey/v2 v2.3.7 | ||
github.com/Masterminds/goutils v1.1.1 | ||
github.com/Masterminds/semver/v3 v3.2.1 | ||
github.com/choria-io/fisk v0.6.2 | ||
github.com/expr-lang/expr v1.16.7 | ||
github.com/choria-io/fisk v0.6.3 | ||
github.com/expr-lang/expr v1.16.9 | ||
github.com/google/uuid v1.6.0 | ||
github.com/huandu/xstrings v1.4.0 | ||
github.com/huandu/xstrings v1.5.0 | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 | ||
github.com/mitchellh/copystructure v1.2.0 | ||
github.com/onsi/ginkgo/v2 v2.17.3 | ||
github.com/onsi/gomega v1.33.1 | ||
github.com/onsi/ginkgo/v2 v2.20.0 | ||
github.com/onsi/gomega v1.34.1 | ||
github.com/shopspring/decimal v1.4.0 | ||
github.com/spf13/cast v1.6.0 | ||
golang.org/x/term v0.20.0 | ||
golang.org/x/text v0.15.0 | ||
github.com/spf13/cast v1.7.0 | ||
golang.org/x/term v0.23.0 | ||
golang.org/x/text v0.17.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/go-logr/logr v1.4.1 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/pprof v0.0.0-20240509144519-723abb6459b7 // indirect | ||
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect | ||
github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
golang.org/x/net v0.25.0 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
golang.org/x/tools v0.21.0 // indirect | ||
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect | ||
golang.org/x/net v0.28.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/tools v0.24.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters