We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35cc73e commit 622c572Copy full SHA for 622c572
go.mod
@@ -80,6 +80,7 @@ require (
80
github.com/spf13/afero v1.12.0 // indirect
81
github.com/spf13/cast v1.7.1 // indirect
82
github.com/spf13/pflag v1.0.6 // indirect
83
+ github.com/stretchr/objx v0.5.2 // indirect
84
github.com/subosito/gotenv v1.6.0 // indirect
85
github.com/twmb/franz-go/pkg/kmsg v1.9.0 // indirect
86
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
pkg/config/apiclient_test.go
@@ -469,4 +469,4 @@ func TestNewSNCloudSession_OAuth_InitializationError(t *testing.T) {
469
assert.Nil(t, session)
470
assert.Error(t, err)
471
assert.Contains(t, err.Error(), "failed to initialize token refresher")
472
-}
+}
0 commit comments