From 68305df9b20ede9756bdd6f726ddb8847ca38a7f Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Sun, 4 Sep 2022 11:32:29 +0200 Subject: [PATCH] Applied gofumpt --- config.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.go b/config.go index 678b575d..14350b78 100644 --- a/config.go +++ b/config.go @@ -5,12 +5,11 @@ import ( "errors" "fmt" "io/fs" + "net/netip" "net/url" "strings" "time" - "net/netip" - "github.com/coreos/go-oidc/v3/oidc" "github.com/rs/zerolog" "github.com/rs/zerolog/log"