Skip to content

Commit

Permalink
Update Go dependencies (#220)
Browse files Browse the repository at this point in the history
* Bump github.com/cristalhq/aconfig from 0.18.1 to 0.18.3 in /examples

Bumps [github.com/cristalhq/aconfig](https://github.com/cristalhq/aconfig) from 0.18.1 to 0.18.3.
- [Release notes](https://github.com/cristalhq/aconfig/releases)
- [Commits](cristalhq/aconfig@v0.18.1...v0.18.3)

---
updated-dependencies:
- dependency-name: github.com/cristalhq/aconfig
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump goreleaser/goreleaser-action from 3.0.0 to 3.2.0

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3.0.0 to 3.2.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v3.0.0...v3.2.0)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump golangci/golangci-lint-action from 3.2.0 to 3.3.1

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.2.0 to 3.3.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v3.2.0...v3.3.1)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump github.com/gofiber/fiber/v2 from 2.36.0 to 2.40.1 in /examples

Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.36.0 to 2.40.1.
- [Release notes](https://github.com/gofiber/fiber/releases)
- [Commits](gofiber/fiber@v2.36.0...v2.40.1)

---
updated-dependencies:
- dependency-name: github.com/gofiber/fiber/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump github.com/zclconf/go-cty from 1.10.0 to 1.12.1

Bumps [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty) from 1.10.0 to 1.12.1.
- [Release notes](https://github.com/zclconf/go-cty/releases)
- [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md)
- [Commits](zclconf/go-cty@v1.10.0...v1.12.1)

---
updated-dependencies:
- dependency-name: github.com/zclconf/go-cty
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump github.com/labstack/echo/v4 from 4.7.2 to 4.9.1 in /examples

Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.7.2 to 4.9.1.
- [Release notes](https://github.com/labstack/echo/releases)
- [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md)
- [Commits](labstack/echo@v4.7.2...v4.9.1)

---
updated-dependencies:
- dependency-name: github.com/labstack/echo/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* make go-update

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
simongottschlag and dependabot[bot] committed Nov 25, 2022
1 parent be1d30e commit fa2e0c9
Show file tree
Hide file tree
Showing 17 changed files with 269 additions and 327 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yaml
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
go-version: "^1.19"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.2.0
uses: golangci/golangci-lint-action@v3.3.1
with:
version: v1.48.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
go-version: "^1.19"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3.0.0
uses: goreleaser/goreleaser-action@v3.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
52 changes: 27 additions & 25 deletions examples/go.mod
Expand Up @@ -3,60 +3,62 @@ module examples
go 1.19

require (
github.com/xenitab/go-oidc-middleware v0.0.31
github.com/xenitab/go-oidc-middleware/oidcechojwt v0.0.31
github.com/xenitab/go-oidc-middleware/oidcfiber v0.0.31
github.com/xenitab/go-oidc-middleware/oidcgin v0.0.31
github.com/xenitab/go-oidc-middleware/oidchttp v0.0.31
github.com/xenitab/go-oidc-middleware v0.0.35
github.com/xenitab/go-oidc-middleware/oidcechojwt v0.0.35
github.com/xenitab/go-oidc-middleware/oidcfiber v0.0.35
github.com/xenitab/go-oidc-middleware/oidcgin v0.0.35
github.com/xenitab/go-oidc-middleware/oidchttp v0.0.35
)

require (
github.com/cristalhq/aconfig v0.18.1
github.com/cristalhq/aconfig v0.18.3
github.com/gin-gonic/gin v1.8.1
github.com/gofiber/fiber/v2 v2.36.0
github.com/labstack/echo/v4 v4.7.2
github.com/gofiber/fiber/v2 v2.40.1
github.com/labstack/echo/v4 v4.9.1
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/sync v0.1.0
)

require (
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator/v10 v10.11.0 // indirect
github.com/goccy/go-json v0.9.10 // indirect
github.com/go-playground/validator/v10 v10.11.1 // indirect
github.com/goccy/go-json v0.9.11 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/labstack/gommon v0.3.1 // indirect
github.com/klauspost/compress v1.15.12 // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
github.com/lestrrat-go/blackmagic v1.0.1 // indirect
github.com/lestrrat-go/httpcc v1.0.1 // indirect
github.com/lestrrat-go/iter v1.0.2 // indirect
github.com/lestrrat-go/jwx v1.2.25 // indirect
github.com/lestrrat-go/option v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
github.com/ugorji/go/codec v1.2.7 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.38.0 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
github.com/valyala/fasthttp v1.42.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
github.com/zclconf/go-cty v1.10.0 // indirect
github.com/zclconf/go-cty v1.12.1 // indirect
go.uber.org/ratelimit v0.2.0 // indirect
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/net v0.2.0 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/time v0.2.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)

0 comments on commit fa2e0c9

Please sign in to comment.