...

Text file src/gomodules.xyz/jsonpatch/v2/go.mod

Documentation: gomodules.xyz/jsonpatch/v2

     1module gomodules.xyz/jsonpatch/v2
     2
     3go 1.20
     4
     5require (
     6	github.com/evanphx/json-patch v0.5.2
     7	github.com/stretchr/testify v1.3.0
     8)
     9
    10require (
    11	github.com/davecgh/go-spew v1.1.0 // indirect
    12	github.com/pkg/errors v0.9.1 // indirect
    13	github.com/pmezard/go-difflib v1.0.0 // indirect
    14)

View as plain text