Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.9.0
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.23.0
golang.org/x/net v0.25.0
golang.org/x/oauth2 v0.20.0
)