Skip to content

Commit

Permalink
Remove explicit dependency of vfsgen
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfonso Acosta committed Jan 26, 2020
1 parent db7be85 commit e9b39c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ require (
github.com/prometheus/client_golang v1.2.1
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
github.com/ryanuber/go-glob v1.0.0
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0
Expand Down
1 change: 0 additions & 1 deletion tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ package flux

import (
_ "github.com/google/go-containerregistry/cmd/crane"
_ "github.com/shurcooL/vfsgen"
)

0 comments on commit e9b39c3

Please sign in to comment.