Skip to content

Commit d48efd7

Browse files
Bump github.com/TwiN/gocache/v2 from 2.2.2 to 2.4.0
Bumps [github.com/TwiN/gocache/v2](https://github.com/TwiN/gocache) from 2.2.2 to 2.4.0. - [Release notes](https://github.com/TwiN/gocache/releases) - [Commits](TwiN/gocache@v2.2.2...v2.4.0) --- updated-dependencies: - dependency-name: github.com/TwiN/gocache/v2 dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f805c3 commit d48efd7

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
module github.com/oidc-mytoken/server
22

3-
go 1.24.0
4-
5-
toolchain go1.24.1
3+
go 1.24.4
64

75
require (
86
github.com/Songmu/prompter v0.5.1
9-
github.com/TwiN/gocache/v2 v2.2.2
7+
github.com/TwiN/gocache/v2 v2.4.0
108
github.com/arran4/golang-ical v0.3.2
119
github.com/coreos/go-oidc/v3 v3.16.0
1210
github.com/evanphx/json-patch/v5 v5.9.11

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4
33
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
44
github.com/Songmu/prompter v0.5.1 h1:IAsttKsOZWSDw7bV1mtGn9TAmLFAjXbp9I/eYmUUogo=
55
github.com/Songmu/prompter v0.5.1/go.mod h1:CS3jEPD6h9IaLaG6afrl1orTgII9+uDWuw95dr6xHSw=
6-
github.com/TwiN/gocache/v2 v2.2.2 h1:4HToPfDV8FSbaYO5kkbhLpEllUYse5rAf+hVU/mSsuI=
7-
github.com/TwiN/gocache/v2 v2.2.2/go.mod h1:WfIuwd7GR82/7EfQqEtmLFC3a2vqaKbs4Pe6neB7Gyc=
6+
github.com/TwiN/gocache/v2 v2.4.0 h1:BZ/TqvhipDQE23MFFTjC0MiI1qZ7GEVtSdOFVVXyr18=
7+
github.com/TwiN/gocache/v2 v2.4.0/go.mod h1:Cl1c0qNlQlXzJhTpAARVqpQDSuGDM5RhtzPYAM1x17g=
88
github.com/adam-hanna/arrayOperations v1.0.1 h1:iAot3I2p4yKrFk8eRhEkuHj0ttOrfFJMWAo7Is/rHwk=
99
github.com/adam-hanna/arrayOperations v1.0.1/go.mod h1:nScFkGwh89OyLY/cnXdx/S1maSqxhSXz38so1JxsChQ=
1010
github.com/andybalholm/brotli v1.2.0 h1:ukwgCxwYrmACq68yiUqwIWnGY0cTPox/M94sVwToPjQ=

0 commit comments

Comments
 (0)