Skip to content

Commit

Permalink
Switch from dep to go mod
Browse files Browse the repository at this point in the history
Summary: Dep is now deprecated with go mod being the default way to manage deps.

Test Plan: `bazel test //...`

Reviewers: michelle, #engineering

Reviewed By: michelle, #engineering

Differential Revision: https://phab.corp.pixielabs.ai/D1940

GitOrigin-RevId: e8b8a87
  • Loading branch information
zasgar committed Sep 22, 2019
1 parent 7444d9a commit 4e76e4a
Show file tree
Hide file tree
Showing 7 changed files with 1,160 additions and 913 deletions.
4 changes: 3 additions & 1 deletion .arclint
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"(\\.gitmodules$)",
"(.*/testdata/.*)",
"(c_cpp_properties.json$)",
"(^credentials\/.*\\.yaml)"
"(^credentials\/.*\\.yaml)",
"(go\\.mod$)",
"(go\\.sum$)"
],
"linters": {
"build-linter": {
Expand Down
Loading

0 comments on commit 4e76e4a

Please sign in to comment.