Skip to content

Commit eab523c

Browse files
authored
Merge pull request #45 from snorwin/dependabot/go_modules/github.com/onsi/gomega-1.37.0
Bump github.com/onsi/gomega from 1.34.1 to 1.37.0
2 parents 4640cfd + 3d77fb1 commit eab523c

File tree

2 files changed

+34
-233
lines changed

2 files changed

+34
-233
lines changed

go.mod

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
module github.com/snorwin/gorax
22

3-
go 1.16
3+
go 1.23.0
44

55
require (
66
github.com/emicklei/dot v1.8.0
77
github.com/onsi/ginkgo v1.16.5
8-
github.com/onsi/gomega v1.34.1
8+
github.com/onsi/gomega v1.37.0
9+
)
10+
11+
require (
12+
github.com/fsnotify/fsnotify v1.4.9 // indirect
13+
github.com/google/go-cmp v0.7.0 // indirect
14+
github.com/nxadm/tail v1.4.8 // indirect
15+
golang.org/x/net v0.37.0 // indirect
16+
golang.org/x/sys v0.31.0 // indirect
17+
golang.org/x/text v0.23.0 // indirect
18+
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
19+
gopkg.in/yaml.v3 v3.0.1 // indirect
920
)

0 commit comments

Comments
 (0)