Skip to content

Commit

Permalink
Go 1.6; godep vendor; gopacket fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cleesmith committed Feb 29, 2016
1 parent 8b987c8 commit 3ae4db4
Show file tree
Hide file tree
Showing 372 changed files with 93,026 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

***

### v2.0.1 2016-02-28

#### Changes

* build and test using Go 1.6
* fix ```reflect+anonymous+unexported``` bug in ```gopacket```'s ```packet.go```
* [gopacket issue](https://github.com/google/gopacket/issues/175)
* use godep to vendor dependencies
* as Elastic Beats continues to change rapidly
* fix for gopacket

***

### v2.0.0 2016-02-18

#### Changes
Expand Down
108 changes: 108 additions & 0 deletions Godeps/Godeps.json

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

5 changes: 5 additions & 0 deletions Godeps/Readme

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

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ such as [Snort](https://www.snort.org/) and [Suricata](http://suricata-ids.org/)

***

### February 18, 2016

#### Usage

1. build from source
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
)

var Name = "unifiedbeat"
var Version = "2.0.0"
var Version = "2.0.1"

func main() {
if err := beat.Run(Name, Version, unifiedbeat.New()); err != nil {
Expand Down
24 changes: 24 additions & 0 deletions vendor/github.com/Shopify/sarama/.gitignore

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

33 changes: 33 additions & 0 deletions vendor/github.com/Shopify/sarama/.travis.yml

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

Loading

0 comments on commit 3ae4db4

Please sign in to comment.