Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljs1990 committed Apr 5, 2020
1 parent c0c4de5 commit 3ff4a35
Show file tree
Hide file tree
Showing 19 changed files with 4,087 additions and 4 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ go_repository(
name = "in_gopkg_tumblr_go_collins_v0",
importpath = "gopkg.in/tumblr/go-collins.v0",
remote = "https://github.com/michaeljs1990/go-collins",
commit = "4d26a207b59ebe9ae630134a8a759673261936ec",
commit = "daf3b4014fd660702454605ab6c08d7b903a9851",
vcs = "git",
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module cgit.xrt0x.com/xrt0x/collins-go-cli

replace github.com/urfave/cli => github.com/michaeljs1990/cli v1.20.1-0.20190128030917-b0494d5188b4

replace gopkg.in/tumblr/go-collins.v0 => github.com/michaeljs1990/go-collins v0.0.0-20190313043714-4d26a207b59e
replace gopkg.in/tumblr/go-collins.v0 => github.com/michaeljs1990/go-collins v0.0.0-20200405034455-daf3b4014fd6

require (
bou.ke/monkey v1.0.1 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ github.com/michaeljs1990/cli v1.20.1-0.20190128030917-b0494d5188b4 h1:b/8DnC9Cnc
github.com/michaeljs1990/cli v1.20.1-0.20190128030917-b0494d5188b4/go.mod h1:YJXLzzMu1s99OObeSHv4l6vfcCHA15r5XTg8xoEAoaM=
github.com/michaeljs1990/go-collins v0.0.0-20190313043714-4d26a207b59e h1:WVzrAv6IYlyuYagS59l7CVQQsyJ3X4wDHlEKM9G9FZo=
github.com/michaeljs1990/go-collins v0.0.0-20190313043714-4d26a207b59e/go.mod h1:1YiHfliY28Fo9DBKioooRKj4f1ur+rI+TvGGm5ie6XE=
github.com/michaeljs1990/go-collins v0.0.0-20200405034455-daf3b4014fd6 h1:IExO7Bsy7B7hMJOdkzFCZvpCkXcwykA4rOuwrG/KjlM=
github.com/michaeljs1990/go-collins v0.0.0-20200405034455-daf3b4014fd6/go.mod h1:1YiHfliY28Fo9DBKioooRKj4f1ur+rI+TvGGm5ie6XE=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/schallert/iso8601 v0.0.0-20151102174922-d51701471974 h1:MlG1dDfLMkUe5bVS4ImeF9dDLqdi+Zs30kHeBLvehO0=
Expand Down
61 changes: 61 additions & 0 deletions vendor/golang.org/x/sys/unix/mkasm_darwin.go

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

106 changes: 106 additions & 0 deletions vendor/golang.org/x/sys/unix/mkpost.go

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

Loading

0 comments on commit 3ff4a35

Please sign in to comment.