Skip to content

Commit bf6e930

Browse files
Update module github.com/onsi/ginkgo to v2
1 parent eac420c commit bf6e930

File tree

2 files changed

+134
-3
lines changed

2 files changed

+134
-3
lines changed

go.mod

Lines changed: 82 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,88 @@
11
module github.com/go-pg/sharding/v8
22

3-
go 1.13
3+
go 1.23.0
4+
5+
toolchain go1.24.1
46

57
require (
68
github.com/go-pg/pg/v10 v10.3.0
7-
github.com/onsi/ginkgo v1.14.1
8-
github.com/onsi/gomega v1.10.2
9+
github.com/onsi/ginkgo v1.16.4
10+
github.com/onsi/ginkgo/v2 v2.23.3
11+
github.com/onsi/gomega v1.36.2
12+
)
13+
14+
require (
15+
cloud.google.com/go v0.26.0 // indirect
16+
github.com/BurntSushi/toml v0.3.1 // indirect
17+
github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect
18+
github.com/chromedp/cdproto v0.0.0-20230802225258-3cf4e6d46a89 // indirect
19+
github.com/chromedp/chromedp v0.9.2 // indirect
20+
github.com/chromedp/sysutil v1.0.0 // indirect
21+
github.com/chzyer/logex v1.2.1 // indirect
22+
github.com/chzyer/readline v1.5.1 // indirect
23+
github.com/chzyer/test v1.0.0 // indirect
24+
github.com/client9/misspell v0.3.4 // indirect
25+
github.com/davecgh/go-spew v1.1.1 // indirect
26+
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473 // indirect
27+
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect
28+
github.com/fsnotify/fsnotify v1.4.9 // indirect
29+
github.com/go-logr/logr v1.4.2 // indirect
30+
github.com/go-pg/zerochecker v0.2.0 // indirect
31+
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
32+
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
33+
github.com/gobwas/httphead v0.1.0 // indirect
34+
github.com/gobwas/pool v0.2.1 // indirect
35+
github.com/gobwas/ws v1.2.1 // indirect
36+
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
37+
github.com/golang/mock v1.1.1 // indirect
38+
github.com/golang/protobuf v1.5.3 // indirect
39+
github.com/google/go-cmp v0.6.0 // indirect
40+
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
41+
github.com/hpcloud/tail v1.0.0 // indirect
42+
github.com/ianlancetaylor/demangle v0.0.0-20240312041847-bd984b5ce465 // indirect
43+
github.com/jinzhu/inflection v1.0.0 // indirect
44+
github.com/josharian/intern v1.0.0 // indirect
45+
github.com/kr/pretty v0.1.0 // indirect
46+
github.com/kr/pty v1.1.1 // indirect
47+
github.com/kr/text v0.1.0 // indirect
48+
github.com/ledongthuc/pdf v0.0.0-20220302134840-0c2507a12d80 // indirect
49+
github.com/mailru/easyjson v0.7.7 // indirect
50+
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
51+
github.com/nxadm/tail v1.4.8 // indirect
52+
github.com/orisano/pixelmatch v0.0.0-20220722002657-fb0b55479cde // indirect
53+
github.com/pmezard/go-difflib v1.0.0 // indirect
54+
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
55+
github.com/stretchr/objx v0.5.0 // indirect
56+
github.com/stretchr/testify v1.8.4 // indirect
57+
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
58+
github.com/vmihailenco/bufpool v0.1.11 // indirect
59+
github.com/vmihailenco/msgpack/v4 v4.3.11 // indirect
60+
github.com/vmihailenco/msgpack/v5 v5.0.0-beta.1 // indirect
61+
github.com/vmihailenco/tagparser v0.1.1 // indirect
62+
github.com/yuin/goldmark v1.4.13 // indirect
63+
go.opentelemetry.io/otel v0.12.0 // indirect
64+
golang.org/x/crypto v0.33.0 // indirect
65+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
66+
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect
67+
golang.org/x/mod v0.23.0 // indirect
68+
golang.org/x/net v0.35.0 // indirect
69+
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be // indirect
70+
golang.org/x/sync v0.11.0 // indirect
71+
golang.org/x/sys v0.30.0 // indirect
72+
golang.org/x/telemetry v0.0.0-20240521205824-bda55230c457 // indirect
73+
golang.org/x/term v0.29.0 // indirect
74+
golang.org/x/text v0.22.0 // indirect
75+
golang.org/x/tools v0.30.0 // indirect
76+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
77+
google.golang.org/appengine v1.6.6 // indirect
78+
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
79+
google.golang.org/grpc v1.27.0 // indirect
80+
google.golang.org/protobuf v1.36.1 // indirect
81+
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
82+
gopkg.in/fsnotify.v1 v1.4.7 // indirect
83+
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
84+
gopkg.in/yaml.v2 v2.4.0 // indirect
85+
gopkg.in/yaml.v3 v3.0.1 // indirect
86+
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect
87+
mellium.im/sasl v0.2.1 // indirect
988
)

0 commit comments

Comments
 (0)