-
Notifications
You must be signed in to change notification settings - Fork 39
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
Michael Schappacher
committed
Jun 12, 2019
1 parent
ae69862
commit 8225a21
Showing
4 changed files
with
151 additions
and
16 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,34 @@ | ||
module github.com/MikeSchapp/config-lint | ||
module github.com/mikeschapp/config-lint | ||
|
||
go 1.11 | ||
go 1.12 | ||
|
||
require ( | ||
github.com/Masterminds/vcs v1.13.0 // indirect | ||
github.com/armon/go-radix v1.0.0 // indirect | ||
github.com/aws/aws-sdk-go v1.14.27 | ||
github.com/boltdb/bolt v1.3.1 // indirect | ||
github.com/fzipp/gocyclo v0.0.0-20150627053110-6acd4345c835 // indirect | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/go-ini/ini v1.38.1 // indirect | ||
github.com/gobuffalo/packd v0.0.0-20181120223505-a1fb7d1c9873 // indirect | ||
github.com/gobuffalo/packr v1.21.3 | ||
github.com/gobuffalo/syncx v0.0.0-20181120194010-558ac7de985f // indirect | ||
github.com/gobuffalo/events v1.1.8 // indirect | ||
github.com/gobuffalo/packr v1.25.0 | ||
github.com/gobuffalo/packr/v2 v2.3.2 // indirect | ||
github.com/golang/dep v0.5.3 // indirect | ||
github.com/hashicorp/hcl v1.0.0 | ||
github.com/hashicorp/hil v0.0.0-20170627220502-fa9f258a9250 | ||
github.com/jmank88/nuts v0.3.0 // indirect | ||
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 | ||
github.com/mitchellh/reflectwalk v1.0.0 // indirect | ||
github.com/nightlyone/lockfile v0.0.0-20180618180623-0ad87eef1443 // indirect | ||
github.com/sdboyer/constext v0.0.0-20170321163424-836a14457353 // indirect | ||
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect | ||
github.com/spf13/pflag v1.0.3 // indirect | ||
github.com/stretchr/testify v1.2.2 | ||
github.com/stelligent/config-lint v0.0.36 | ||
github.com/stretchr/testify v1.3.0 | ||
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect | ||
golang.org/x/lint v0.0.0-20190409202823-959b441ac422 // indirect | ||
golang.org/x/net v0.0.0-20190611141213-3f473d35a33a // indirect | ||
golang.org/x/sys v0.0.0-20190610200419-93c9922d18ae // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
golang.org/x/tools v0.0.0-20190612180059-59534d075a87 // indirect | ||
gopkg.in/ini.v1 v1.42.0 // indirect | ||
) |
Oops, something went wrong.