Skip to content

Commit

Permalink
Cleanup vendor definition
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phoen committed Apr 2, 2021
1 parent 75c23fb commit 86d6d64
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ go 1.13

require (
github.com/gosimple/slug v1.9.0 // indirect
github.com/grafana-tools/sdk v0.0.0-20210301100910-d23004341fc8
github.com/grafana-tools/sdk v0.0.0-20210402150123-f7c763c3738c
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.4.0
gopkg.in/yaml.v2 v2.4.0
)

replace github.com/grafana-tools/sdk => ../sdk
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ github.com/gosimple/slug v1.1.1 h1:fRu/digW+NMwBIP+RmviTK97Ho/bEj/C9swrCspN3D4=
github.com/gosimple/slug v1.1.1/go.mod h1:ER78kgg1Mv0NQGlXiDe57DpCyfbNywXXZ9mIorhxAf0=
github.com/gosimple/slug v1.9.0 h1:r5vDcYrFz9BmfIAMC829un9hq7hKM4cHUrsv36LbEqs=
github.com/gosimple/slug v1.9.0/go.mod h1:AMZ+sOVe65uByN3kgEyf9WEBKBCSS+dJjMX9x4vDJbg=
github.com/grafana-tools/sdk v0.0.0-20210402150123-f7c763c3738c h1:PxbQpT+CoC6wo0Nc8z7KAzeDu455FfLnqsZXRBpFWOA=
github.com/grafana-tools/sdk v0.0.0-20210402150123-f7c763c3738c/go.mod h1:uby+6hPUCRVNG/iAZKCOlaq5YhyK0oKMRke+FDesZdw=
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs=
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk=
github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY=
Expand Down
2 changes: 2 additions & 0 deletions vendor/github.com/grafana-tools/sdk/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/grafana-tools/sdk/org.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
github.com/davecgh/go-spew/spew
# github.com/gosimple/slug v1.9.0
github.com/gosimple/slug
# github.com/grafana-tools/sdk v0.0.0-20210301100910-d23004341fc8 => ../sdk
# github.com/grafana-tools/sdk v0.0.0-20210402150123-f7c763c3738c
github.com/grafana-tools/sdk
# github.com/inconshreveable/mousetrap v1.0.0
github.com/inconshreveable/mousetrap
Expand Down

0 comments on commit 86d6d64

Please sign in to comment.