vendor/github.com/subosito/gotenv/go.mod
changeset 260 445e01aede7e
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
       
     1 module github.com/subosito/gotenv
       
     2 
       
     3 go 1.18
       
     4 
       
     5 require github.com/stretchr/testify v1.7.5
       
     6 
       
     7 require (
       
     8 	github.com/davecgh/go-spew v1.1.1 // indirect
       
     9 	github.com/pmezard/go-difflib v1.0.0 // indirect
       
    10 	gopkg.in/yaml.v3 v3.0.1 // indirect
       
    11 )