We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4640cfd + 3d77fb1 commit eab523cCopy full SHA for eab523c
go.mod
@@ -1,9 +1,20 @@
1
module github.com/snorwin/gorax
2
3
-go 1.16
+go 1.23.0
4
5
require (
6
github.com/emicklei/dot v1.8.0
7
github.com/onsi/ginkgo v1.16.5
8
- github.com/onsi/gomega v1.34.1
+ 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
20
)
0 commit comments