Skip to content

Commit

Permalink
Make compilable with Go 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
egonelbre committed Feb 17, 2017
1 parent d77704b commit e734b34
Show file tree
Hide file tree
Showing 37 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"os"
"regexp"

"github.com/egonelbre/spexs2/vendor/rjson"
"launchpad.net/rjson"
)

const baseConfiguration = `{
Expand Down
2 changes: 1 addition & 1 deletion features.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log"
"regexp"

"github.com/egonelbre/spexs2/vendor/rjson"
"launchpad.net/rjson"

. "github.com/egonelbre/spexs2/search"
"github.com/egonelbre/spexs2/search/features"
Expand Down
2 changes: 1 addition & 1 deletion setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"regexp"

"github.com/egonelbre/spexs2/vendor/rjson"
"launchpad.net/rjson"

. "github.com/egonelbre/spexs2/search"
"github.com/egonelbre/spexs2/search/extenders"
Expand Down
2 changes: 1 addition & 1 deletion stats/binom/binom.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package binom

import (
"github.com/egonelbre/spexs2/vendor/go-fn/fn"
"github.com/ematvey/go-fn/fn"
)

// the probability
Expand Down
3 changes: 2 additions & 1 deletion utils/delta.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ package utils

import (
"bytes"
"github.com/egonelbre/spexs2/vendor/rjson"
"log"

"launchpad.net/rjson"
)

func ApplyObject(src interface{}, dest interface{}) {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e734b34

Please sign in to comment.