-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also switch to using lumberjack's preferred import path on gopkg.in.
- Loading branch information
1 parent
36e285e
commit e941984
Showing
3 changed files
with
8 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,18 @@ | ||
module github.com/yahoo/athenz | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.0 // indirect | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/ardielle/ardielle-go v1.5.1 | ||
github.com/ardielle/ardielle-tools v1.14.15 // indirect | ||
github.com/boynton/repl v0.0.0-20170116235056-348863958e3e | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dimfeld/httptreemux v5.0.1+incompatible | ||
github.com/gorilla/context v1.1.1 // indirect | ||
github.com/gorilla/mux v1.6.2 | ||
github.com/natefinch/lumberjack v2.0.0+incompatible | ||
github.com/pmezard/go-difflib v1.0.0 | ||
github.com/stretchr/objx v0.1.1 | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/stretchr/testify v1.2.2 | ||
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b | ||
golang.org/x/net v0.0.0-20180921000356-2f5d2388922f | ||
golang.org/x/sys v0.0.0-20180920110915-d641721ec2de | ||
golang.org/x/text v0.3.0 | ||
golang.org/x/tools v0.0.0-20181012201414-c0eb142035b5 | ||
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect | ||
golang.org/x/sys v0.0.0-20180920110915-d641721ec2de // indirect | ||
gopkg.in/natefinch/lumberjack.v2 v2.0.0 | ||
gopkg.in/yaml.v2 v2.2.1 | ||
) |
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