Bump github.com/pkg/profile from 1.6.0 to 1.7.0

Bumps [github.com/pkg/profile](https://github.com/pkg/profile) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/pkg/profile/releases)
- [Commits](https://github.com/pkg/profile/compare/v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/pkg/profile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-17 17:59:48 +00:00 committed by GitHub
parent 8be2f8b9c3
commit fd6daeef70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 3 deletions

2
go.mod
View file

@ -14,7 +14,7 @@ require (
require (
github.com/google/go-cmp v0.5.8
github.com/jackc/pgx/v4 v4.17.2
github.com/pkg/profile v1.6.0
github.com/pkg/profile v1.7.0
github.com/shopspring/decimal v1.3.1
github.com/stretchr/testify v1.8.0
github.com/volatiletech/null/v8 v8.1.2