Adds go dep used by an Enterprise feature. (#29645)

Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
Carl Bergquist
2020-12-08 16:22:24 +01:00
committed by GitHub
parent 6c1789e549
commit 609d61dece
3 changed files with 3 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ import (
_ "github.com/russellhaering/goxmldsig"
_ "github.com/stretchr/testify/require"
_ "github.com/timberio/go-datemath"
_ "golang.org/x/time/rate"
_ "gopkg.in/square/go-jose.v2"
)