-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #117 from francoispqt/update-dependencies
update dependencies
- Loading branch information
Showing
4 changed files
with
230 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
module github.com/francoispqt/gojay | ||
|
||
go 1.12 | ||
|
||
require ( | ||
cloud.google.com/go v0.37.0 // indirect | ||
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23 | ||
github.com/go-errors/errors v1.0.1 | ||
github.com/golang/protobuf v1.3.1 // indirect | ||
github.com/json-iterator/go v1.1.6 | ||
github.com/lunixbochs/vtclean v1.0.0 // indirect | ||
github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/pkg/errors v0.8.1 // indirect | ||
github.com/stretchr/testify v1.2.2 | ||
github.com/viant/assertly v0.4.8 | ||
github.com/viant/toolbox v0.24.0 | ||
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a // indirect | ||
golang.org/x/net v0.0.0-20190313220215-9f648a60d977 | ||
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 // indirect | ||
golang.org/x/sys v0.0.0-20190316082340-a2f829d7f35f // indirect | ||
gopkg.in/yaml.v2 v2.2.2 // indirect | ||
) |
Oops, something went wrong.