-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #169 from choria-io/dependencies
(misc) Require go 1.22 and update dependencies
- Loading branch information
Showing
4 changed files
with
75 additions
and
74 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
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,54 +1,54 @@ | ||
module github.com/choria-io/appbuilder | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require ( | ||
al.essio.dev/pkg/shellescape v1.5.0 | ||
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/adrg/xdg v0.4.0 | ||
github.com/choria-io/fisk v0.6.2 | ||
github.com/adrg/xdg v0.5.0 | ||
github.com/choria-io/fisk v0.6.3 | ||
github.com/choria-io/goform v0.0.3 | ||
github.com/choria-io/scaffold v0.0.1 | ||
github.com/choria-io/scaffold v0.0.2 | ||
github.com/dustin/go-humanize v1.0.1 | ||
github.com/expr-lang/expr v1.16.7 | ||
github.com/expr-lang/expr v1.16.9 | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/google/uuid v1.6.0 | ||
github.com/guptarohit/asciigraph v0.7.1 | ||
github.com/huandu/xstrings v1.4.0 | ||
github.com/itchyny/gojq v0.12.15 | ||
github.com/guptarohit/asciigraph v0.7.2 | ||
github.com/huandu/xstrings v1.5.0 | ||
github.com/itchyny/gojq v0.12.16 | ||
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/sirupsen/logrus v1.9.3 | ||
github.com/spf13/cast v1.6.0 | ||
github.com/tidwall/gjson v1.17.1 | ||
github.com/spf13/cast v1.7.0 | ||
github.com/tidwall/gjson v1.17.3 | ||
github.com/xlab/tablewriter v0.0.0-20160610135559-80b567a11ad5 | ||
golang.org/x/crypto v0.23.0 | ||
golang.org/x/text v0.15.0 | ||
gopkg.in/alessio/shellescape.v1 v1.0.0-20170105083845-52074bc9df61 | ||
golang.org/x/crypto v0.26.0 | ||
golang.org/x/text v0.17.0 | ||
) | ||
|
||
require ( | ||
github.com/alessio/shellescape v1.4.1 // indirect | ||
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/itchyny/timefmt-go v0.1.5 // indirect | ||
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect | ||
github.com/itchyny/timefmt-go v0.1.6 // 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 | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.1 // indirect | ||
golang.org/x/net v0.25.0 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
golang.org/x/term 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/term v0.23.0 // indirect | ||
golang.org/x/tools v0.24.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // 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