k3s/vendor/github.com/globalsign/mgo/bson
Erik Wilson 262a4950bf Separate CNI plugin dependencies
Because:
- Current CNI plugins produces an error on Raspbian:
  `failed to create bridge \"cni0\": could not add \"cni0\": operation not supported"`
- Dependencies for CNI plugins may interfere with containerd dependencies.

This change will compile and download CNI plugins separately, and will
downgrade CNI plugins to v0.7.6 for compatability with armv7.
2019-10-02 18:48:30 -07:00
..
bson.go Update vendor 2019-08-30 23:08:05 -07:00
compatibility.go Update vendor 2019-08-30 23:08:05 -07:00
decimal.go Update vendor 2019-08-30 23:08:05 -07:00
decode.go Update vendor 2019-08-30 23:08:05 -07:00
encode.go Update vendor 2019-08-30 23:08:05 -07:00
json.go Update vendor 2019-08-30 23:08:05 -07:00
LICENSE Update vendor 2019-08-30 23:08:05 -07:00
README.md Update vendor 2019-08-30 23:08:05 -07:00
stream.go Update vendor 2019-08-30 23:08:05 -07:00

GoDoc

An Implementation of BSON for Go

Package bson is an implementation of the BSON specification for Go.

While the BSON package implements the BSON spec as faithfully as possible, there is some MongoDB specific behaviour (such as map keys $in, $all, etc) in the bson package. The priority is for backwards compatibility for the mgo driver, though fixes for obviously buggy behaviour is welcome (and features, etc behind feature flags).