Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/go-viper/encoding/dotenv v0.1.0
github.com/go-viper/encoding/ini v0.1.1
github.com/go-viper/encoding/javaproperties v0.1.0
github.com/goexts/generic v0.5.0
github.com/goexts/generic v0.6.0
github.com/golang-jwt/jwt/v5 v5.3.0
github.com/golang/protobuf v1.5.4
github.com/google/gnostic v0.7.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ github.com/goccy/go-json v0.10.5 h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4=
github.com/goccy/go-json v0.10.5/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
github.com/goccy/go-yaml v1.18.0 h1:8W7wMFS12Pcas7KU+VVkaiCng+kG8QiFeFwzFb+rwuw=
github.com/goccy/go-yaml v1.18.0/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
github.com/goexts/generic v0.5.0 h1:33LFB64kdy7zcTspphkb3na6YJ6Y7vRamFa7BtHBRVo=
github.com/goexts/generic v0.5.0/go.mod h1:vX/rIESRcWDHcRMxmHBlsROklhQ/2SpR/V/NcxeCimg=
github.com/goexts/generic v0.6.0 h1:ystez2LtZ8dk8sy2l5aVx3uHvCRhxAyupobUCVBmkUg=
github.com/goexts/generic v0.6.0/go.mod h1:3L0Ou9PAX35WPvO+aSeZsoENlGIRSDAuZ8/GNqUqaEs=
github.com/golang-cz/devslog v0.0.15 h1:ejoBLTCwJHWGbAmDf2fyTJJQO3AkzcPjw8SC9LaOQMI=
github.com/golang-cz/devslog v0.0.15/go.mod h1:bSe5bm0A7Nyfqtijf1OMNgVJHlWEuVSXnkuASiE1vV8=
github.com/golang-jwt/jwt/v5 v5.3.0 h1:pv4AsKCKKZuqlgs5sUmn4x8UlGa0kEVt/puTpKx9vvo=
Expand Down