This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
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 #252 from gobuffalo/update-modules
updated go.mod with go 1.18 and bump version to v0.18.13
- Loading branch information
Showing
3 changed files
with
179 additions
and
489 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,91 @@ | ||
module github.com/gobuffalo/cli | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.2.0 | ||
github.com/fatih/color v1.13.0 | ||
github.com/gobuffalo/attrs v1.0.2 | ||
github.com/gobuffalo/buffalo-pop/v3 v3.0.6 | ||
github.com/gobuffalo/clara/v2 v2.0.8 | ||
github.com/gobuffalo/envy v1.10.1 | ||
github.com/gobuffalo/events v1.4.2 | ||
github.com/gobuffalo/flect v0.3.0 | ||
github.com/BurntSushi/toml v1.2.1 | ||
github.com/fatih/color v1.14.1 | ||
github.com/gobuffalo/attrs v1.0.3 | ||
github.com/gobuffalo/buffalo-pop/v3 v3.0.7 | ||
github.com/gobuffalo/clara/v2 v2.0.9 | ||
github.com/gobuffalo/envy v1.10.2 | ||
github.com/gobuffalo/events v1.4.3 | ||
github.com/gobuffalo/flect v1.0.0 | ||
github.com/gobuffalo/genny/v2 v2.1.0 | ||
github.com/gobuffalo/grift v1.5.1 | ||
github.com/gobuffalo/grift v1.5.2 | ||
github.com/gobuffalo/logger v1.0.7 | ||
github.com/gobuffalo/meta v0.3.2 | ||
github.com/gobuffalo/meta v0.3.3 | ||
github.com/gobuffalo/packd v1.0.2 | ||
github.com/gobuffalo/plush/v4 v4.1.16 | ||
github.com/gobuffalo/pop/v6 v6.0.6 | ||
github.com/gobuffalo/refresh v1.13.1 | ||
github.com/gobuffalo/plush/v4 v4.1.18 | ||
github.com/gobuffalo/pop/v6 v6.1.1 | ||
github.com/gobuffalo/refresh v1.13.3 | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/psanford/memfs v0.0.0-20210214183328-a001468d78ef | ||
github.com/sirupsen/logrus v1.9.0 | ||
github.com/spf13/cobra v1.5.0 | ||
github.com/spf13/cobra v1.6.1 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.12.0 | ||
github.com/stretchr/testify v1.8.0 | ||
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 | ||
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 | ||
golang.org/x/tools v0.1.12 | ||
github.com/spf13/viper v1.15.0 | ||
github.com/stretchr/testify v1.8.1 | ||
golang.org/x/mod v0.7.0 | ||
golang.org/x/sync v0.1.0 | ||
golang.org/x/tools v0.5.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
github.com/Masterminds/semver v1.5.0 // indirect | ||
github.com/Masterminds/semver/v3 v3.1.1 // indirect | ||
github.com/aymerick/douceur v0.2.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fatih/structs v1.1.0 // indirect | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/go-sql-driver/mysql v1.7.0 // indirect | ||
github.com/gobuffalo/fizz v1.14.4 // indirect | ||
github.com/gobuffalo/github_flavored_markdown v1.1.3 // indirect | ||
github.com/gobuffalo/helpers v0.6.7 // indirect | ||
github.com/gobuffalo/here v0.6.7 // indirect | ||
github.com/gobuffalo/nulls v0.4.2 // indirect | ||
github.com/gobuffalo/tags/v3 v3.1.4 // indirect | ||
github.com/gobuffalo/validate/v3 v3.3.3 // indirect | ||
github.com/gofrs/uuid v4.3.1+incompatible // indirect | ||
github.com/gorilla/css v1.0.0 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.1 // indirect | ||
github.com/jackc/chunkreader/v2 v2.0.1 // indirect | ||
github.com/jackc/pgconn v1.13.0 // indirect | ||
github.com/jackc/pgio v1.0.0 // indirect | ||
github.com/jackc/pgpassfile v1.0.0 // indirect | ||
github.com/jackc/pgproto3/v2 v2.3.1 // indirect | ||
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect | ||
github.com/jackc/pgtype v1.12.0 // indirect | ||
github.com/jackc/pgx/v4 v4.17.2 // indirect | ||
github.com/jmoiron/sqlx v1.3.5 // indirect | ||
github.com/joho/godotenv v1.4.0 // indirect | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||
github.com/luna-duclos/instrumentedsql v1.1.3 // indirect | ||
github.com/magiconair/properties v1.8.7 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
github.com/mattn/go-sqlite3 v1.14.16 // indirect | ||
github.com/microcosm-cc/bluemonday v1.0.20 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.6 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rogpeppe/go-internal v1.9.0 // indirect | ||
github.com/sergi/go-diff v1.2.0 // indirect | ||
github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d // indirect | ||
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e // indirect | ||
github.com/spf13/afero v1.9.3 // indirect | ||
github.com/spf13/cast v1.5.0 // indirect | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/subosito/gotenv v1.4.2 // indirect | ||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect | ||
golang.org/x/net v0.5.0 // indirect | ||
golang.org/x/sys v0.4.0 // indirect | ||
golang.org/x/term v0.4.0 // indirect | ||
golang.org/x/text v0.6.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.