Skip to content

Commit

Permalink
Bump github.com/go-kit/kit from 0.4.0 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [github.com/go-kit/kit](https://github.com/go-kit/kit) from 0.4.0 to 0.13.0.
- [Release notes](https://github.com/go-kit/kit/releases)
- [Commits](go-kit/kit@v0.4.0...v0.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent a149f94 commit 0c65f96
Show file tree
Hide file tree
Showing 2 changed files with 742 additions and 10 deletions.
7 changes: 1 addition & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@ module github.com/smallstep/scep
go 1.16

require (
github.com/go-kit/kit v0.4.0
github.com/go-kit/kit v0.13.0
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
)

require (
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/go-stack/stack v1.6.0 // indirect
)

// use github.com/smallstep/pkcs7 fork with patches applied
replace go.mozilla.org/pkcs7 => github.com/smallstep/pkcs7 v0.0.0-20230615175518-7ce6486b74eb
Loading

0 comments on commit 0c65f96

Please sign in to comment.