summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/ldap/_examples/enterprise.ldif (renamed from modules/ldap/examples/enterprise.ldif)0
-rw-r--r--modules/ldap/_examples/modify.go (renamed from modules/ldap/examples/modify.go)2
-rw-r--r--modules/ldap/_examples/search.go (renamed from modules/ldap/examples/search.go)2
-rw-r--r--modules/ldap/_examples/searchSSL.go (renamed from modules/ldap/examples/searchSSL.go)2
-rw-r--r--modules/ldap/_examples/searchTLS.go (renamed from modules/ldap/examples/searchTLS.go)2
-rw-r--r--modules/ldap/_examples/slapd.conf (renamed from modules/ldap/examples/slapd.conf)0
-rw-r--r--modules/ldap/filter_test.go2
-rw-r--r--modules/mahonia/mahoniconv/mahoniconv.go3
8 files changed, 7 insertions, 6 deletions
diff --git a/modules/ldap/examples/enterprise.ldif b/modules/ldap/_examples/enterprise.ldif
index f0ec28f16b..f0ec28f16b 100644
--- a/modules/ldap/examples/enterprise.ldif
+++ b/modules/ldap/_examples/enterprise.ldif
diff --git a/modules/ldap/examples/modify.go b/modules/ldap/_examples/modify.go
index 177fe8da7a..cd6dfc9eb7 100644
--- a/modules/ldap/examples/modify.go
+++ b/modules/ldap/_examples/modify.go
@@ -9,7 +9,7 @@ import (
"fmt"
"log"
- "github.com/juju2013/goldap"
+ "github.com/gogits/gogs/modules/ldap"
)
var (
diff --git a/modules/ldap/examples/search.go b/modules/ldap/_examples/search.go
index 59a0333dc8..609256f4d3 100644
--- a/modules/ldap/examples/search.go
+++ b/modules/ldap/_examples/search.go
@@ -8,7 +8,7 @@ import (
"fmt"
"log"
- "github.com/juju2013/goldap"
+ "github.com/gogits/gogs/modules/ldap"
)
var (
diff --git a/modules/ldap/examples/searchSSL.go b/modules/ldap/_examples/searchSSL.go
index a98ca3a416..aa9cbcc124 100644
--- a/modules/ldap/examples/searchSSL.go
+++ b/modules/ldap/_examples/searchSSL.go
@@ -8,7 +8,7 @@ import (
"fmt"
"log"
- "github.com/juju2013/goldap"
+ "github.com/gogits/gogs/modules/ldap"
)
var (
diff --git a/modules/ldap/examples/searchTLS.go b/modules/ldap/_examples/searchTLS.go
index a20bcc320d..c771a8eda8 100644
--- a/modules/ldap/examples/searchTLS.go
+++ b/modules/ldap/_examples/searchTLS.go
@@ -8,7 +8,7 @@ import (
"fmt"
"log"
- "github.com/juju2013/goldap"
+ "github.com/gogits/gogs/modules/ldap"
)
var (
diff --git a/modules/ldap/examples/slapd.conf b/modules/ldap/_examples/slapd.conf
index 5a66be0152..5a66be0152 100644
--- a/modules/ldap/examples/slapd.conf
+++ b/modules/ldap/_examples/slapd.conf
diff --git a/modules/ldap/filter_test.go b/modules/ldap/filter_test.go
index 9e83195951..761ff42fd5 100644
--- a/modules/ldap/filter_test.go
+++ b/modules/ldap/filter_test.go
@@ -3,7 +3,7 @@ package ldap
import (
"testing"
- "github.com/johnweldon/asn1-ber"
+ "github.com/gogits/gogs/modules/asn1-ber"
)
type compileTest struct {
diff --git a/modules/mahonia/mahoniconv/mahoniconv.go b/modules/mahonia/mahoniconv/mahoniconv.go
index 0242a6f578..18ccc1e6ea 100644
--- a/modules/mahonia/mahoniconv/mahoniconv.go
+++ b/modules/mahonia/mahoniconv/mahoniconv.go
@@ -1,11 +1,12 @@
package main
import (
- "code.google.com/p/mahonia"
"flag"
"io"
"log"
"os"
+
+ "github.com/gogits/gogs/modules/mahonia"
)
// An iconv workalike using mahonia.