Skip to content

Commit 1398296

Browse files
authored
Merge pull request #117 from francoispqt/update-dependencies
update dependencies
2 parents 559e6dc + f2f6b32 commit 1398296

File tree

4 files changed

+230
-36
lines changed

4 files changed

+230
-36
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: go
33
go:
44
- "1.10.x"
55
- "1.11.x"
6-
- master
6+
- "1.12.x"
77

88
script:
99
- go get github.com/golang/dep/cmd/dep github.com/stretchr/testify

Gopkg.lock

Lines changed: 23 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
module github.com/francoispqt/gojay
2+
3+
go 1.12
4+
5+
require (
6+
cloud.google.com/go v0.37.0 // indirect
7+
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23
8+
github.com/go-errors/errors v1.0.1
9+
github.com/golang/protobuf v1.3.1 // indirect
10+
github.com/json-iterator/go v1.1.6
11+
github.com/lunixbochs/vtclean v1.0.0 // indirect
12+
github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe
13+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
14+
github.com/modern-go/reflect2 v1.0.1 // indirect
15+
github.com/pkg/errors v0.8.1 // indirect
16+
github.com/stretchr/testify v1.2.2
17+
github.com/viant/assertly v0.4.8
18+
github.com/viant/toolbox v0.24.0
19+
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a // indirect
20+
golang.org/x/net v0.0.0-20190313220215-9f648a60d977
21+
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 // indirect
22+
golang.org/x/sys v0.0.0-20190316082340-a2f829d7f35f // indirect
23+
gopkg.in/yaml.v2 v2.2.2 // indirect
24+
)

0 commit comments

Comments
 (0)