Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating vendored dependencies #269

Merged
merged 1 commit into from
Mar 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.git
bin
report.xml
gomplate
./gomplate
*.cid
*.iid
58 changes: 33 additions & 25 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@
[[constraint]]
name = "github.com/hairyhenderson/toml"
branch = "support-map-interface-keys"

[[constraint]]
name = "gopkg.in/yaml.v2"
branch = "v2"
2 changes: 1 addition & 1 deletion data/data_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func TestToJSONPretty(t *testing.T) {
}

func TestToYAML(t *testing.T) {
expected := `d: 2006-01-02T15:04:05.999999999-07:00
expected := `d: !!timestamp 2006-01-02T15:04:05.999999999-07:00
foo: bar
? |-
multi
Expand Down
26 changes: 2 additions & 24 deletions vendor/github.com/aws/aws-sdk-go/aws/client/default_retryer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions vendor/github.com/aws/aws-sdk-go/aws/client/logger.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 7 additions & 13 deletions vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/service.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading