Commit graph

4 commits

Author SHA1 Message Date
Jean de Klerk
67c345da99 clean up dependencies (particularly github.com/ugorji/go/codec)
This commit was created by manually removing github.com/ugorji/go/codec from
the go.mod (which now does not exist - see https://github.com/ugorji/go/issues/299)
and running `go mod tidy`.

This removes the borked github.com/ugorji/go/codec dependency, fixing
dependors of this library. This commit should be included in a release ASAP.
2019-05-24 11:01:05 -04:00
Bjørn Erik Pedersen
41cd1c3aa3 Restrict Travis to >= Go 1.11, use Go Modules, and get the test to pass 2018-12-05 17:13:47 +01:00
Bjørn Erik Pedersen
3535c75fa8 Add MergeConfigMap
Fixes #605
2018-12-05 17:13:47 +01:00
Bjørn Erik Pedersen
8fb6420065
Add go.mod 2018-09-07 11:30:55 +02:00