File tree Expand file tree Collapse file tree 2 files changed +200
-48
lines changed
Expand file tree Collapse file tree 2 files changed +200
-48
lines changed Original file line number Diff line number Diff line change 11module github.com/hellofresh/goengine
22
3- go 1.12
3+ go 1.15
44
55require (
6- github.com/go-stack/stack v1.8.0 // indirect
7- github.com/gofrs/uuid v3.2.0+incompatible
8- github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
9- github.com/onsi/ginkgo v1.7.0
10- github.com/onsi/gomega v1.4.3
11- github.com/streadway/amqp v0.0.0-20181205114330-a314942b2fd9
12- github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
13- github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc // indirect
14- go.mongodb.org/mongo-driver v1.0.0
15- golang.org/x/crypto v0.0.0-20190130090550-b01c7a725664 // indirect
16- golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 // indirect
17- golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
18- golang.org/x/sys v0.0.0-20190130150945-aca44879d564 // indirect
19- gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
20- gopkg.in/yaml.v2 v2.2.2 // indirect
6+ github.com/gofrs/uuid v4.0.0+incompatible
7+ github.com/onsi/ginkgo v1.16.1
8+ github.com/onsi/gomega v1.11.0
9+ github.com/streadway/amqp v1.0.0
10+ go.mongodb.org/mongo-driver v1.5.1
11+ golang.org/x/net v0.0.0-20210421230115-4e50805a0758 // indirect
12+ golang.org/x/sys v0.0.0-20210421221651-33663a62ff08 // indirect
2113)
You can’t perform that action at this time.
0 commit comments