Skip to content

Commit

Permalink
Remove glide and use go mod (#179)
Browse files Browse the repository at this point in the history
* gomod test

Signed-off-by: Michael Mattsson <[email protected]>
  • Loading branch information
datamattsson authored Jan 18, 2024
1 parent 8b8d701 commit 65eb017
Show file tree
Hide file tree
Showing 1,311 changed files with 504,376 additions and 501 deletions.
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
# OSX fun
.DS_Store

# vendor
vendor/

# Test binary, build with `go test -c`
*.test
csi/csi-test.log
Expand All @@ -19,7 +16,4 @@ storageprovider/storage-provider-test.log
# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/

.vscode/
.vscode/
18 changes: 0 additions & 18 deletions BUILDING.md

This file was deleted.

170 changes: 0 additions & 170 deletions Makefile

This file was deleted.

155 changes: 0 additions & 155 deletions glide.lock

This file was deleted.

Loading

0 comments on commit 65eb017

Please sign in to comment.