Skip to content

Commit

Permalink
Remove go-licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
heppu committed Nov 11, 2024
1 parent 6b2df44 commit 87df04c
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 692 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
working-directory: ./godemo
- run: mage go:tidyAndVerify
working-directory: ./godemo
- run: mage go:licenses
working-directory: ./godemo
- run: mage go:unitTest
working-directory: ./godemo
- run: mage go:integrationTest
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
working-directory: ./godemo
- run: mage go:tidyAndVerify
working-directory: ./godemo
- run: mage go:licenses
working-directory: ./godemo
- run: mage go:unitTest
working-directory: ./godemo
- run: mage go:integrationTest
Expand Down
6 changes: 0 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ require (
github.com/aws/aws-sdk-go-v2 v1.32.3
github.com/getsops/sops/v3 v3.9.1
github.com/golangci/golangci-lint v1.61.0
github.com/google/go-licenses v1.6.0
github.com/google/yamlfmt v0.14.0
github.com/magefile/mage v1.15.0
github.com/rs/zerolog v1.33.0
github.com/swaggo/swag v1.16.4
golang.org/x/vuln v1.1.3
k8s.io/klog/v2 v2.130.1
)

require (
Expand Down Expand Up @@ -155,7 +153,6 @@ require (
github.com/golangci/revgrep v0.5.3 // indirect
github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/licenseclassifier v0.0.0-20210722185704-3043a050f148 // indirect
github.com/google/s2a-go v0.1.8 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
Expand Down Expand Up @@ -269,7 +266,6 @@ require (
github.com/spf13/cobra v1.8.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.18.2 // indirect
github.com/src-d/gcfg v1.4.0 // indirect
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
github.com/stbenjam/no-sprintf-host-port v0.1.1 // indirect
github.com/stretchr/objx v0.5.2 // indirect
Expand Down Expand Up @@ -325,8 +321,6 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/neurosnap/sentences.v1 v1.0.6 // indirect
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading

0 comments on commit 87df04c

Please sign in to comment.