Fix forced import path
continuous-integration/drone/push Build is running Details

This commit is contained in:
nemunaire 2023-09-07 12:04:55 +02:00
parent 56b22bade5
commit 1a6ab103b7
54 changed files with 92 additions and 92 deletions

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package config // import "happydns.org/config"
package config // import "git.happydns.org/happyDomain/config"
import (
"flag"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package config // import "happydns.org/config"
package config // import "git.happydns.org/happyDomain/config"
import (
"crypto/rand"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package config // import "happydns.org/config"
package config // import "git.happydns.org/happyDomain/config"
import (
"encoding/base64"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package config // import "happydns.org/config"
package config // import "git.happydns.org/happyDomain/config"
import (
"fmt"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package config // import "happydns.org/config"
package config // import "git.happydns.org/happyDomain/config"
import (
"bufio"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package forms // import "happydns.org/forms"
package forms // import "git.happydns.org/happyDomain/forms"
import ()

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package forms // import "happydns.org/forms"
package forms // import "git.happydns.org/happyDomain/forms"
import (
"reflect"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package forms // import "happydns.org/forms"
package forms // import "git.happydns.org/happyDomain/forms"
import (
"errors"

View File

@ -46,7 +46,7 @@ const tplIcon = `// Code generated by go generate. DO NOT EDIT.
// sources:
{{ range $idx, $path := .Sources }}// {{ $path }}
{{ end }}
package {{ .Package }} // import "happydns.org/{{ .Directory }}"
package {{ .Package }} // import "git.happydns.org/happyDomain/{{ .Directory }}"
var Icons = map[string][]byte{
{{ range $file, $content := .Map }} {{printf "%q" $file}}: []byte({{printf "%q" $content}}),

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"encoding/base64"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

File diff suppressed because one or more lines are too long

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"flag"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"errors"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"fmt"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package providers // import "happydns.org/providers"
package providers // import "git.happydns.org/happyDomain/providers"
import (
"github.com/StackExchange/dnscontrol/v4/providers"

File diff suppressed because one or more lines are too long

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package google // import "happydns.org/services/providers/google"
package google // import "git.happydns.org/happyDomain/services/providers/google"
import (
"strings"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package storage // import "happydns.org/storage"
package storage // import "git.happydns.org/happyDomain/storage"
import (
"git.happydns.org/happyDomain/model"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms.
package database // import "happydns.org/storage/leveldb"
package database // import "git.happydns.org/happyDomain/storage/leveldb"
import (
"encoding/json"