Skip to content

Commit

Permalink
rm unneeded dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Jan 2, 2024
1 parent 7248c03 commit 2743502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ toolchain go1.21.0

require (
github.com/AzureAD/microsoft-authentication-library-for-go v1.1.0
github.com/equinor/radix-common v1.7.1
github.com/equinor/radix-operator v1.47.2
github.com/fatih/color v1.15.0
github.com/go-openapi/errors v0.20.4
Expand All @@ -28,6 +27,7 @@ require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
github.com/equinor/radix-common v1.7.1 // indirect
github.com/go-logr/logr v1.3.0 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-openapi/analysis v0.21.4 // indirect
Expand Down

0 comments on commit 2743502

Please sign in to comment.