Skip to content

Commit f6874ea

Browse files
committed
Bumped all deps
1 parent eb2f836 commit f6874ea

File tree

3 files changed

+175
-49
lines changed

3 files changed

+175
-49
lines changed

aggregate/aggregate_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ func TestIDFromString(t *testing.T) {
6666
"some string",
6767
"some string",
6868
},
69-
{
70-
"UUID with missing minuses",
71-
"f4ec75dbc0b04b00a04fa0d9ed18e9fb",
72-
},
7369
}
7470

7571
for _, testCase := range testCases {

go.mod

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@ module github.com/hellofresh/goengine
33
go 1.16
44

55
require (
6-
github.com/DATA-DOG/go-sqlmock v1.3.0
7-
github.com/golang/mock v1.2.0
8-
github.com/google/uuid v1.0.0
9-
github.com/lib/pq v1.0.0
10-
github.com/mailru/easyjson v0.0.0-20190221075403-6243d8e04c3f
11-
github.com/pkg/errors v0.8.0
12-
github.com/prometheus/client_golang v0.9.4
13-
github.com/sirupsen/logrus v1.2.0
14-
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271
15-
github.com/stretchr/testify v1.3.0
16-
go.uber.org/atomic v1.3.2 // indirect
17-
go.uber.org/multierr v1.1.0 // indirect
18-
go.uber.org/zap v1.9.1
6+
github.com/DATA-DOG/go-sqlmock v1.5.0
7+
github.com/golang/mock v1.6.0
8+
github.com/google/uuid v1.3.0
9+
github.com/lib/pq v1.10.2
10+
github.com/mailru/easyjson v0.7.7
11+
github.com/pkg/errors v0.9.1
12+
github.com/prometheus/client_golang v1.11.0
13+
github.com/sirupsen/logrus v1.8.1
14+
github.com/streadway/amqp v1.0.0
15+
github.com/stretchr/testify v1.7.0
16+
go.uber.org/atomic v1.9.0 // indirect
17+
go.uber.org/multierr v1.7.0 // indirect
18+
go.uber.org/zap v1.19.0
19+
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
1920
)

0 commit comments

Comments
 (0)