-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch to pantheon certinel fork (#19)
* switch to pantheon certinel fork * fix race condition in concurrent map read/write * switch to using stat()-based pollwatcher with certinel
- Loading branch information
Showing
4 changed files
with
37 additions
and
33 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,25 +1,16 @@ | ||
module github.com/pantheon-systems/pauditd | ||
|
||
require ( | ||
github.com/cloudflare/certinel v0.1.1 | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/fsnotify/fsnotify v1.4.7 | ||
github.com/hashicorp/hcl v1.0.0 | ||
github.com/magiconair/properties v1.8.0 | ||
github.com/mitchellh/mapstructure v1.1.2 | ||
github.com/pelletier/go-toml v1.2.0 | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/mitchellh/mapstructure v1.1.2 // indirect | ||
github.com/pantheon-systems/certinel v1.2.0 | ||
github.com/pkg/errors v0.8.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 | ||
github.com/satori/go.uuid v1.2.0 | ||
github.com/spf13/afero v1.1.2 | ||
github.com/spf13/cast v1.2.0 | ||
github.com/spf13/jwalterweatherman v1.0.0 | ||
github.com/spf13/pflag v1.0.3 | ||
github.com/spf13/pflag v1.0.3 // indirect | ||
github.com/spf13/viper v1.2.1 | ||
github.com/streadway/handy v0.0.0-20160402200321-f450267a206e | ||
github.com/stretchr/testify v1.2.2 | ||
golang.org/x/sys v0.0.0-20181011152604-fa43e7bc11ba | ||
golang.org/x/text v0.3.0 | ||
github.com/stretchr/objx v0.2.0 // indirect | ||
github.com/stretchr/testify v1.3.0 | ||
golang.org/x/sys v0.0.0-20181011152604-fa43e7bc11ba // indirect | ||
gopkg.in/alexcesaro/statsd.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
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