Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsauter authored and samuel committed Mar 19, 2014
1 parent 16e1575 commit e2ff8b4
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bind.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package ldap

import (
"errors"
"github.com/tmfkams/asn1-ber"
"github.com/marcsauter/asn1-ber"
)

func (l *Conn) Bind(username, password string) *Error {
Expand Down
2 changes: 1 addition & 1 deletion conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package ldap
import (
"crypto/tls"
"errors"
"github.com/tmfkams/asn1-ber"
"github.com/marcsauter/asn1-ber"
"log"
"net"
"sync"
Expand Down
2 changes: 1 addition & 1 deletion control.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package ldap

import (
"fmt"
"github.com/tmfkams/asn1-ber"
"github.com/marcsauter/asn1-ber"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion debugging.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
package ldap

import (
"github.com/tmfkams/asn1-ber"
"github.com/marcsauter/asn1-ber"
"log"
)

Expand Down
2 changes: 1 addition & 1 deletion examples/modify.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package main
import (
"errors"
"fmt"
"github.com/tmfkams/ldap"
"github.com/marcsauter/ldap"
"log"
)

Expand Down
2 changes: 1 addition & 1 deletion examples/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package main

import (
"fmt"
"github.com/tmfkams/ldap"
"github.com/marcsauter/ldap"
"log"
)

Expand Down
2 changes: 1 addition & 1 deletion examples/searchSSL.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package main

import (
"fmt"
"github.com/tmfkams/ldap"
"github.com/marcsauter/ldap"
"log"
)

Expand Down
2 changes: 1 addition & 1 deletion examples/searchTLS.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package main

import (
"fmt"
"github.com/tmfkams/ldap"
"github.com/marcsauter/ldap"
"log"
)

Expand Down
2 changes: 1 addition & 1 deletion filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package ldap
import (
"errors"
"fmt"
"github.com/tmfkams/asn1-ber"
"github.com/marcsauter/asn1-ber"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion filter_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package ldap

import (
"github.com/tmfkams/asn1-ber"
"github.com/marcsauter/asn1-ber"
"testing"
)

Expand Down
2 changes: 1 addition & 1 deletion ldap.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package ldap
import (
"errors"
"fmt"
"github.com/tmfkams/asn1-ber"
"github.com/marcsauter/asn1-ber"
"io/ioutil"
)

Expand Down
2 changes: 1 addition & 1 deletion modify.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ package ldap

import (
"errors"
"github.com/tmfkams/asn1-ber"
"github.com/marcsauter/asn1-ber"
"log"
)

Expand Down
2 changes: 1 addition & 1 deletion search.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ package ldap
import (
"errors"
"fmt"
"github.com/tmfkams/asn1-ber"
"github.com/marcsauter/asn1-ber"
"strings"
)

Expand Down

0 comments on commit e2ff8b4

Please sign in to comment.