Skip to content

Commit

Permalink
Merge pull request #404 from getlantern/signal-hotfix
Browse files Browse the repository at this point in the history
Signal hotfix
  • Loading branch information
myleshorton authored Jun 11, 2020
2 parents 4afe1aa + 0caec45 commit add33b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions http-proxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"fmt"
"net/http"
"os"
"os/signal"
"runtime"
"runtime/debug"
"strings"
Expand Down
3 changes: 0 additions & 3 deletions redis/redis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@ package redis

import (
"net"
"os"
"strings"
"testing"
"time"

"github.com/getlantern/measured"
"github.com/getlantern/testredis"
"github.com/stretchr/testify/assert"
rclient "gopkg.in/redis.v5"

"github.com/getlantern/http-proxy-lantern/usage"
)
Expand Down
2 changes: 1 addition & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# If you want Google's container you would reference google/golang
# Read more about containers on our dev center
# http://devcenter.wercker.com/docs/containers/index.html
box: golang:1.13.3
box: golang:1.14.4

# This is the build pipeline. Pipelines are the core of wercker
# Read more about pipelines on our dev center
Expand Down

0 comments on commit add33b9

Please sign in to comment.