forked from awslabs/goformation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(go): Ran
go mod tidy
(awslabs#233)
- Loading branch information
1 parent
6e83081
commit 7914822
Showing
2 changed files
with
13 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,13 +1,25 @@ | ||
module github.com/awslabs/goformation/v2 | ||
|
||
require ( | ||
github.com/awslabs/goformation v1.4.1 | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/golang/protobuf v1.2.0 // indirect | ||
github.com/imdario/mergo v0.3.6 | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/onsi/ginkgo v1.5.0 | ||
github.com/onsi/gomega v1.2.0 | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/sanathkr/go-yaml v0.0.0-20170819195128-ed9d249f429b | ||
github.com/sanathkr/yaml v0.0.0-20170819201035-0056894fa522 | ||
github.com/stretchr/testify v1.2.2 // indirect | ||
github.com/xeipuuv/gojsonpointer v0.0.0-20170225233418-6fe8760cad35 // indirect | ||
github.com/xeipuuv/gojsonreference v0.0.0-20150808065054-e02fc20de94c // indirect | ||
github.com/xeipuuv/gojsonschema v0.0.0-20181112162635-ac52e6811b56 | ||
golang.org/x/net v0.0.0-20170809000501-1c05540f6879 // indirect | ||
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect | ||
golang.org/x/sys v0.0.0-20170814044513-c84c1ab9fd18 // indirect | ||
golang.org/x/text v0.0.0-20170814122439-e56139fd9c5b // indirect | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 // indirect | ||
) | ||
|
||
go 1.13 |
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