Skip to content

Commit

Permalink
SpruceHealth disappeared :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
johnweldon committed Apr 16, 2014
1 parent 090a5e2 commit 6b7bf8d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Basic LDAP v3 functionality for the GO programming language.

Required Librarys:
github.com/SpruceHealth/asn1-ber
github.com/johnweldon/asn1-ber

Working:
Connecting to LDAP server
Expand Down
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/SpruceHealth/asn1-ber"
"github.com/johnweldon/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 @@ -11,7 +11,7 @@ import (
"net"
"sync"

"github.com/SpruceHealth/asn1-ber"
"github.com/johnweldon/asn1-ber"
)

const (
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/SpruceHealth/asn1-ber"
"github.com/johnweldon/asn1-ber"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ldap
import (
"log"

"github.com/SpruceHealth/asn1-ber"
"github.com/johnweldon/asn1-ber"
)

// debbuging type
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 @@ import (
"errors"
"fmt"

"github.com/SpruceHealth/asn1-ber"
"github.com/johnweldon/asn1-ber"
)

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

"github.com/SpruceHealth/asn1-ber"
"github.com/johnweldon/asn1-ber"
)

type compileTest struct {
Expand Down
2 changes: 1 addition & 1 deletion ldap.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"fmt"
"io/ioutil"

"github.com/SpruceHealth/asn1-ber"
"github.com/johnweldon/asn1-ber"
)

// LDAP Application Codes
Expand Down
2 changes: 1 addition & 1 deletion modify.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
"errors"
"log"

"github.com/SpruceHealth/asn1-ber"
"github.com/johnweldon/asn1-ber"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion search.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import (
"fmt"
"strings"

"github.com/SpruceHealth/asn1-ber"
"github.com/johnweldon/asn1-ber"
)

const (
Expand Down

0 comments on commit 6b7bf8d

Please sign in to comment.