Skip to content

Commit

Permalink
Fix missing dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
d1str0 committed Mar 14, 2019
1 parent 062c8e8 commit b7b4e40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ import (
"net"
"net/http"
"sync"
"time"

"github.com/d1str0/hpfeeds"
"github.com/google/uuid"
)

const Version = "v0.0.5"
const Version = "v0.0.6"

type App struct {
Publish chan []byte
Expand Down

0 comments on commit b7b4e40

Please sign in to comment.