We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ae26b commit 309c89cCopy full SHA for 309c89c
codefresh/cfclient/context.go
@@ -4,7 +4,8 @@ import (
4
"fmt"
5
"log"
6
"net/url"
7
- "slices"
+
8
+ "golang.org/x/exp/slices"
9
)
10
11
var encryptedContextTypes = []string{
0 commit comments