Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions analytics.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
package main

import (
"github.com/jeffail/tunny"
"github.com/oschwald/maxminddb-golang"
"gopkg.in/vmihailenco/msgpack.v2"
"net"
"regexp"
"time"

"github.com/Jeffail/tunny"
"github.com/oschwald/maxminddb-golang"
"gopkg.in/vmihailenco/msgpack.v2"
)

// AnalyticsRecord encodes the details of a request
Expand Down
5 changes: 3 additions & 2 deletions host_checker.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ package main

import (
"bytes"
"github.com/jeffail/tunny"
"github.com/pmylund/go-cache"
"math/rand"
"net/http"
"sync"
"time"

"github.com/Jeffail/tunny"
"github.com/pmylund/go-cache"
)

const (
Expand Down