Skip to content

Commit 23eacf1

Browse files
szuecsarjunrn
authored andcommitted
Rm/unused dependencies (#165)
* rm unused dependecies Signed-off-by: Sandor Szücs <[email protected]> * add ro mode for test builds Signed-off-by: Sandor Szücs <[email protected]>
1 parent 0e0ba5c commit 23eacf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

delivery.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ pipeline:
33
- id: build
44
overlay: ci/golang
55
type: script
6+
env:
7+
GOFLAGS: "-mod=readonly"
68
cache:
79
paths:
810
- /go/pkg/mod # pkg cache for Go modules

go.mod

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ require (
1616
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
1717
github.com/hashicorp/golang-lru v0.5.0 // indirect
1818
github.com/imdario/mergo v0.3.6 // indirect
19-
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
20-
github.com/modern-go/reflect2 v1.0.1 // indirect
2119
github.com/onsi/ginkgo v1.8.0 // indirect
2220
github.com/onsi/gomega v1.5.0 // indirect
2321
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect

0 commit comments

Comments
 (0)