-
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
b16a177
commit c15679c
Showing
4 changed files
with
493 additions
and
136 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,18 +1,41 @@ | ||
module github.com/Everbridge/generate-secure-pillar | ||
|
||
go 1.13 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 | ||
github.com/esilva-everbridge/yaml v0.0.0-20191018193138-a39befb24400 | ||
github.com/keybase/go-crypto v0.0.0-20190828182435-a05457805304 | ||
github.com/esilva-everbridge/yaml v0.0.0-20191018193613-f05de9cc556d | ||
github.com/keybase/go-crypto v0.0.0-20200123153347-de78d2cb44f4 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/sergi/go-diff v1.0.0 // indirect | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/spf13/viper v1.4.0 | ||
github.com/y0ssar1an/q v1.0.7 | ||
golang.org/x/sys v0.0.0-20210305034016-7844c3c200c3 // indirect | ||
github.com/ryboe/q v1.0.16 | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/spf13/cobra v1.4.0 | ||
github.com/spf13/viper v1.11.0 | ||
gopkg.in/mattes/go-expand-tilde.v1 v1.0.0-20150330173918-cb884138e64c | ||
gopkg.in/yaml.v3 v3.0.0-20191010095647-fc94e3f71652 | ||
gopkg.in/yaml.v3 v3.0.0-20220512140231-539c8e751b99 | ||
) | ||
|
||
require ( | ||
github.com/esilva-everbridge/dig v0.0.0-20191002174514-59878acc76df // indirect | ||
github.com/esilva-everbridge/to v0.0.0-20191018182308-7b43ee97845e // indirect | ||
github.com/fsnotify/fsnotify v1.5.1 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/kr/pretty v0.3.0 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/magiconair/properties v1.8.6 // indirect | ||
github.com/mitchellh/mapstructure v1.4.3 // indirect | ||
github.com/pelletier/go-toml v1.9.4 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect | ||
github.com/rogpeppe/go-internal v1.6.1 // indirect | ||
github.com/sergi/go-diff v1.2.0 // indirect | ||
github.com/spf13/afero v1.8.2 // indirect | ||
github.com/spf13/cast v1.4.1 // indirect | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/subosito/gotenv v1.2.0 // indirect | ||
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
gopkg.in/ini.v1 v1.66.4 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) |
Oops, something went wrong.