-
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.
chore(config): update go to 1.21 (#226)
- Loading branch information
1 parent
b7487f3
commit f034446
Showing
4 changed files
with
63 additions
and
43 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,51 +1,51 @@ | ||
module github.com/snivilised/arcadia | ||
|
||
go 1.19 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/onsi/ginkgo/v2 v2.13.0 | ||
github.com/onsi/gomega v1.29.0 | ||
github.com/samber/lo v1.38.1 | ||
github.com/snivilised/extendio v0.3.0 | ||
github.com/spf13/cobra v1.7.0 | ||
github.com/snivilised/extendio v0.3.1 | ||
github.com/spf13/cobra v1.8.0 | ||
github.com/spf13/viper v1.17.0 | ||
go.uber.org/zap v1.26.0 | ||
) | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.2.1 // indirect | ||
github.com/go-logr/logr v1.2.4 // indirect | ||
github.com/BurntSushi/toml v1.3.2 // indirect | ||
github.com/go-logr/logr v1.3.0 // indirect | ||
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/pprof v0.0.0-20230406165453-00490a63f317 // indirect | ||
github.com/google/pprof v0.0.0-20231101202521-4ca4178f5c7a // indirect | ||
github.com/onsi/ginkgo v1.16.5 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/sagikazarmark/locafero v0.3.0 // indirect | ||
github.com/sagikazarmark/slog-shim v0.1.0 // indirect | ||
github.com/sourcegraph/conc v0.3.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect | ||
golang.org/x/tools v0.13.0 // indirect | ||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect | ||
golang.org/x/tools v0.14.0 // indirect | ||
) | ||
|
||
require ( | ||
github.com/cubiest/jibberjabber v1.0.1 | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/magiconair/properties v1.8.7 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/natefinch/lumberjack v2.0.0+incompatible | ||
github.com/nicksnyder/go-i18n/v2 v2.2.1 // indirect | ||
github.com/nicksnyder/go-i18n/v2 v2.2.2 // indirect | ||
github.com/pelletier/go-toml/v2 v2.1.0 // indirect | ||
github.com/snivilised/cobrass v0.3.4 | ||
github.com/snivilised/cobrass v0.3.6 | ||
github.com/spf13/afero v1.10.0 // indirect | ||
github.com/spf13/cast v1.5.1 // indirect | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/subosito/gotenv v1.6.0 // indirect | ||
golang.org/x/net v0.17.0 // indirect | ||
golang.org/x/sys v0.13.0 // indirect | ||
golang.org/x/text v0.13.0 | ||
golang.org/x/sys v0.14.0 // indirect | ||
golang.org/x/text v0.14.0 | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.