mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
262a4950bf
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. |
||
---|---|---|
.. | ||
bson.go | ||
compatibility.go | ||
decimal.go | ||
decode.go | ||
encode.go | ||
json.go | ||
LICENSE | ||
README.md | ||
stream.go |
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).