File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ const (
30
30
FlagGitRef = "git-ref"
31
31
FlagGitRepo = "repo"
32
32
FlagFromFile = "from-file"
33
- DebugFuncEnter = "entered: %s "
34
- DebugFuncExit = "exiting: %s "
35
- DebugFuncCall = "calling: %s "
33
+ DebugFuncEnter = "entered:"
34
+ DebugFuncExit = "exiting:"
35
+ DebugFuncCall = "calling:"
36
36
MinHttpTimeout = 3
37
37
38
38
EnvStoresImportCSVServerUsername = "KFUTIL_CSV_SERVER_USERNAME"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0
10
10
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.9.0
11
11
github.com/Jeffail/gabs v1.4.0
12
- github.com/Keyfactor/keyfactor-auth-client-go v1.2.0
12
+ github.com/Keyfactor/keyfactor-auth-client-go v1.2.1-rc.1
13
13
github.com/Keyfactor/keyfactor-go-client-sdk/v2 v2.0.0
14
14
github.com/Keyfactor/keyfactor-go-client/v3 v3.1.0
15
15
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 h1:oygO0locgZJ
18
18
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 /go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI =
19
19
github.com/Jeffail/gabs v1.4.0 h1://5fYRRTq1edjfIrQGvdkcd22pkYUrHZ5YC/H2GJVAo =
20
20
github.com/Jeffail/gabs v1.4.0 /go.mod h1:6xMvQMK4k33lb7GUUpaAPh6nKMmemQeg5d4gn7/bOXc =
21
- github.com/Keyfactor/keyfactor-auth-client-go v1.2.0 h1:uNSlyOW5Bqpi0nsOGZtOYQzN0vP/h4S4J38jtQes+OI =
22
- github.com/Keyfactor/keyfactor-auth-client-go v1.2.0 /go.mod h1:7htRcBIWn+X4fI5jaYBALSYwP84H/djN7d8y3n0ZDQ0 =
21
+ github.com/Keyfactor/keyfactor-auth-client-go v1.2.1-rc.1 h1:9g6ltxTHfMC65i5VOfVERaATkTHAlF2hfRHztiriQAg =
22
+ github.com/Keyfactor/keyfactor-auth-client-go v1.2.1-rc.1 /go.mod h1:7htRcBIWn+X4fI5jaYBALSYwP84H/djN7d8y3n0ZDQ0 =
23
23
github.com/Keyfactor/keyfactor-go-client-sdk/v2 v2.0.0 h1:ehk5crxEGVBwkC8yXsoQXcyITTDlgbxMEkANrl1dA2Q =
24
24
github.com/Keyfactor/keyfactor-go-client-sdk/v2 v2.0.0 /go.mod h1:11WXGG9VVKSV0EPku1IswjHbGGpzHDKqD4pe2vD7vas =
25
25
github.com/Keyfactor/keyfactor-go-client/v3 v3.1.0 h1:DQgb93m3xHZZ0FxWGFS90XI8prwS5fmIGrXNxP2IfHM =
Original file line number Diff line number Diff line change 15
15
package version
16
16
17
17
var (
18
- VERSION = "1.6 .0"
19
- BUILD_DATE = "2024-03-25 "
18
+ VERSION = "1.7 .0"
19
+ BUILD_DATE = "2025-05-20 "
20
20
COMMIT = "HEAD"
21
21
)
You can’t perform that action at this time.
0 commit comments