Skip to content

Commit cb1dd97

Browse files
committed
Use go modules, add tests for util, printer and cmd
1 parent 3c274f6 commit cb1dd97

41 files changed

Lines changed: 1579 additions & 1522 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Gopkg.lock

Lines changed: 0 additions & 280 deletions
This file was deleted.

Gopkg.toml

Lines changed: 0 additions & 33 deletions
This file was deleted.

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@ test:
2323
test-integration:
2424
$(MAKE) -C testing/integration test-integration ID=$(ID)
2525

26-
build-deps:
26+
build-proto:
2727
$(MAKE) -C protos gen-go
28-
dep ensure
2928

3029
build-cli:
31-
$(MAKE) build-deps
30+
$(MAKE) build-proto
3231
$(MAKE) -C cli build-all
3332

3433
build-java:

0 commit comments

Comments
 (0)