...

Text file src/github.com/PaesslerAG/gval/go.mod

Documentation: github.com/PaesslerAG/gval

     1module github.com/PaesslerAG/gval
     2
     3go 1.15
     4
     5require (
     6	github.com/PaesslerAG/jsonpath v0.1.0
     7	github.com/shopspring/decimal v1.3.1
     8)

View as plain text