Skip to content

Commit

Permalink
'import' statements are corrected for moved repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
vault-thirteen committed Dec 20, 2023
1 parent 0fa84fa commit 60aaca9
Show file tree
Hide file tree
Showing 47 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion BOM/BOM_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"testing"

sr "github.com/vault-thirteen/auxie/reader/simple"
"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_BOMUTF8(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion BOM/Encoding_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package bom
import (
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_PossibleEncodings(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion BOM/Probe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"testing"

tsb "github.com/vault-thirteen/auxie/TSB"
"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_IsAccurate(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion BOM/Reader/Reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"testing"

bom "github.com/vault-thirteen/auxie/BOM"
"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_NewReader(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion BOM/Report_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"

tsb "github.com/vault-thirteen/auxie/TSB"
"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_GetEncodingsReport(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion IPA/IPAddressV4_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"math"
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_NewFromBytes(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion NTS/NTS_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package nts
import (
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_ByteArrayToStrings(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion SAAC/saac_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"math/big"
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_New(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion SLReader/SLReader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"testing"
"time"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
"golang.org/x/time/rate"
)

Expand Down
2 changes: 1 addition & 1 deletion SMA/sma_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"container/list"
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_New(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion SMS/SimpleMergeSort_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package sms
import (
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_New(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion TSB/TSB_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package tsb
import (
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_IsYes(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion as/array-search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package as
import (
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_ftoi(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion bit/covert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_ConvertBitsToBytes(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion boolean/boolean_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_FromString(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion env/env_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os"
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_GetEnv(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion errors/errors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"errors"
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_Combine(t *testing.T) {
Expand Down
4 changes: 2 additions & 2 deletions file/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"io"
"os"

"github.com/vault-thirteen/errorz"
ae "github.com/vault-thirteen/auxie/errors"
)

const (
Expand Down Expand Up @@ -83,7 +83,7 @@ func GetFileContents(filePath string) (contents []byte, err error) {
defer func() {
derr := f.Close()
if derr != nil {
err = errorz.Combine(err, derr)
err = ae.Combine(err, derr)
}
}()

Expand Down
2 changes: 1 addition & 1 deletion file/file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"path/filepath"
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

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

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_ParseRecord(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion http-helper/AcceptedMimeTypes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package httphelper
import (
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_NewAcceptedMimeTypesFromHeader(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion http-helper/average-test_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_PerformAverageHttpTest(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion http-helper/header_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"net/http"
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_FindHTTPHeader(t *testing.T) {
Expand Down
4 changes: 2 additions & 2 deletions http-helper/receive.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net/http"
"reflect"

"github.com/vault-thirteen/errorz"
ae "github.com/vault-thirteen/auxie/errors"
)

// Functions which help in receiving Data from HTTP requests.
Expand All @@ -29,7 +29,7 @@ func ReceiveJSON(r *http.Request, receiver interface{}) (err error) {
}
defer func() {
derr := r.Body.Close()
err = errorz.Combine(err, derr)
err = ae.Combine(err, derr)
}()

jsonDecoder = json.NewDecoder(bytes.NewReader(bodyContents))
Expand Down
2 changes: 1 addition & 1 deletion http-helper/receive_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_ReceiveJSON(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion http-helper/reply_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net/http"
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_ReplyTextWithCode(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion http-helper/simple-test_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"net/http"
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_PerformSimpleHttpTest(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion number/number_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package number
import (
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_ParseUint(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion random/random_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"math"
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_Uint(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion range/range_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package rng
import (
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_New(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion reader/Reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"bytes"
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_New(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion reader/read _test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"testing"

bt "github.com/vault-thirteen/auxie/BasicTypes"
"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_ReadLineEndingWithCRLF(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion reader/simple/simple-reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"io"
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_ReadByte_simple(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion rpofs/generator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"strings"
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_NewGenerator(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion rpofs/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package rpofs
import (
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_isSetOfUniqueSymbols(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion rs/ReaderSeeker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

iors "github.com/vault-thirteen/auxie/ReaderSeeker"
"github.com/vault-thirteen/auxie/reader"
"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_New(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion rs/read _test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"io"
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

// Notes.
Expand Down
2 changes: 1 addition & 1 deletion rs/seek_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"io"
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_Seek(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion time-metadata/TimeMetadata_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"time"

bt "github.com/vault-thirteen/auxie/BasicTypes"
"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_New(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion time/check_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"
"time"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_IsEmpty(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion time/format_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package time
import (
"testing"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_NewTimeStringRFC3339(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion time/location_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"testing"
"time"

"github.com/vault-thirteen/tester"
"github.com/vault-thirteen/auxie/tester"
)

func Test_GetLocationOffset(t *testing.T) {
Expand Down
Loading

0 comments on commit 60aaca9

Please sign in to comment.