-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #656 from quintilesims/v0.11.2-dev
merge v0.11.2-dev to master
- Loading branch information
Showing
5,473 changed files
with
517,329 additions
and
1,563,881 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
module github.com/quintilesims/layer0 | ||
|
||
go 1.14 | ||
|
||
replace github.com/Sirupsen/logrus v1.5.0 => github.com/sirupsen/logrus v1.0.6 | ||
|
||
require ( | ||
github.com/Sirupsen/logrus v1.5.0 | ||
github.com/aws/aws-sdk-go v1.30.4 | ||
github.com/blang/semver v3.5.1+incompatible | ||
github.com/briandowns/spinner v1.10.0 | ||
github.com/dghubble/sling v1.3.0 | ||
github.com/docker/docker v1.13.1 | ||
github.com/emicklei/go-restful v2.12.0+incompatible | ||
github.com/emicklei/go-restful-swagger12 v0.0.0-20170926063155-7524189396c6 | ||
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 | ||
github.com/golang/mock v1.4.3 | ||
github.com/guregu/dynamo v1.6.1 | ||
github.com/hashicorp/terraform v0.11.14 | ||
github.com/json-iterator/go v1.1.10 // indirect | ||
github.com/opencontainers/runc v0.1.1 // indirect | ||
github.com/quintilesims/sts v0.0.0-20170809211516-82d6e9731e72 | ||
github.com/quintilesims/tftest v0.0.0-20180108221958-70597d446846 | ||
github.com/ryanuber/columnize v2.1.0+incompatible | ||
github.com/stretchr/testify v1.6.1 | ||
github.com/urfave/cli v1.22.4 | ||
github.com/zpatrick/go-bytesize v0.0.0-20170214182126-40b68ac70b6a | ||
github.com/zpatrick/rclient v0.0.0-20191128000351-00dfceed505a // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM alpine | ||
FROM alpine:3.12.0 | ||
RUN apk add --no-cache ca-certificates | ||
ADD ./l0-runner / | ||
CMD ["/l0-runner"] | ||
CMD ["/l0-runner"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.