Skip to content

Commit

Permalink
Bump github.com/ReneKroon/ttlcache/v2 from 2.8.0 to 2.8.1
Browse files Browse the repository at this point in the history
Bumps [github.com/ReneKroon/ttlcache/v2](https://github.com/ReneKroon/ttlcache) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/ReneKroon/ttlcache/releases)
- [Changelog](https://github.com/ReneKroon/ttlcache/blob/master/CHANGELOG.md)
- [Commits](jellydator/ttlcache@v2.8.0...v2.8.1)

---
updated-dependencies:
- dependency-name: github.com/ReneKroon/ttlcache/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 29, 2021
1 parent f2003d7 commit b52c647
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -3,7 +3,7 @@ module sigs.k8s.io/security-profiles-operator
go 1.15

require (
github.com/ReneKroon/ttlcache/v2 v2.8.0
github.com/ReneKroon/ttlcache/v2 v2.8.1
github.com/containers/common v0.43.2
github.com/crossplane/crossplane-runtime v0.14.1-0.20210713194031-85b19c28ea88
github.com/go-logr/logr v0.4.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -95,8 +95,8 @@ github.com/PuerkitoBio/purell v1.1.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbt
github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0=
github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE=
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE=
github.com/ReneKroon/ttlcache/v2 v2.8.0 h1:AjowjXzmvdQHf5GkEsDj6NRqhhK/UwFYR1FuP98u/CA=
github.com/ReneKroon/ttlcache/v2 v2.8.0/go.mod h1:mBxvsNY+BT8qLLd6CuAJubbKo6r0jh3nb5et22bbfGY=
github.com/ReneKroon/ttlcache/v2 v2.8.1 h1:0Exdyt5+vEsdRoFO1T7qDIYM3gq/ETbeYV+vjgcPxZk=
github.com/ReneKroon/ttlcache/v2 v2.8.1/go.mod h1:mBxvsNY+BT8qLLd6CuAJubbKo6r0jh3nb5et22bbfGY=
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d/go.mod h1:HI8ITrYtUY+O+ZhtlqUnD8+KwNPOyugEhfP9fdUIaEQ=
github.com/VividCortex/ewma v1.2.0/go.mod h1:nz4BbCtbLyFDeC9SUHbtcT5644juEuWfUAUnGx7j5l4=
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d/go.mod h1:asat636LX7Bqt5lYEZ27JNDcqxfjdBQuJ/MM4CN/Lzo=
Expand Down
6 changes: 5 additions & 1 deletion vendor/github.com/ReneKroon/ttlcache/v2/cache.go

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
@@ -1,7 +1,7 @@
# github.com/BurntSushi/toml v0.4.1
github.com/BurntSushi/toml
github.com/BurntSushi/toml/internal
# github.com/ReneKroon/ttlcache/v2 v2.8.0
# github.com/ReneKroon/ttlcache/v2 v2.8.1
## explicit
github.com/ReneKroon/ttlcache/v2
# github.com/aws/aws-sdk-go v1.37.6
Expand Down

0 comments on commit b52c647

Please sign in to comment.