Skip to content

Commit

Permalink
Bump up Go version to 1.5 and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johandorland committed Jan 16, 2018
1 parent b48c621 commit 5a5ca1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
go:
- 1.3
- 1.5
before_install:
- go get github.com/sigu-399/gojsonreference
- go get github.com/sigu-399/gojsonpointer
- go get github.com/xeipuuv/gojsonreference
- go get github.com/xeipuuv/gojsonpointer
- go get github.com/stretchr/testify/assert
3 changes: 2 additions & 1 deletion schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ package gojsonschema

import (
"errors"
"github.com/xeipuuv/gojsonreference"
"math/big"
"reflect"
"regexp"
"text/template"

"github.com/xeipuuv/gojsonreference"
)

var (
Expand Down

0 comments on commit 5a5ca1a

Please sign in to comment.