From 5a179e74c61b4d8b020c80ec5ae42f4e4685bb2f Mon Sep 17 00:00:00 2001 From: Yonghwan SO Date: Sun, 25 Sep 2022 17:39:52 +0900 Subject: [PATCH] updated README, SHOULDERS, and module dependencies --- README.md | 4 +- SHOULDERS.md | 118 +-------------------------------------------------- go.mod | 2 +- go.sum | 4 +- 4 files changed, 7 insertions(+), 121 deletions(-) diff --git a/README.md b/README.md index 8953c85a..94bd362e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

GoDoc - Build Status + Build Status

# POP @@ -38,4 +38,4 @@ Pop would not be possible if not for all of the great projects it depends on. Pl First, thank you so much for wanting to contribute! It means so much that you care enough to want to contribute. We appreciate every PR from the smallest of typos to the be biggest of features. -To contribute, please read the contribution guidelines: [CONTRIBUTING](.github/CONTRIBUTING.md) \ No newline at end of file +To contribute, please read the contribution guidelines: [CONTRIBUTING](.github/CONTRIBUTING.md) diff --git a/SHOULDERS.md b/SHOULDERS.md index 1d02ea08..a9c00ef1 100644 --- a/SHOULDERS.md +++ b/SHOULDERS.md @@ -1,47 +1,19 @@ -# github.com/gobuffalo/pop/v6 Stands on the Shoulders of Giants +# Pop Stands on the Shoulders of Giants -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. +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. 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/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) @@ -59,44 +31,9 @@ Thank you to the following **GIANTS**: * [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/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) @@ -112,105 +49,54 @@ Thank you to the following **GIANTS**: * [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/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 b8783c2c..df1057df 100644 --- a/go.mod +++ b/go.mod @@ -23,6 +23,6 @@ require ( github.com/mattn/go-sqlite3 v1.14.15 github.com/spf13/cobra v1.5.0 github.com/stretchr/testify v1.8.0 - golang.org/x/sync v0.0.0-20220907140024-f12130a52804 + golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7 gopkg.in/yaml.v2 v2.4.0 ) diff --git a/go.sum b/go.sum index 920cbfb9..ebfef0e6 100644 --- a/go.sum +++ b/go.sum @@ -228,8 +228,8 @@ golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b/go.mod h1:YDH+HFinaLZZlnHAfS golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20220907140024-f12130a52804 h1:0SH2R3f1b1VmIMG7BXbEZCBUu2dKmHschSmjqGUrW8A= -golang.org/x/sync v0.0.0-20220907140024-f12130a52804/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7 h1:ZrnxWX62AgTKOSagEqxvb3ffipvEDX2pl7E1TdqLqIc= +golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=