Neemias Junior
5 years ago
committed by
Jacob McCann
No known key found for this signature in database
GPG Key ID: B5A476DE32B9AE72
2 changed files with
3 additions and
1 deletions
-
go.mod
-
go.sum
|
@ -6,7 +6,7 @@ require ( |
|
|
github.com/franela/goblin v0.0.0-20170111051028-2fa789fd0c6b |
|
|
github.com/franela/goblin v0.0.0-20170111051028-2fa789fd0c6b |
|
|
github.com/go-ini/ini v1.21.1 |
|
|
github.com/go-ini/ini v1.21.1 |
|
|
github.com/jmespath/go-jmespath v0.0.0-20160803190731-bd40a432e4c7 |
|
|
github.com/jmespath/go-jmespath v0.0.0-20160803190731-bd40a432e4c7 |
|
|
github.com/joho/godotenv v0.0.0-20150907010228-4ed13390c0ac |
|
|
github.com/joho/godotenv v1.3.0 |
|
|
github.com/urfave/cli v0.0.0-20161006035353-55f715e28c46 |
|
|
github.com/urfave/cli v0.0.0-20161006035353-55f715e28c46 |
|
|
golang.org/x/sys v0.0.0-20161006025142-8d1157a43547 |
|
|
golang.org/x/sys v0.0.0-20161006025142-8d1157a43547 |
|
|
) |
|
|
) |
|
|
|
@ -10,6 +10,8 @@ github.com/jmespath/go-jmespath v0.0.0-20160803190731-bd40a432e4c7 h1:SMvOWPJCES |
|
|
github.com/jmespath/go-jmespath v0.0.0-20160803190731-bd40a432e4c7/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= |
|
|
github.com/jmespath/go-jmespath v0.0.0-20160803190731-bd40a432e4c7/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= |
|
|
github.com/joho/godotenv v0.0.0-20150907010228-4ed13390c0ac h1:wF2VgtpbaLqhBHV9FxVWzgzgv8VcCjZ66Bl/+F6cpT0= |
|
|
github.com/joho/godotenv v0.0.0-20150907010228-4ed13390c0ac h1:wF2VgtpbaLqhBHV9FxVWzgzgv8VcCjZ66Bl/+F6cpT0= |
|
|
github.com/joho/godotenv v0.0.0-20150907010228-4ed13390c0ac/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg= |
|
|
github.com/joho/godotenv v0.0.0-20150907010228-4ed13390c0ac/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg= |
|
|
|
|
|
github.com/joho/godotenv v1.3.0 h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc= |
|
|
|
|
|
github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg= |
|
|
github.com/urfave/cli v0.0.0-20161006035353-55f715e28c46 h1:EztUvugq7AA7F3lYLmtFQyvKdcY5pisPt10DqPjRCL8= |
|
|
github.com/urfave/cli v0.0.0-20161006035353-55f715e28c46 h1:EztUvugq7AA7F3lYLmtFQyvKdcY5pisPt10DqPjRCL8= |
|
|
github.com/urfave/cli v0.0.0-20161006035353-55f715e28c46/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= |
|
|
github.com/urfave/cli v0.0.0-20161006035353-55f715e28c46/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= |
|
|
golang.org/x/sys v0.0.0-20161006025142-8d1157a43547/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= |
|
|
golang.org/x/sys v0.0.0-20161006025142-8d1157a43547/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= |
|
|