Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 18, 2024
1 parent 7503f5f commit d070e90
Show file tree
Hide file tree
Showing 3 changed files with 1,812 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -36,7 +36,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o jwt-proxy .
############################
# STEP 2 build a small image
############################
FROM alpine:3.15
FROM alpine:3.19

RUN apk upgrade --update-cache

Expand Down
17 changes: 9 additions & 8 deletions go.mod
Expand Up @@ -5,14 +5,15 @@ go 1.12
require (
github.com/SermoDigital/jose v0.9.2-0.20180104203859-803625baeddc
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.1
github.com/gorilla/mux v1.8.1
github.com/gorilla/sessions v1.2.2
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/viper v1.18.2
github.com/stretchr/testify v1.8.4
github.com/urfave/negroni/v2 v2.0.2
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
github.com/urfave/negroni/v3 v3.1.0
golang.org/x/crypto v0.19.0
golang.org/x/net v0.21.0
golang.org/x/oauth2 v0.17.0
)

0 comments on commit d070e90

Please sign in to comment.