Skip to content

Commit

Permalink
Merge pull request #153 from jhernand/update_dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
jhernand authored Jan 5, 2022
2 parents 889efdb + a627146 commit 2c08182
Show file tree
Hide file tree
Showing 2 changed files with 508 additions and 83 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ go 1.17

require (
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20211106181442-e4c1a74c66bd
github.com/json-iterator/go v1.1.10
github.com/json-iterator/go v1.1.12
github.com/onsi/ginkgo/v2 v2.0.0
github.com/onsi/gomega v1.17.0
github.com/spf13/cobra v1.1.1
github.com/spf13/cobra v1.3.0
github.com/spf13/pflag v1.0.5
)

require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
golang.org/x/text v0.3.6 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit 2c08182

Please sign in to comment.