1
0
Fork 0

Migrate Sirupsen to sirupsen.

This commit is contained in:
Ludovic Fernandez 2018-01-22 12:16:03 +01:00 committed by Traefiker
parent c134dcd6fe
commit fb4ba7af2b
684 changed files with 92394 additions and 33943 deletions

View file

@ -3,8 +3,9 @@ package auroradnsclient
import (
"encoding/json"
"fmt"
"github.com/Sirupsen/logrus"
"github.com/edeckers/auroradnsclient/records"
"github.com/sirupsen/logrus"
)
// GetRecords returns a list of all records in given zone

View file

@ -4,13 +4,14 @@ import (
"bytes"
"errors"
"fmt"
"github.com/Sirupsen/logrus"
request_errors "github.com/edeckers/auroradnsclient/requests/errors"
"github.com/edeckers/auroradnsclient/tokens"
"io/ioutil"
"net/http"
"net/http/httputil"
"time"
request_errors "github.com/edeckers/auroradnsclient/requests/errors"
"github.com/edeckers/auroradnsclient/tokens"
"github.com/sirupsen/logrus"
)
// AuroraRequestor performs actual requests to API

View file

@ -5,9 +5,10 @@ import (
"crypto/sha256"
"encoding/base64"
"fmt"
"github.com/Sirupsen/logrus"
"strings"
"time"
"github.com/sirupsen/logrus"
)
// NewToken generates a token for accessing a specific method of the API

View file

@ -2,8 +2,9 @@ package auroradnsclient
import (
"encoding/json"
"github.com/Sirupsen/logrus"
"github.com/edeckers/auroradnsclient/zones"
"github.com/sirupsen/logrus"
)
// GetZones returns a list of all zones