-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update module github.com/onsi/ginkgo to v2
- Loading branch information
1 parent
eac420c
commit 89b365d
Showing
2 changed files
with
134 additions
and
3 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,9 +1,88 @@ | ||
module github.com/go-pg/sharding/v8 | ||
|
||
go 1.13 | ||
go 1.22.0 | ||
|
||
toolchain go1.23.4 | ||
|
||
require ( | ||
github.com/go-pg/pg/v10 v10.3.0 | ||
github.com/onsi/ginkgo v1.14.1 | ||
github.com/onsi/gomega v1.10.2 | ||
github.com/onsi/ginkgo v1.16.4 | ||
github.com/onsi/ginkgo/v2 v2.22.1 | ||
github.com/onsi/gomega v1.36.1 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.26.0 // indirect | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect | ||
github.com/chromedp/cdproto v0.0.0-20230802225258-3cf4e6d46a89 // indirect | ||
github.com/chromedp/chromedp v0.9.2 // indirect | ||
github.com/chromedp/sysutil v1.0.0 // indirect | ||
github.com/chzyer/logex v1.2.1 // indirect | ||
github.com/chzyer/readline v1.5.1 // indirect | ||
github.com/chzyer/test v1.0.0 // indirect | ||
github.com/client9/misspell v0.3.4 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473 // indirect | ||
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-pg/zerochecker v0.2.0 // indirect | ||
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect | ||
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect | ||
github.com/gobwas/httphead v0.1.0 // indirect | ||
github.com/gobwas/pool v0.2.1 // indirect | ||
github.com/gobwas/ws v1.2.1 // indirect | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect | ||
github.com/golang/mock v1.1.1 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect | ||
github.com/hpcloud/tail v1.0.0 // indirect | ||
github.com/ianlancetaylor/demangle v0.0.0-20240312041847-bd984b5ce465 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/kr/pty v1.1.1 // indirect | ||
github.com/kr/text v0.1.0 // indirect | ||
github.com/ledongthuc/pdf v0.0.0-20220302134840-0c2507a12d80 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/nxadm/tail v1.4.8 // indirect | ||
github.com/orisano/pixelmatch v0.0.0-20220722002657-fb0b55479cde // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
github.com/stretchr/testify v1.8.4 // indirect | ||
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect | ||
github.com/vmihailenco/bufpool v0.1.11 // indirect | ||
github.com/vmihailenco/msgpack/v4 v4.3.11 // indirect | ||
github.com/vmihailenco/msgpack/v5 v5.0.0-beta.1 // indirect | ||
github.com/vmihailenco/tagparser v0.1.1 // indirect | ||
github.com/yuin/goldmark v1.4.13 // indirect | ||
go.opentelemetry.io/otel v0.12.0 // indirect | ||
golang.org/x/crypto v0.30.0 // indirect | ||
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect | ||
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect | ||
golang.org/x/mod v0.22.0 // indirect | ||
golang.org/x/net v0.32.0 // indirect | ||
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be // indirect | ||
golang.org/x/sync v0.10.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/telemetry v0.0.0-20240521205824-bda55230c457 // indirect | ||
golang.org/x/term v0.27.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
golang.org/x/tools v0.28.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/appengine v1.6.6 // indirect | ||
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect | ||
google.golang.org/grpc v1.27.0 // indirect | ||
google.golang.org/protobuf v1.35.1 // indirect | ||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect | ||
gopkg.in/fsnotify.v1 v1.4.7 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect | ||
mellium.im/sasl v0.2.1 // indirect | ||
) |
Oops, something went wrong.