Skip to content

Commit

Permalink
Updated go.mod to use github as the part of the module name
Browse files Browse the repository at this point in the history
  • Loading branch information
victor committed Jul 30, 2020
1 parent aed59d3 commit 208d27d
Show file tree
Hide file tree
Showing 220 changed files with 1 addition and 23,932 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
module gitlab.ims.io/PG/layer0
module github.com/quintilesims/layer0

go 1.14

replace github.com/Sirupsen/logrus v1.5.0 => github.com/sirupsen/logrus v1.0.6

replace github.com/quintilesims/layer0 v0.11.1 => ./

require (
github.com/Sirupsen/logrus v1.5.0
github.com/aws/aws-sdk-go v1.30.4
Expand All @@ -21,7 +19,6 @@ require (
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/layer0 v0.11.1
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
Expand Down
201 changes: 0 additions & 201 deletions vendor/github.com/quintilesims/layer0/LICENSE

This file was deleted.

45 changes: 0 additions & 45 deletions vendor/github.com/quintilesims/layer0/api/backend/ecs/backend.go

This file was deleted.

Loading

0 comments on commit 208d27d

Please sign in to comment.