Skip to content

Commit

Permalink
remove unused go-swagger import
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsgstrabo committed May 22, 2024
1 parent 4c42576 commit 8c8356a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions swaggerui/swagger.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package swaggerui
import (
"embed"
"io/fs"

_ "github.com/go-swagger/go-swagger"
)

//go:embed html
Expand Down

0 comments on commit 8c8356a

Please sign in to comment.