Skip to content

Commit

Permalink
Update module github.com/gin-gonic/gin to v1.10.0 (#404)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 1, 2024
1 parent 261c68d commit 0579c7a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 28 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ require (
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.48.0 // indirect
Expand All @@ -97,7 +97,7 @@ require (
golang.org/x/time v0.5.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.33.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand All @@ -115,7 +115,7 @@ replace (
github.com/coreos/etcd v3.3.10+incompatible => github.com/coreos/etcd v3.3.25+incompatible
github.com/coreos/etcd v3.3.13+incompatible => github.com/coreos/etcd v3.3.25+incompatible
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v5 v5.2.1
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.1
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.10.0
github.com/hashicorp/consul/api => github.com/hashicorp/consul/api v1.28.2
github.com/labstack/echo/v4 => github.com/labstack/echo/v4 v4.12.0
github.com/microcosm-cc/bluemonday => github.com/microcosm-cc/bluemonday v1.0.27
Expand Down
Loading

0 comments on commit 0579c7a

Please sign in to comment.