Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
[#1] Switch from dep to go modules
Browse files Browse the repository at this point in the history
- remove go dep
- remove vendor
- add go modules

Signed-off-by: Firas Qutishat <firas.qutishat@securekey.com>
  • Loading branch information
fqutishat committed May 3, 2019
1 parent aa14c14 commit 154d1e3
Show file tree
Hide file tree
Showing 2,022 changed files with 389 additions and 814,073 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ bin/
# vscode settings
.vscode
maven_data.xml

# Intellij file
.DS_Store
.idea/
vendor/
Loading

0 comments on commit 154d1e3

Please sign in to comment.