Skip to content

Commit

Permalink
Remove license dir (#178)
Browse files Browse the repository at this point in the history
* Remove license dir

* Run go mod tidy
  • Loading branch information
dsimansk authored Apr 19, 2024
1 parent 08c9dcb commit f983484
Show file tree
Hide file tree
Showing 186 changed files with 2 additions and 19,794 deletions.
1 change: 0 additions & 1 deletion .codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ ignore:
- "hack"
- "pkg/client"
- "test"
- "third_party"
- "vendor"
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ require (
github.com/charmbracelet/lipgloss v0.9.1
github.com/erikgeiser/promptkit v0.9.0
github.com/google/go-cmp v0.6.0
github.com/hashicorp/golang-lru v1.0.2
github.com/hashicorp/hcl v1.0.0
github.com/maxbrunsfeld/counterfeiter/v6 v6.5.0
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.7.0
Expand Down Expand Up @@ -72,6 +70,8 @@ require (
github.com/google/uuid v1.6.0 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
Expand Down

This file was deleted.

Loading

0 comments on commit f983484

Please sign in to comment.