From 8c8356abb25674306aea5b50cbc49f1bf71740c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Gustav=20Str=C3=A5b=C3=B8?= Date: Wed, 22 May 2024 11:20:39 +0200 Subject: [PATCH] remove unused go-swagger import --- go.mod | 1 - swaggerui/swagger.go | 2 -- 2 files changed, 3 deletions(-) diff --git a/go.mod b/go.mod index 2d71a657..2feba9f1 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,6 @@ require ( github.com/equinor/radix-operator v1.51.2 github.com/evanphx/json-patch/v5 v5.7.0 github.com/felixge/httpsnoop v1.0.4 - github.com/go-swagger/go-swagger v0.30.5 github.com/golang-jwt/jwt/v4 v4.5.0 github.com/golang/mock v1.6.0 github.com/gorilla/mux v1.8.1 diff --git a/swaggerui/swagger.go b/swaggerui/swagger.go index 70fb0c14..5c02b053 100644 --- a/swaggerui/swagger.go +++ b/swaggerui/swagger.go @@ -3,8 +3,6 @@ package swaggerui import ( "embed" "io/fs" - - _ "github.com/go-swagger/go-swagger" ) //go:embed html