go.mod and go.sum updates (#46)

* go.mod and go.sum updates

* Set GO111MODULE=on
This commit is contained in:
Naomi Seyfer 2019-03-26 12:41:51 -07:00 committed by Knative Prow Robot
parent c07254c46d
commit ebbd659e69
3 changed files with 4 additions and 1 deletions

1
go.mod
View File

@ -23,6 +23,7 @@ require (
github.com/knative/build v0.3.0 // indirect github.com/knative/build v0.3.0 // indirect
github.com/knative/pkg v0.0.0-20190110005142-b6044a7d1795 // indirect github.com/knative/pkg v0.0.0-20190110005142-b6044a7d1795 // indirect
github.com/knative/serving v0.3.0 github.com/knative/serving v0.3.0
github.com/knative/test-infra v0.0.0-20190326053250-44d850784ecb
github.com/kr/pretty v0.1.0 // indirect github.com/kr/pretty v0.1.0 // indirect
github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a // indirect github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a // indirect
github.com/mitchellh/go-homedir v1.0.0 github.com/mitchellh/go-homedir v1.0.0

2
go.sum
View File

@ -63,6 +63,8 @@ github.com/knative/pkg v0.0.0-20190110005142-b6044a7d1795 h1:mTaIClRJEjRuTFOc4Gs
github.com/knative/pkg v0.0.0-20190110005142-b6044a7d1795/go.mod h1:7Ijfhw7rfB+H9VtosIsDYvZQ+qYTz7auK3fHW/5z4ww= github.com/knative/pkg v0.0.0-20190110005142-b6044a7d1795/go.mod h1:7Ijfhw7rfB+H9VtosIsDYvZQ+qYTz7auK3fHW/5z4ww=
github.com/knative/serving v0.3.0 h1:kALSwD+P5GLdRj2mtZ2W4ZRRD//Q7nKjLqCPSpihkTY= github.com/knative/serving v0.3.0 h1:kALSwD+P5GLdRj2mtZ2W4ZRRD//Q7nKjLqCPSpihkTY=
github.com/knative/serving v0.3.0/go.mod h1:ljvMfwQy2qanaM/8xnBSK4Mz3Vv2NawC2fo5kFRJS1A= github.com/knative/serving v0.3.0/go.mod h1:ljvMfwQy2qanaM/8xnBSK4Mz3Vv2NawC2fo5kFRJS1A=
github.com/knative/test-infra v0.0.0-20190326053250-44d850784ecb h1:4wAx6g3pRhmnnxvrX2pYB7z/2nhBtgLO/JJEZSjP1pY=
github.com/knative/test-infra v0.0.0-20190326053250-44d850784ecb/go.mod h1:l77IWBscEV5T4sYb64/9iwRCVY4UXEIqMcAppsblHW4=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=

View File

@ -24,7 +24,7 @@
# Markdown linting failures don't show up properly in Gubernator resulting # Markdown linting failures don't show up properly in Gubernator resulting
# in a net-negative contributor experience. # in a net-negative contributor experience.
export DISABLE_MD_LINTING=1 export DISABLE_MD_LINTING=1
export GO111MODULE=on
source $(dirname $0)/../vendor/github.com/knative/test-infra/scripts/presubmit-tests.sh source $(dirname $0)/../vendor/github.com/knative/test-infra/scripts/presubmit-tests.sh
# Checking licenses doesn't work yet with go mods. # Checking licenses doesn't work yet with go mods.