Brian Kassouf
e0713b307d
Add Testing Interface to test helpers ( #3091 )
...
* Add testing interface
* Add vendored files
2017-08-01 11:07:08 -07:00
Jeff Mitchell
e553fe0d99
Bump deps
2017-07-18 10:15:54 -04:00
Jeff Mitchell
9095e202d7
Update vendoring
2017-06-05 10:51:53 -04:00
Jeff Mitchell
01e1754749
Bump deps
2017-05-24 09:40:58 -04:00
Mitchell Hashimoto
c29ee275ce
audit: hash time.Time values in map fields ( #2689 )
...
This enables audit.Hash to hash time.Time values that may exist as
direct fields in the map. This will error (instead of panic) for any
time.Time values that don't occur within map values. For example, this
does not support a time.Time within a slice. If that needs to be
supported then modifications will need to be made.
This also requires an update to reflectwalk (included in this PR). This
is a minimal change that allows SkipEntry to signal to skip an entire
struct. We do this because we don't want to walk any of time.Time since
we handle it directly.
2017-05-08 14:06:08 -04:00
Jeff Mitchell
4d7a0ab772
Bump deps
2017-03-30 20:03:13 -04:00
Jeff Mitchell
8836da35a6
Update deps
2017-02-24 14:36:54 -05:00
Jeff Mitchell
776e120740
Update deps, particularly to ensure https://aws.amazon.com/blogs/developer/aws-sdk-for-go-update-needed-for-go-1-8/ is covered
2017-02-16 23:42:07 -05:00
Jeff Mitchell
339a502fa1
Update deps
2017-02-02 16:19:55 -05:00
Jeff Mitchell
bb229ac94e
Update deps
2017-01-26 20:16:19 -05:00
Jeff Mitchell
595ee9f24a
Bump deps
2017-01-13 09:06:34 -05:00
Jeff Mitchell
6ebf1cf713
Bump deps
2017-01-04 16:47:38 -05:00
Jeff Mitchell
74d35a3f67
Reset vendoring to 0.6.3
2016-12-16 13:31:07 -05:00
Jeff Mitchell
fdb4e60596
bump deps
2016-12-13 19:12:26 -05:00
Jeff Mitchell
e2d2a23c25
Bump deps
2016-11-02 15:34:30 -04:00
Jeff Mitchell
16991d823e
Bump deps
2016-09-30 09:50:46 -04:00
Jeff Mitchell
487e05d25c
Update deps
2016-09-02 18:05:09 -04:00
Jeff Mitchell
3c2aae215c
Fix tests and update mapstructure
2016-08-08 16:00:31 -04:00
Jeff Mitchell
984a48c195
Update vendored deps
2016-07-22 20:11:59 -04:00
Jeff Mitchell
eb676bb807
Update deps
2016-06-30 14:19:03 -04:00
Jeff Mitchell
1873c32cb2
Update deps
2016-06-08 10:33:08 -04:00
Jeff Mitchell
11160ae271
Update vendoring
2016-06-01 10:24:48 -04:00
Jeff Mitchell
d77f9e0583
Update vendoring
2016-04-26 00:18:04 +00:00
Jeff Mitchell
5104ec5505
Update godeps
2016-03-10 22:50:50 -05:00
Jeff Mitchell
cfd908cb73
More dep bumps
2016-02-18 16:37:30 -05:00
Jeff Mitchell
7a4eda156c
Migrate to built-in Go vendoring.
...
This also removes `godep` calls from make scripts. Of note is that
currently `./...` checking in acceptance tests is disabled.
2016-02-18 15:06:02 -05:00