cyberark / conjur-api-go

Go client for the CyberArk Conjur API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix build issues with goconvey

sgnn7 opened this issue · comments

Summary

Goconvey testing library that we use in this project depends on smartystreets/assertions which recently started using API from Golang v1.13. This is a breaking change and has made our builds fail.

AC:

  • Fix build issue(s) with goconvey