Skip to content

Commit

Permalink
Merge pull request #459 from Scalingo/deps/go-utils/errors/v2
Browse files Browse the repository at this point in the history
Bump go-utils/errors to v2
  • Loading branch information
Soulou authored Jan 10, 2023
2 parents b26db73 + e614591 commit 1474296
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* docs: add doc for Session function [#397](https://github.com/Scalingo/go-utils/pull/397)
* build(deps): bump github.com/Scalingo/go-utils/logger from 1.1.1 to 1.2.0
* build(deps): bump github.com/Scalingo/go-utils/errors from 1.1.1 to 2.2.0
* build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
* build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1

Expand Down
2 changes: 1 addition & 1 deletion mongo/document/validation_error.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package document

import (
"github.com/Scalingo/go-utils/errors"
"github.com/Scalingo/go-utils/errors/v2"
)

// ValidationErrors is a type alias of errors.ValidationErrors. It is defined to
Expand Down
2 changes: 1 addition & 1 deletion mongo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Scalingo/go-utils/mongo
go 1.17

require (
github.com/Scalingo/go-utils/errors v1.1.1
github.com/Scalingo/go-utils/errors/v2 v2.2.0
github.com/Scalingo/go-utils/logger v1.2.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
Expand Down
5 changes: 2 additions & 3 deletions mongo/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/Scalingo/errgo-rollbar v0.2.0/go.mod h1:InPX+PbaicLpePiWdmay2bJ4gtF4anm2L8T6rITx41A=
github.com/Scalingo/go-utils/errors v1.1.1 h1:G7zypaDBj0O6QFvX0xL5dMDXbiBgq+3KKuodldtOpg0=
github.com/Scalingo/go-utils/errors v1.1.1/go.mod h1:gsnGOMma5x3CSgPb8i5eMuHcKi3RvTJ9dWPNRev161c=
github.com/Scalingo/go-utils/errors/v2 v2.2.0 h1:n93hge0DzfZ3KbI/jdnxKDTRDD+PXsGwNPKyHRzQYEE=
github.com/Scalingo/go-utils/errors/v2 v2.2.0/go.mod h1:pkLy6Qz9UNm6FpXtFJGZRC0W5lqbqHpPchrQV80gw5E=
github.com/Scalingo/go-utils/logger v1.2.0 h1:E3jtaoRxpIsFcZu/jsvWew8ttUAwKUYQufdPqGYp7EU=
github.com/Scalingo/go-utils/logger v1.2.0/go.mod h1:JArjD1gHdB/vwnlcVG7rYxuIY0tk8/VG4MtirnRwn8k=
github.com/Scalingo/logrus-rollbar v1.4.1/go.mod h1:ilLLgqIMzc5qXCGdMTEfbd7dM/zyOdOcO2YkpHVX+8k=
Expand Down Expand Up @@ -50,6 +50,5 @@ gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22/go.mod h1:yeKp02qBN3iKW1OzL3M
gopkg.in/yaml.v2 v2.3.0 h1:clyUAQHOM3G0M3f5vQj7LuJrETvjVot3Z5el9nffUtU=
gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 comments on commit 1474296

Please sign in to comment.