github.com/go-playground/pkg/v5@v5.29.1/go.mod (about)

     1  module github.com/go-playground/pkg/v5
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/go-playground/assert/v2 v2.2.0
     7  	github.com/go-playground/form/v4 v4.2.1
     8  )