Browse Source

Update httpServer.go

Hakan Carlsson 7 years ago
parent
commit
d541908e6c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      examples/httpServer.go

+ 2 - 1
examples/httpServer.go

@@ -10,7 +10,8 @@ import (
 	"os"
 
 	//"github.com/pkg/profile"
-	"gopkg.in/jcmturner/gokrb5.v6/credentials"
+	// "gopkg.in/jcmturner/gokrb5.v6/credentials"
+	goidentity "gopkg.in/jcmturner/goidentity.v3"
 	"gopkg.in/jcmturner/gokrb5.v6/keytab"
 	"gopkg.in/jcmturner/gokrb5.v6/service"
 	"gopkg.in/jcmturner/gokrb5.v6/testdata"