Skip to content

Commit

Permalink
latest deps; use dep to manage deps, remove godep (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
fardog authored Nov 19, 2017
1 parent 19c621a commit 5a9f7bf
Show file tree
Hide file tree
Showing 700 changed files with 145,356 additions and 27,540 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
go:
- 1.7
- 1.8
- 1.9
- tip
install:
- go get -u -v github.com/fardog/secureoperator
Expand All @@ -24,4 +24,4 @@ deploy:
on:
repo: fardog/secureoperator
tags: true
go: 1.8
go: 1.9
20 changes: 0 additions & 20 deletions Godeps/Godeps.json

This file was deleted.

5 changes: 0 additions & 5 deletions Godeps/Readme

This file was deleted.

38 changes: 38 additions & 0 deletions lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"memo": "",
"projects": [
{
"name": "github.com/Sirupsen/logrus",
"branch": "master",
"revision": "95cd2b9c79aa5e72ab0bc69b7ccc2be15bf850f6",
"packages": [
"."
]
},
{
"name": "github.com/miekg/dns",
"branch": "master",
"revision": "7994cb36eaf858ccb42fe26da404c345eca1d62d",
"packages": [
"."
]
},
{
"name": "golang.org/x/crypto",
"branch": "master",
"revision": "9f005a07e0d31d45e6656d241bb5c0f2efd4bc94",
"packages": [
"ssh/terminal"
]
},
{
"name": "golang.org/x/sys",
"branch": "master",
"revision": "0dd5e194bbf5eb84a39666eb4c98a4d007e4203a",
"packages": [
"unix",
"windows"
]
}
]
}
10 changes: 10 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"dependencies": {
"github.com/Sirupsen/logrus": {
"branch": "master"
},
"github.com/miekg/dns": {
"branch": "master"
}
}
}
15 changes: 11 additions & 4 deletions vendor/github.com/Sirupsen/logrus/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions vendor/github.com/Sirupsen/logrus/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5a9f7bf

Please sign in to comment.