Skip to content

Commit

Permalink
Merge pull request #306 from pivotal-cf/refactor/remove-compile-built…
Browse files Browse the repository at this point in the history
…-releases

refactor: remove `compile-built-releases`
  • Loading branch information
dtimm committed Feb 22, 2022
2 parents 476bbec + 8739748 commit 101ec59
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 3,137 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ go 1.17
require (
github.com/Masterminds/semver v1.5.0
github.com/aws/aws-sdk-go v1.38.2
github.com/charlievieth/fs v0.0.1
github.com/cloudfoundry/bosh-cli v6.4.1+incompatible
github.com/cloudfoundry/bosh-utils v0.0.0-20210130100352-ab14c90ad9f2
github.com/ghodss/yaml v1.0.0
github.com/go-git/go-billy/v5 v5.3.1
github.com/go-git/go-git/v5 v5.4.2
github.com/google/go-github/v40 v40.0.0
github.com/google/uuid v1.2.0
github.com/masterminds/sprig v2.22.0+incompatible
github.com/maxbrunsfeld/counterfeiter/v6 v6.4.1
github.com/onsi/ginkgo v1.15.2
Expand All @@ -35,6 +33,7 @@ require (
github.com/VividCortex/ewma v1.1.1 // indirect
github.com/acomagu/bufpipe v1.0.3 // indirect
github.com/bmatcuk/doublestar v1.3.4 // indirect
github.com/charlievieth/fs v0.0.1 // indirect
github.com/cheggaaa/pb/v3 v3.0.5 // indirect
github.com/cloudfoundry-community/go-uaa v0.3.1 // indirect
github.com/cloudfoundry/go-socks5 v0.0.0-20180221174514-54f73bdb8a8e // indirect
Expand All @@ -47,6 +46,7 @@ require (
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/hashicorp/go-version v1.3.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
Expand Down
Loading

0 comments on commit 101ec59

Please sign in to comment.