Skip to content

Commit

Permalink
chore(deps): remove deprecated pkg/errors (#386)
Browse files Browse the repository at this point in the history
* chore(deps): remove deprecated pkg/errors

Signed-off-by: andig <[email protected]>

* Add Changelog

* docs: Update CHANGELOG.md

* docs: Update CHANGELOG.md

---------

Signed-off-by: andig <[email protected]>
Co-authored-by: Jakub Bednář <[email protected]>
  • Loading branch information
andig and bednar authored Oct 12, 2023
1 parent 2c80fa5 commit fd16abc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [unreleased]

### Bug fixes

- [#386](https://github.com/influxdata/influxdb-client-go/pull/386) Remove deprecated pkg/errors
- [#387](https://github.com/influxdata/influxdb-client-go/pull/387) Upgrade deepmap/oapi-codegen

## 2.12.3 [2023-03-29]
### Bug fixes
- Update golang.org/x/net from 0.0.0-20210119194325-5f4716e94777 to 0.7.0
Expand Down
2 changes: 1 addition & 1 deletion domain/client.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion domain/templates/imports.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"encoding/base64"
"encoding/json"
"encoding/xml"
"errors"
"fmt"
"gopkg.in/yaml.v3"
"io"
Expand All @@ -26,7 +27,6 @@ import (
"github.com/getkin/kin-openapi/openapi3"
"github.com/go-chi/chi/v5"
"github.com/labstack/echo/v4"
"github.com/pkg/errors"
{{- range .ExternalImports}}
{{ . }}
{{- end}}
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.17
require (
github.com/deepmap/oapi-codegen v1.12.4
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.1 // test dependency
golang.org/x/net v0.7.0
)
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 h1:W9WBk7wlPfJLvMCdtV4zPulc4uCPrlywQOmbFOhgQNU=
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839/go.mod h1:xaLFMmpvUxqXtVkUJfg9QmT88cDaCJ3ZKgdZ78oO8Qo=
github.com/juju/gnuflag v0.0.0-20171113085948-2ce1bb71843d/go.mod h1:2PavIy+JPciBPrBUjwbNvtwB6RQlve+hkpll6QSNmOE=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad/go.mod h1:qLr4V1qq6nMqFKkMo8ZTx3f+BZEkzsRUY10Xsm2mwU0=
Expand Down

0 comments on commit fd16abc

Please sign in to comment.