You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on an application that vendors the PEP, PDP, and PDP Service packages. When I rebuild my vendor tree, I now get the following errors (just started happening yesterday).
These errors seem related to recent changes in the in go-trees repository. Because these changes in go-trees are backward incompatible, I think Themis should target a specific commit of go-trees in the glide.yaml file.
# glide.yaml
- package: github.com/infobloxopen/go-treesversion: ba3cf0abf6c4176275bfdabf40f4da38da29becb # <-- target a specific commitsubpackages:
- domaintree
- strtree
- iptree
By adding this to the glide.yaml file, my dependency management tool will recognize that it needs to pull an older version of go-trees that won't break Themis.
Thanks!
The text was updated successfully, but these errors were encountered:
Target Specific Version of go-trees
I'm working on an application that vendors the PEP, PDP, and PDP Service packages. When I rebuild my vendor tree, I now get the following errors (just started happening yesterday).
These errors seem related to recent changes in the in go-trees repository. Because these changes in go-trees are backward incompatible, I think Themis should target a specific commit of go-trees in the
glide.yaml
file.By adding this to the
glide.yaml
file, my dependency management tool will recognize that it needs to pull an older version of go-trees that won't break Themis.Thanks!
The text was updated successfully, but these errors were encountered: