Skip to content

Commit

Permalink
Update paths to v2 and explicitly enable modules on Travis (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg authored Jun 26, 2019
1 parent 0ffb763 commit bbf64ae
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: go

env:
- GO111MODULE=on

go:
- 1.x
- tip
Expand Down
2 changes: 1 addition & 1 deletion caches_bench/caches_bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"testing"
"time"

"github.com/allegro/bigcache"
"github.com/allegro/bigcache/v2"
"github.com/coocood/freecache"
)

Expand Down
2 changes: 1 addition & 1 deletion caches_bench/caches_gc_overhead_comparison.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"runtime/debug"
"time"

"github.com/allegro/bigcache"
"github.com/allegro/bigcache/v2"
"github.com/coocood/freecache"
)

Expand Down
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"os"
"strconv"

"github.com/allegro/bigcache"
"github.com/allegro/bigcache/v2"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"testing"
"time"

"github.com/allegro/bigcache"
"github.com/allegro/bigcache/v2"
)

const (
Expand Down

0 comments on commit bbf64ae

Please sign in to comment.