-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e1f606
commit 3d0a8d3
Showing
2 changed files
with
95 additions
and
5 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,28 +1,47 @@ | ||
module github.com/Everbridge/generate-secure-pillar | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
4d63.com/gochecknoglobals v0.0.0-20180908201037-5090db600a84 // indirect | ||
4d63.com/gochecknoinits v0.0.0-20180528051558-14d5915061e5 // indirect | ||
github.com/alecthomas/gocyclo v0.0.0-20150208221726-aa8f8b160214 // indirect | ||
github.com/alexflint/go-arg v0.0.0-20180516182405-f7c0423bd11e // indirect | ||
github.com/alexflint/go-scalar v0.0.0-20170216020425-e80c3b7ed292 // indirect | ||
github.com/alexkohler/nakedret v0.0.0-20171106223215-c0e305a4f690 // indirect | ||
github.com/client9/misspell v0.3.4 // indirect | ||
github.com/esilva-everbridge/dig v0.0.0-20180223224648-c61b8cdf35b7 // indirect | ||
github.com/esilva-everbridge/yaml v0.0.0-20180228212815-c24d151cf388 | ||
github.com/fsnotify/fsnotify v1.4.7 // indirect | ||
github.com/golang/protobuf v1.2.0 // indirect | ||
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect | ||
github.com/gordonklaus/ineffassign v0.0.0-20180909121442-1003c8bd00dc // indirect | ||
github.com/gosexy/to v0.0.0-20141221203644-c20e083e3123 // indirect | ||
github.com/hpcloud/tail v1.0.0 // indirect | ||
github.com/jgautheron/goconst v0.0.0-20170703170152-9740945f5dcb // indirect | ||
github.com/keybase/go-crypto v0.0.0-20180807163025-c84d7cbef16b | ||
github.com/kisielk/errcheck v1.1.0 // indirect | ||
github.com/mdempsky/maligned v0.0.0-20180708014732-6e39bd26a8c8 // indirect | ||
github.com/mdempsky/unconvert v0.0.0-20180703203632-1a9a0a0a3594 // indirect | ||
github.com/mibk/dupl v1.0.0 // indirect | ||
github.com/onsi/ginkgo v1.6.0 // indirect | ||
github.com/onsi/gomega v1.4.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/opennota/check v0.0.0-20180911053232-0c771f5545ff // indirect | ||
github.com/securego/gosec v0.0.0-20180910070912-ec32ce68d8d6 // indirect | ||
github.com/sirupsen/logrus v1.0.6 | ||
github.com/stretchr/testify v1.2.2 // indirect | ||
github.com/stripe/safesql v0.0.0-20171221195208-cddf355596fe // indirect | ||
github.com/tsenart/deadcode v0.0.0-20160724212837-210d2dc333e9 // indirect | ||
github.com/urfave/cli v1.20.0 | ||
github.com/walle/lll v0.0.0-20160702150637-8b13b3fbf731 // indirect | ||
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 // indirect | ||
golang.org/x/lint v0.0.0-20180702182130-06c8688daad7 // indirect | ||
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d // indirect | ||
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect | ||
golang.org/x/sys v0.0.0-20180903190138-2b024373dcd9 // indirect | ||
golang.org/x/text v0.3.0 // indirect | ||
golang.org/x/tools v0.0.0-20180911133044-677d2ff680c1 // indirect | ||
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect | ||
gopkg.in/fsnotify.v1 v1.4.7 // indirect | ||
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
gopkg.in/yaml.v2 v2.2.1 | ||
honnef.co/go/tools v0.0.0-20180728063816-88497007e858 // indirect | ||
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed // indirect | ||
mvdan.cc/unparam v0.0.0-20180912072546-8f80bf61b2ce // indirect | ||
) |
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