-
Notifications
You must be signed in to change notification settings - Fork 475
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate from dep to go modules. (#437)
* Migrate from dep to go modules. * set env var
- Loading branch information
1 parent
aa58d49
commit 6ba11dc
Showing
5 changed files
with
22 additions
and
216 deletions.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,20 @@ | ||
module github.com/aelsabbahy/goss | ||
|
||
require ( | ||
github.com/achanda/go-sysctl v0.0.0-20160222034550-6be7678c45d2 | ||
github.com/aelsabbahy/GOnetstat v0.0.0-20160428114218-edf89f784e08 | ||
github.com/aelsabbahy/go-ps v0.0.0-20170721000941-443386855ca1 | ||
github.com/cheekybits/genny v0.0.0-20160824153601-e8e29e67948b | ||
github.com/docker/docker v0.0.0-20161109014415-383a2f046b16 | ||
github.com/fatih/color v0.0.0-20161025120501-bf82308e8c85 | ||
github.com/mattn/go-colorable v0.0.9 | ||
github.com/mattn/go-isatty v0.0.4 | ||
github.com/miekg/dns v0.0.0-20161018060808-58f52c57ce9d | ||
github.com/oleiade/reflections v0.0.0-20160817071559-0e86b3c98b2f | ||
github.com/onsi/gomega v0.0.0-20161031154339-ff4bc6b6f9f5 | ||
github.com/opencontainers/runc v0.0.0-20161107232042-8779fa57eb4a | ||
github.com/patrickmn/go-cache v2.0.0+incompatible | ||
github.com/urfave/cli v0.0.0-20161102131801-d86a009f5e13 | ||
golang.org/x/sys v0.0.0-20181210030007-2a47403f2ae5 | ||
gopkg.in/yaml.v2 v2.0.0-20160928153709-a5b47d31c556 | ||
) |