Skip to content

Commit

Permalink
Fix aliased imports (v7)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanlopez committed May 29, 2024
1 parent 07934df commit aea08f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions credentials/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"github.com/grafana/gokrb5/iana/nametype"
"github.com/grafana/gokrb5/keytab"
"github.com/grafana/gokrb5/types"
uuid "github.com/hashicorp/go-uuid"
)

const (
Expand Down
1 change: 1 addition & 0 deletions crypto/rfc3962/encryption.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (

"github.com/grafana/gokrb5/crypto/common"
"github.com/grafana/gokrb5/crypto/etype"
aescts "gopkg.in/jcmturner/aescts.v1"
)

// EncryptData encrypts the data provided using methods specific to the etype provided as defined in RFC 3962.
Expand Down
1 change: 1 addition & 0 deletions crypto/rfc8009/encryption.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"github.com/grafana/gokrb5/crypto/etype"
"github.com/grafana/gokrb5/iana/etypeID"
"github.com/grafana/gokrb5/v8/crypto/common"
aescts "gopkg.in/jcmturner/aescts.v1"
)

// EncryptData encrypts the data provided using methods specific to the etype provided as defined in RFC 8009.
Expand Down
1 change: 1 addition & 0 deletions spnego/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"github.com/grafana/gokrb5/krberror"
"github.com/grafana/gokrb5/service"
"github.com/grafana/gokrb5/types"
goidentity "gopkg.in/jcmturner/goidentity.v3"
)

// Client side functionality //
Expand Down

0 comments on commit aea08f9

Please sign in to comment.