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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"flag" "flag"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"crypto/rand" "crypto/rand"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"encoding/base64" "encoding/base64"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"fmt" "fmt"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"bufio" "bufio"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 () import ()

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"reflect" "reflect"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"errors" "errors"

View File

@ -46,7 +46,7 @@ const tplIcon = `// Code generated by go generate. DO NOT EDIT.
// sources: // sources:
{{ range $idx, $path := .Sources }}// {{ $path }} {{ range $idx, $path := .Sources }}// {{ $path }}
{{ end }} {{ end }}
package {{ .Package }} // import "happydns.org/{{ .Directory }}" package {{ .Package }} // import "git.happydns.org/happyDomain/{{ .Directory }}"
var Icons = map[string][]byte{ var Icons = map[string][]byte{
{{ range $file, $content := .Map }} {{printf "%q" $file}}: []byte({{printf "%q" $content}}), {{ 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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"encoding/base64" "encoding/base64"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"flag" "flag"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"errors" "errors"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"fmt" "fmt"

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"github.com/StackExchange/dnscontrol/v4/providers" "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 // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"strings" "strings"

View File

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

View File

@ -29,7 +29,7 @@
// The fact that you are presently reading this means that you have had // The fact that you are presently reading this means that you have had
// knowledge of the CeCILL license and that you accept its terms. // 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 ( import (
"encoding/json" "encoding/json"