Skip to content

Commit d998a45

Browse files
Update libbuildpack
1 parent 1fa18b8 commit d998a45

File tree

7 files changed

+14
-53
lines changed

7 files changed

+14
-53
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
module github.com/cloudfoundry/nginx-buildpack
22

33
require (
4-
github.com/cloudfoundry/libbuildpack v0.0.0-20210615150252-561bcf1024cf
4+
github.com/cloudfoundry/libbuildpack v0.0.0-20210622170028-d2e89e1337a5
55
github.com/elazarl/goproxy v0.0.0-20210110162100-a92cc753f88e // indirect
66
github.com/elazarl/goproxy/ext v0.0.0-20210110162100-a92cc753f88e // indirect
77
github.com/golang/mock v1.6.0
88
github.com/miekg/dns v1.1.38
99
github.com/onsi/ginkgo v1.16.4
1010
github.com/onsi/gomega v1.13.0
1111
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
12-
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
12+
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
1313
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
1414
gopkg.in/yaml.v2 v2.4.0
1515
)

go.sum

Lines changed: 4 additions & 46 deletions
Large diffs are not rendered by default.

vendor/github.com/cloudfoundry/libbuildpack/go.mod

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cloudfoundry/libbuildpack/go.sum

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/sys/unix/ztypes_linux.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/sys/windows/types_windows.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ code.cloudfoundry.org/lager
44
github.com/Masterminds/semver
55
# github.com/blang/semver v3.5.1+incompatible
66
github.com/blang/semver
7-
# github.com/cloudfoundry/libbuildpack v0.0.0-20210615150252-561bcf1024cf
7+
# github.com/cloudfoundry/libbuildpack v0.0.0-20210622170028-d2e89e1337a5
88
github.com/cloudfoundry/libbuildpack
99
github.com/cloudfoundry/libbuildpack/bratshelper
1010
github.com/cloudfoundry/libbuildpack/cutlass
@@ -84,7 +84,7 @@ golang.org/x/net/internal/iana
8484
golang.org/x/net/internal/socket
8585
golang.org/x/net/ipv4
8686
golang.org/x/net/ipv6
87-
# golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
87+
# golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
8888
golang.org/x/sys/internal/unsafeheader
8989
golang.org/x/sys/unix
9090
golang.org/x/sys/windows

0 commit comments

Comments
 (0)