-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
30 lines (26 loc) · 1009 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module empacotador
go 1.18
require (
github.com/dadosjusbr/proto v0.0.0-20221212025627-91c60aa3cd12
github.com/stretchr/testify v1.7.1
golang.org/x/text v0.4.0
google.golang.org/protobuf v1.28.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
require (
github.com/dadosjusbr/datapackage v0.0.0-20240320203926-5f369dadd3a5
github.com/dadosjusbr/status v0.0.0-20230428151814-b605fe0e598f
github.com/frictionlessdata/datapackage-go v1.0.4 // indirect
github.com/frictionlessdata/tableschema-go v1.5.2 // indirect
github.com/gocarina/gocsv v0.0.0-20231116093920-b87c2d0e983a
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/santhosh-tekuri/jsonschema v1.2.4 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
golang.org/x/exp v0.0.0-20221111094246-ab4555d3164f
)