From 074e499311b7eee7a4a053fdd577e692ec00213a Mon Sep 17 00:00:00 2001 From: Yonghwan SO Date: Tue, 5 Jul 2022 21:08:13 +0900 Subject: [PATCH] updated test workflow to run on push to the main --- .github/workflows/tests.yml | 3 +- SHOULDERS.md | 229 ++++++++++++++++++++++++++++++------ go.mod | 10 +- go.sum | 23 ++-- 4 files changed, 211 insertions(+), 54 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 240ba5c9..bc31b11f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,8 +1,7 @@ name: Tests on: push: - branches: - - master + branches: [ main ] pull_request: jobs: diff --git a/SHOULDERS.md b/SHOULDERS.md index 5c2380f3..1d02ea08 100644 --- a/SHOULDERS.md +++ b/SHOULDERS.md @@ -1,63 +1,216 @@ -# Pop Stands on the Shoulders of Giants +# github.com/gobuffalo/pop/v6 Stands on the Shoulders of Giants -Pop does not try to reinvent the wheel! Instead, it uses the already great wheels developed by the Go community and puts them all together in the best way possible. Without these giants, this project would not be possible. Please make sure to check them out and thank them for all of their hard work. +github.com/gobuffalo/pop/v6 does not try to reinvent the wheel! Instead, it uses the already great wheels developed by the Go community and puts them all together in the best way possible. Without these giants, this project would not be possible. Please make sure to check them out and thank them for all of their hard work. Thank you to the following **GIANTS**: +* [cloud.google.com/go](https://godoc.org/cloud.google.com/go) +* [cloud.google.com/go/bigquery](https://godoc.org/cloud.google.com/go/bigquery) +* [cloud.google.com/go/datastore](https://godoc.org/cloud.google.com/go/datastore) +* [cloud.google.com/go/firestore](https://godoc.org/cloud.google.com/go/firestore) +* [cloud.google.com/go/pubsub](https://godoc.org/cloud.google.com/go/pubsub) +* [cloud.google.com/go/storage](https://godoc.org/cloud.google.com/go/storage) +* [dmitri.shuralyov.com/gpu/mtl](https://godoc.org/dmitri.shuralyov.com/gpu/mtl) +* [github.com/BurntSushi/toml](https://godoc.org/github.com/BurntSushi/toml) +* [github.com/BurntSushi/xgb](https://godoc.org/github.com/BurntSushi/xgb) +* [github.com/Masterminds/semver/v3](https://godoc.org/github.com/Masterminds/semver/v3) +* [github.com/antihax/optional](https://godoc.org/github.com/antihax/optional) +* [github.com/armon/circbuf](https://godoc.org/github.com/armon/circbuf) +* [github.com/armon/go-metrics](https://godoc.org/github.com/armon/go-metrics) +* [github.com/armon/go-radix](https://godoc.org/github.com/armon/go-radix) +* [github.com/aymerick/douceur](https://godoc.org/github.com/aymerick/douceur) +* [github.com/bgentry/speakeasy](https://godoc.org/github.com/bgentry/speakeasy) +* [github.com/bketelsen/crypt](https://godoc.org/github.com/bketelsen/crypt) +* [github.com/census-instrumentation/opencensus-proto](https://godoc.org/github.com/census-instrumentation/opencensus-proto) +* [github.com/chzyer/logex](https://godoc.org/github.com/chzyer/logex) +* [github.com/chzyer/readline](https://godoc.org/github.com/chzyer/readline) +* [github.com/chzyer/test](https://godoc.org/github.com/chzyer/test) +* [github.com/client9/misspell](https://godoc.org/github.com/client9/misspell) +* [github.com/cncf/udpa/go](https://godoc.org/github.com/cncf/udpa/go) * [github.com/cockroachdb/apd](https://godoc.org/github.com/cockroachdb/apd) - -* [github.com/cockroachdb/cockroach-go](https://godoc.org/github.com/cockroachdb/cockroach-go) - +* [github.com/coreos/go-semver](https://godoc.org/github.com/coreos/go-semver) +* [github.com/coreos/go-systemd](https://godoc.org/github.com/coreos/go-systemd) +* [github.com/coreos/go-systemd/v22](https://godoc.org/github.com/coreos/go-systemd/v22) +* [github.com/cpuguy83/go-md2man/v2](https://godoc.org/github.com/cpuguy83/go-md2man/v2) +* [github.com/creack/pty](https://godoc.org/github.com/creack/pty) +* [github.com/davecgh/go-spew](https://godoc.org/github.com/davecgh/go-spew) +* [github.com/envoyproxy/go-control-plane](https://godoc.org/github.com/envoyproxy/go-control-plane) +* [github.com/envoyproxy/protoc-gen-validate](https://godoc.org/github.com/envoyproxy/protoc-gen-validate) * [github.com/fatih/color](https://godoc.org/github.com/fatih/color) - +* [github.com/fatih/structs](https://godoc.org/github.com/fatih/structs) +* [github.com/fsnotify/fsnotify](https://godoc.org/github.com/fsnotify/fsnotify) +* [github.com/ghodss/yaml](https://godoc.org/github.com/ghodss/yaml) +* [github.com/go-gl/glfw](https://godoc.org/github.com/go-gl/glfw) +* [github.com/go-gl/glfw/v3.3/glfw](https://godoc.org/github.com/go-gl/glfw/v3.3/glfw) +* [github.com/go-kit/log](https://godoc.org/github.com/go-kit/log) +* [github.com/go-logfmt/logfmt](https://godoc.org/github.com/go-logfmt/logfmt) * [github.com/go-sql-driver/mysql](https://godoc.org/github.com/go-sql-driver/mysql) - +* [github.com/go-stack/stack](https://godoc.org/github.com/go-stack/stack) * [github.com/gobuffalo/attrs](https://godoc.org/github.com/gobuffalo/attrs) - * [github.com/gobuffalo/envy](https://godoc.org/github.com/gobuffalo/envy) - * [github.com/gobuffalo/fizz](https://godoc.org/github.com/gobuffalo/fizz) - * [github.com/gobuffalo/flect](https://godoc.org/github.com/gobuffalo/flect) - -* [github.com/gobuffalo/genny](https://godoc.org/github.com/gobuffalo/genny) - -* [github.com/gobuffalo/gogen](https://godoc.org/github.com/gobuffalo/gogen) - +* [github.com/gobuffalo/genny/v2](https://godoc.org/github.com/gobuffalo/genny/v2) +* [github.com/gobuffalo/github_flavored_markdown](https://godoc.org/github.com/gobuffalo/github_flavored_markdown) +* [github.com/gobuffalo/helpers](https://godoc.org/github.com/gobuffalo/helpers) * [github.com/gobuffalo/logger](https://godoc.org/github.com/gobuffalo/logger) - * [github.com/gobuffalo/nulls](https://godoc.org/github.com/gobuffalo/nulls) - -* [github.com/gobuffalo/plush](https://godoc.org/github.com/gobuffalo/plush) - -* [github.com/gobuffalo/validate](https://godoc.org/github.com/gobuffalo/validate) - +* [github.com/gobuffalo/packd](https://godoc.org/github.com/gobuffalo/packd) +* [github.com/gobuffalo/plush/v4](https://godoc.org/github.com/gobuffalo/plush/v4) +* [github.com/gobuffalo/tags/v3](https://godoc.org/github.com/gobuffalo/tags/v3) +* [github.com/gobuffalo/validate/v3](https://godoc.org/github.com/gobuffalo/validate/v3) +* [github.com/godbus/dbus/v5](https://godoc.org/github.com/godbus/dbus/v5) * [github.com/gofrs/uuid](https://godoc.org/github.com/gofrs/uuid) - -* [github.com/jackc/fake](https://godoc.org/github.com/jackc/fake) - -* [github.com/jackc/pgx](https://godoc.org/github.com/jackc/pgx) - +* [github.com/gogo/protobuf](https://godoc.org/github.com/gogo/protobuf) +* [github.com/golang/glog](https://godoc.org/github.com/golang/glog) +* [github.com/golang/groupcache](https://godoc.org/github.com/golang/groupcache) +* [github.com/golang/mock](https://godoc.org/github.com/golang/mock) +* [github.com/golang/protobuf](https://godoc.org/github.com/golang/protobuf) +* [github.com/google/btree](https://godoc.org/github.com/google/btree) +* [github.com/google/go-cmp](https://godoc.org/github.com/google/go-cmp) +* [github.com/google/gofuzz](https://godoc.org/github.com/google/gofuzz) +* [github.com/google/martian](https://godoc.org/github.com/google/martian) +* [github.com/google/martian/v3](https://godoc.org/github.com/google/martian/v3) +* [github.com/google/pprof](https://godoc.org/github.com/google/pprof) +* [github.com/google/renameio](https://godoc.org/github.com/google/renameio) +* [github.com/google/uuid](https://godoc.org/github.com/google/uuid) +* [github.com/googleapis/gax-go/v2](https://godoc.org/github.com/googleapis/gax-go/v2) +* [github.com/gopherjs/gopherjs](https://godoc.org/github.com/gopherjs/gopherjs) +* [github.com/gorilla/css](https://godoc.org/github.com/gorilla/css) +* [github.com/grpc-ecosystem/grpc-gateway](https://godoc.org/github.com/grpc-ecosystem/grpc-gateway) +* [github.com/hashicorp/consul/api](https://godoc.org/github.com/hashicorp/consul/api) +* [github.com/hashicorp/consul/sdk](https://godoc.org/github.com/hashicorp/consul/sdk) +* [github.com/hashicorp/errwrap](https://godoc.org/github.com/hashicorp/errwrap) +* [github.com/hashicorp/go-cleanhttp](https://godoc.org/github.com/hashicorp/go-cleanhttp) +* [github.com/hashicorp/go-immutable-radix](https://godoc.org/github.com/hashicorp/go-immutable-radix) +* [github.com/hashicorp/go-msgpack](https://godoc.org/github.com/hashicorp/go-msgpack) +* [github.com/hashicorp/go-multierror](https://godoc.org/github.com/hashicorp/go-multierror) +* [github.com/hashicorp/go-rootcerts](https://godoc.org/github.com/hashicorp/go-rootcerts) +* [github.com/hashicorp/go-sockaddr](https://godoc.org/github.com/hashicorp/go-sockaddr) +* [github.com/hashicorp/go-syslog](https://godoc.org/github.com/hashicorp/go-syslog) +* [github.com/hashicorp/go-uuid](https://godoc.org/github.com/hashicorp/go-uuid) +* [github.com/hashicorp/go.net](https://godoc.org/github.com/hashicorp/go.net) +* [github.com/hashicorp/golang-lru](https://godoc.org/github.com/hashicorp/golang-lru) +* [github.com/hashicorp/hcl](https://godoc.org/github.com/hashicorp/hcl) +* [github.com/hashicorp/logutils](https://godoc.org/github.com/hashicorp/logutils) +* [github.com/hashicorp/mdns](https://godoc.org/github.com/hashicorp/mdns) +* [github.com/hashicorp/memberlist](https://godoc.org/github.com/hashicorp/memberlist) +* [github.com/hashicorp/serf](https://godoc.org/github.com/hashicorp/serf) +* [github.com/ianlancetaylor/demangle](https://godoc.org/github.com/ianlancetaylor/demangle) +* [github.com/inconshreveable/mousetrap](https://godoc.org/github.com/inconshreveable/mousetrap) +* [github.com/jackc/chunkreader](https://godoc.org/github.com/jackc/chunkreader) +* [github.com/jackc/chunkreader/v2](https://godoc.org/github.com/jackc/chunkreader/v2) +* [github.com/jackc/pgconn](https://godoc.org/github.com/jackc/pgconn) +* [github.com/jackc/pgio](https://godoc.org/github.com/jackc/pgio) +* [github.com/jackc/pgmock](https://godoc.org/github.com/jackc/pgmock) +* [github.com/jackc/pgpassfile](https://godoc.org/github.com/jackc/pgpassfile) +* [github.com/jackc/pgproto3](https://godoc.org/github.com/jackc/pgproto3) +* [github.com/jackc/pgproto3/v2](https://godoc.org/github.com/jackc/pgproto3/v2) +* [github.com/jackc/pgservicefile](https://godoc.org/github.com/jackc/pgservicefile) +* [github.com/jackc/pgtype](https://godoc.org/github.com/jackc/pgtype) +* [github.com/jackc/pgx/v4](https://godoc.org/github.com/jackc/pgx/v4) +* [github.com/jackc/puddle](https://godoc.org/github.com/jackc/puddle) * [github.com/jmoiron/sqlx](https://godoc.org/github.com/jmoiron/sqlx) - +* [github.com/joho/godotenv](https://godoc.org/github.com/joho/godotenv) +* [github.com/json-iterator/go](https://godoc.org/github.com/json-iterator/go) +* [github.com/jstemmer/go-junit-report](https://godoc.org/github.com/jstemmer/go-junit-report) +* [github.com/jtolds/gls](https://godoc.org/github.com/jtolds/gls) +* [github.com/kballard/go-shellquote](https://godoc.org/github.com/kballard/go-shellquote) +* [github.com/kisielk/errcheck](https://godoc.org/github.com/kisielk/errcheck) +* [github.com/kisielk/gotool](https://godoc.org/github.com/kisielk/gotool) +* [github.com/konsorten/go-windows-terminal-sequences](https://godoc.org/github.com/konsorten/go-windows-terminal-sequences) +* [github.com/kr/fs](https://godoc.org/github.com/kr/fs) +* [github.com/kr/pretty](https://godoc.org/github.com/kr/pretty) +* [github.com/kr/pty](https://godoc.org/github.com/kr/pty) +* [github.com/kr/text](https://godoc.org/github.com/kr/text) * [github.com/lib/pq](https://godoc.org/github.com/lib/pq) - -* [github.com/jackc/pgx](https://godoc.org/github.com/jackc/pgx) - +* [github.com/luna-duclos/instrumentedsql](https://godoc.org/github.com/luna-duclos/instrumentedsql) +* [github.com/magiconair/properties](https://godoc.org/github.com/magiconair/properties) +* [github.com/markbates/oncer](https://godoc.org/github.com/markbates/oncer) +* [github.com/markbates/safe](https://godoc.org/github.com/markbates/safe) * [github.com/mattn/go-colorable](https://godoc.org/github.com/mattn/go-colorable) - * [github.com/mattn/go-isatty](https://godoc.org/github.com/mattn/go-isatty) - * [github.com/mattn/go-sqlite3](https://godoc.org/github.com/mattn/go-sqlite3) - +* [github.com/microcosm-cc/bluemonday](https://godoc.org/github.com/microcosm-cc/bluemonday) +* [github.com/miekg/dns](https://godoc.org/github.com/miekg/dns) +* [github.com/mitchellh/cli](https://godoc.org/github.com/mitchellh/cli) +* [github.com/mitchellh/go-homedir](https://godoc.org/github.com/mitchellh/go-homedir) +* [github.com/mitchellh/go-testing-interface](https://godoc.org/github.com/mitchellh/go-testing-interface) +* [github.com/mitchellh/gox](https://godoc.org/github.com/mitchellh/gox) +* [github.com/mitchellh/iochan](https://godoc.org/github.com/mitchellh/iochan) +* [github.com/mitchellh/mapstructure](https://godoc.org/github.com/mitchellh/mapstructure) +* [github.com/modern-go/concurrent](https://godoc.org/github.com/modern-go/concurrent) +* [github.com/modern-go/reflect2](https://godoc.org/github.com/modern-go/reflect2) +* [github.com/pascaldekloe/goe](https://godoc.org/github.com/pascaldekloe/goe) +* [github.com/pelletier/go-toml](https://godoc.org/github.com/pelletier/go-toml) +* [github.com/pkg/diff](https://godoc.org/github.com/pkg/diff) +* [github.com/pkg/errors](https://godoc.org/github.com/pkg/errors) +* [github.com/pkg/sftp](https://godoc.org/github.com/pkg/sftp) +* [github.com/pmezard/go-difflib](https://godoc.org/github.com/pmezard/go-difflib) +* [github.com/posener/complete](https://godoc.org/github.com/posener/complete) +* [github.com/prometheus/client_model](https://godoc.org/github.com/prometheus/client_model) +* [github.com/rogpeppe/fastuuid](https://godoc.org/github.com/rogpeppe/fastuuid) +* [github.com/rogpeppe/go-internal](https://godoc.org/github.com/rogpeppe/go-internal) +* [github.com/rs/xid](https://godoc.org/github.com/rs/xid) +* [github.com/rs/zerolog](https://godoc.org/github.com/rs/zerolog) +* [github.com/russross/blackfriday/v2](https://godoc.org/github.com/russross/blackfriday/v2) +* [github.com/ryanuber/columnize](https://godoc.org/github.com/ryanuber/columnize) * [github.com/satori/go.uuid](https://godoc.org/github.com/satori/go.uuid) - +* [github.com/sean-/seed](https://godoc.org/github.com/sean-/seed) +* [github.com/sergi/go-diff](https://godoc.org/github.com/sergi/go-diff) * [github.com/shopspring/decimal](https://godoc.org/github.com/shopspring/decimal) - +* [github.com/shurcooL/sanitized_anchor_name](https://godoc.org/github.com/shurcooL/sanitized_anchor_name) +* [github.com/sirupsen/logrus](https://godoc.org/github.com/sirupsen/logrus) +* [github.com/smartystreets/assertions](https://godoc.org/github.com/smartystreets/assertions) +* [github.com/smartystreets/goconvey](https://godoc.org/github.com/smartystreets/goconvey) +* [github.com/sourcegraph/annotate](https://godoc.org/github.com/sourcegraph/annotate) +* [github.com/sourcegraph/syntaxhighlight](https://godoc.org/github.com/sourcegraph/syntaxhighlight) +* [github.com/spf13/afero](https://godoc.org/github.com/spf13/afero) +* [github.com/spf13/cast](https://godoc.org/github.com/spf13/cast) * [github.com/spf13/cobra](https://godoc.org/github.com/spf13/cobra) - +* [github.com/spf13/jwalterweatherman](https://godoc.org/github.com/spf13/jwalterweatherman) +* [github.com/spf13/pflag](https://godoc.org/github.com/spf13/pflag) +* [github.com/spf13/viper](https://godoc.org/github.com/spf13/viper) +* [github.com/stretchr/objx](https://godoc.org/github.com/stretchr/objx) * [github.com/stretchr/testify](https://godoc.org/github.com/stretchr/testify) - +* [github.com/subosito/gotenv](https://godoc.org/github.com/subosito/gotenv) +* [github.com/yuin/goldmark](https://godoc.org/github.com/yuin/goldmark) +* [github.com/zenazn/goji](https://godoc.org/github.com/zenazn/goji) +* [go.etcd.io/etcd/api/v3](https://godoc.org/go.etcd.io/etcd/api/v3) +* [go.etcd.io/etcd/client/pkg/v3](https://godoc.org/go.etcd.io/etcd/client/pkg/v3) +* [go.etcd.io/etcd/client/v2](https://godoc.org/go.etcd.io/etcd/client/v2) +* [go.opencensus.io](https://godoc.org/go.opencensus.io) +* [go.uber.org/atomic](https://godoc.org/go.uber.org/atomic) +* [go.uber.org/multierr](https://godoc.org/go.uber.org/multierr) +* [go.uber.org/tools](https://godoc.org/go.uber.org/tools) +* [go.uber.org/zap](https://godoc.org/go.uber.org/zap) +* [golang.org/x/crypto](https://godoc.org/golang.org/x/crypto) +* [golang.org/x/exp](https://godoc.org/golang.org/x/exp) +* [golang.org/x/image](https://godoc.org/golang.org/x/image) +* [golang.org/x/lint](https://godoc.org/golang.org/x/lint) +* [golang.org/x/mobile](https://godoc.org/golang.org/x/mobile) +* [golang.org/x/mod](https://godoc.org/golang.org/x/mod) +* [golang.org/x/net](https://godoc.org/golang.org/x/net) +* [golang.org/x/oauth2](https://godoc.org/golang.org/x/oauth2) * [golang.org/x/sync](https://godoc.org/golang.org/x/sync) - +* [golang.org/x/sys](https://godoc.org/golang.org/x/sys) +* [golang.org/x/term](https://godoc.org/golang.org/x/term) +* [golang.org/x/text](https://godoc.org/golang.org/x/text) +* [golang.org/x/time](https://godoc.org/golang.org/x/time) +* [golang.org/x/tools](https://godoc.org/golang.org/x/tools) +* [golang.org/x/xerrors](https://godoc.org/golang.org/x/xerrors) +* [google.golang.org/api](https://godoc.org/google.golang.org/api) +* [google.golang.org/appengine](https://godoc.org/google.golang.org/appengine) +* [google.golang.org/genproto](https://godoc.org/google.golang.org/genproto) +* [google.golang.org/grpc](https://godoc.org/google.golang.org/grpc) +* [google.golang.org/protobuf](https://godoc.org/google.golang.org/protobuf) +* [gopkg.in/check.v1](https://godoc.org/gopkg.in/check.v1) +* [gopkg.in/errgo.v2](https://godoc.org/gopkg.in/errgo.v2) +* [gopkg.in/inconshreveable/log15.v2](https://godoc.org/gopkg.in/inconshreveable/log15.v2) +* [gopkg.in/ini.v1](https://godoc.org/gopkg.in/ini.v1) * [gopkg.in/yaml.v2](https://godoc.org/gopkg.in/yaml.v2) +* [gopkg.in/yaml.v3](https://godoc.org/gopkg.in/yaml.v3) +* [honnef.co/go/tools](https://godoc.org/honnef.co/go/tools) +* [rsc.io/binaryregexp](https://godoc.org/rsc.io/binaryregexp) +* [rsc.io/quote/v3](https://godoc.org/rsc.io/quote/v3) +* [rsc.io/sampler](https://godoc.org/rsc.io/sampler) diff --git a/go.mod b/go.mod index 03ce4a6e..881ddbea 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/gobuffalo/genny/v2 v2.0.9 github.com/gobuffalo/logger v1.0.6 github.com/gobuffalo/nulls v0.4.1 - github.com/gobuffalo/plush/v4 v4.1.11 + github.com/gobuffalo/plush/v4 v4.1.12 github.com/gobuffalo/validate/v3 v3.3.1 github.com/gofrs/uuid v4.2.0+incompatible github.com/jackc/pgconn v1.12.1 @@ -20,9 +20,9 @@ require ( github.com/jmoiron/sqlx v1.3.5 github.com/lib/pq v1.10.6 github.com/luna-duclos/instrumentedsql v1.1.3 - github.com/mattn/go-sqlite3 v1.14.9 - github.com/spf13/cobra v1.4.0 - github.com/stretchr/testify v1.7.1 - golang.org/x/sync v0.0.0-20210220032951-036812b2e83c + github.com/mattn/go-sqlite3 v1.14.14 + github.com/spf13/cobra v1.5.0 + github.com/stretchr/testify v1.8.0 + golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f gopkg.in/yaml.v2 v2.4.0 ) diff --git a/go.sum b/go.sum index baee6c1f..f19abd59 100644 --- a/go.sum +++ b/go.sum @@ -65,7 +65,7 @@ github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7 github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= -github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= +github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= @@ -121,8 +121,8 @@ github.com/gobuffalo/packd v1.0.1 h1:U2wXfRr4E9DH8IdsDLlRFwTZTK7hLfq9qT/QHXGVe/0 github.com/gobuffalo/packd v1.0.1/go.mod h1:PP2POP3p3RXGz7Jh6eYEf93S7vA2za6xM7QT85L4+VY= github.com/gobuffalo/plush/v4 v4.0.0/go.mod h1:ErFS3UxKqEb8fpFJT7lYErfN/Nw6vHGiDMTjxpk5bQ0= github.com/gobuffalo/plush/v4 v4.1.9/go.mod h1:9OOII9uAM5pZnhWu1OkQnboXJjaWMQ7kcTl3zNcxvTM= -github.com/gobuffalo/plush/v4 v4.1.11 h1:IOLBE07W0VkiraJf36x547l3q5Ek3osP9vHzN48wAh0= -github.com/gobuffalo/plush/v4 v4.1.11/go.mod h1:9OOII9uAM5pZnhWu1OkQnboXJjaWMQ7kcTl3zNcxvTM= +github.com/gobuffalo/plush/v4 v4.1.12 h1:zkkH7+yC/rbhDp88+PgF5I2pnaVC4cYbDekp1cI452c= +github.com/gobuffalo/plush/v4 v4.1.12/go.mod h1:Ke2mPa1ZuGXkyHnAeNcVTKC6s0Aa1H9DH6qJ2Tdkl4s= github.com/gobuffalo/pop/v6 v6.0.0/go.mod h1:5rd3OnViLhjteR8+0i/mT9Q4CzkTzCoR7tm/9mmAic4= github.com/gobuffalo/tags/v3 v3.0.2/go.mod h1:ZQeN6TCTiwAFnS0dNcbDtSgZDwNKSpqajvVtt6mlYpA= github.com/gobuffalo/tags/v3 v3.1.2 h1:68sHcwFFDstXyfbk5ovbGcQFDsupgVLs+lw1XZinHJw= @@ -328,8 +328,9 @@ github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Ky github.com/mattn/go-isatty v0.0.14 h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y= github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94= github.com/mattn/go-sqlite3 v1.14.6/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU= -github.com/mattn/go-sqlite3 v1.14.9 h1:10HX2Td0ocZpYEjhilsuo6WWtUqttj2Kb0KtD86/KYA= github.com/mattn/go-sqlite3 v1.14.9/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU= +github.com/mattn/go-sqlite3 v1.14.14 h1:qZgc/Rwetq+MtyE18WhzjokPD93dNqLGNT3QJuLvBGw= +github.com/mattn/go-sqlite3 v1.14.14/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU= github.com/microcosm-cc/bluemonday v1.0.2/go.mod h1:iVP4YcDBq+n/5fb23BhYFvIMq/leAFZyRl6bYmGDlGc= github.com/microcosm-cc/bluemonday v1.0.16 h1:kHmAq2t7WPWLjiGvzKa5o3HzSfahUKiOq7fAPUiMNIc= github.com/microcosm-cc/bluemonday v1.0.16/go.mod h1:Z0r70sCuXHig8YpBzCc5eGHAap2K7e/u082ZUpDRRqM= @@ -388,8 +389,8 @@ github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e/go.mod github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I= github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cobra v1.2.1/go.mod h1:ExllRjgxM/piMAM+3tAZvg8fsklGAf3tPfi+i8t68Nk= -github.com/spf13/cobra v1.4.0 h1:y+wJpx64xcgO1V+RcnwW0LEHxTKRi2ZDPSBjWnrg88Q= -github.com/spf13/cobra v1.4.0/go.mod h1:Wo4iy3BUC+X2Fybo0PDqwJIv3dNRiZLHQymsfxlB84g= +github.com/spf13/cobra v1.5.0 h1:X+jTBEBqF0bHN+9cSMgmfuvv2VHJ9ezmFNf9Y/XstYU= +github.com/spf13/cobra v1.5.0/go.mod h1:dWXEIy2H428czQCjInthrTRUg7yKbok+2Qi/yBIJoUM= github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= @@ -397,14 +398,16 @@ github.com/spf13/viper v1.8.1/go.mod h1:o0Pch8wJ9BVSWGQMbra6iw0oQ5oktSIBaujf1rJH github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE= +github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk= +github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= @@ -550,8 +553,9 @@ golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20210220032951-036812b2e83c h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ= golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f h1:Ax0t5p6N38Ga0dThY21weqDEyz2oklo4IvDkpigvkD8= +golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -803,8 +807,9 @@ gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo= gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= +gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=