chore: update CI, dependencies, and linter

This commit is contained in:
Ludovic Fernandez
2024-05-07 17:36:04 +02:00
committed by GitHub
parent a7324d7c32
commit dec1ed84e3
7 changed files with 27 additions and 23 deletions

6
go.mod
View File

@ -1,5 +1,7 @@
module github.com/traefik/whoami
go 1.20
go 1.21
require github.com/gorilla/websocket v1.5.0
require github.com/gorilla/websocket v1.5.1
require golang.org/x/net v0.25.0 // indirect