git.lukeshu.com/go/lowmemjson@v0.3.9-0.20230723050957-72f6d13f6fb2/go.mod (about)

     1  module git.lukeshu.com/go/lowmemjson
     2  
     3  go 1.20
     4  
     5  require (
     6  	git.lukeshu.com/go/typedsync v0.1.0
     7  	github.com/stretchr/testify v1.8.0
     8  )
     9  
    10  require (
    11  	github.com/davecgh/go-spew v1.1.1 // indirect
    12  	github.com/pmezard/go-difflib v1.0.0 // indirect
    13  	gopkg.in/yaml.v3 v3.0.1 // indirect
    14  )