Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 11878b9

Browse files
build(deps): bump github.com/alexedwards/scs/v2 from 2.7.0 to 2.8.0
Bumps [github.com/alexedwards/scs/v2](https://github.com/alexedwards/scs) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/alexedwards/scs/releases) - [Commits](alexedwards/scs@v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: github.com/alexedwards/scs/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dab2ba8 commit 11878b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/redhat-appstudio/service-provider-integration-operator
33
go 1.20
44

55
require (
6-
github.com/alexedwards/scs/v2 v2.7.0
6+
github.com/alexedwards/scs/v2 v2.8.0
77
github.com/alexflint/go-arg v1.4.3
88
github.com/codeready-toolchain/api v0.0.0-20230228003642-4e8ac01b3642
99
github.com/go-jose/go-jose/v3 v3.0.3

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
33
github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ=
44
github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0=
55
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE=
6-
github.com/alexedwards/scs/v2 v2.7.0 h1:DY4rqLCM7UIR9iwxFS0++z1NhTzQlKV30aMHkJCDWKw=
7-
github.com/alexedwards/scs/v2 v2.7.0/go.mod h1:ToaROZxyKukJKT/xLcVQAChi5k6+Pn1Gvmdl7h3RRj8=
6+
github.com/alexedwards/scs/v2 v2.8.0 h1:h31yUYoycPuL0zt14c0gd+oqxfRwIj6SOjHdKRZxhEw=
7+
github.com/alexedwards/scs/v2 v2.8.0/go.mod h1:ToaROZxyKukJKT/xLcVQAChi5k6+Pn1Gvmdl7h3RRj8=
88
github.com/alexflint/go-arg v1.4.3 h1:9rwwEBpMXfKQKceuZfYcwuc/7YY7tWJbFsgG5cAU/uo=
99
github.com/alexflint/go-arg v1.4.3/go.mod h1:3PZ/wp/8HuqRZMUUgu7I+e1qcpUbvmS258mRXkFH4IA=
1010
github.com/alexflint/go-scalar v1.1.0 h1:aaAouLLzI9TChcPXotr6gUhq+Scr8rl0P9P4PnltbhM=

0 commit comments

Comments
 (0)