Skip to content

Commit

Permalink
Merge pull request #20 from dadosjusbr/agregando-por-orgao
Browse files Browse the repository at this point in the history
agregando por órgão
  • Loading branch information
danielfireman committed Aug 22, 2023
2 parents 532f17a + c2d5d81 commit ed9422f
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 77 deletions.
19 changes: 4 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,20 @@ module agregador
go 1.18

require (
github.com/dadosjusbr/datapackage v0.0.0-20221111184141-77a33346e496
github.com/dadosjusbr/storage v0.0.0-20221206212820-f367fddb038d
github.com/dadosjusbr/datapackage v0.0.0-20230818123816-40ae9a2f981f
github.com/dadosjusbr/storage v0.0.0-20230809125538-ea549ae71daf
github.com/kelseyhightower/envconfig v1.4.0
)

require (
github.com/aws/aws-sdk-go v1.44.127 // indirect
github.com/dadosjusbr/coletores v0.0.0-20210928113650-4c03e4fa3b74 // indirect
github.com/dadosjusbr/proto v0.0.0-20221129132150-665052871cc7 // indirect
github.com/dadosjusbr/proto v0.0.0-20221212025627-91c60aa3cd12 // indirect
github.com/frictionlessdata/datapackage-go v1.0.4 // indirect
github.com/frictionlessdata/tableschema-go v1.1.4-0.20220401172006-6cc5f3b2411c // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/gocarina/gocsv v0.0.0-20220310154401-d4df709ca055 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.13.0 // indirect
github.com/jackc/pgio v1.0.0 // indirect
Expand All @@ -30,23 +28,14 @@ require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/compress v1.15.1 // indirect
github.com/lib/pq v1.10.2 // indirect
github.com/ncw/swift v1.0.53 // indirect
github.com/newrelic/go-agent/v3 v3.19.2 // indirect
github.com/newrelic/go-agent/v3/integrations/nrpq v1.1.1 // indirect
github.com/pkg/errors v0.9.1 // 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
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.1 // indirect
github.com/xdg-go/stringprep v1.0.3 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
go.mongodb.org/mongo-driver v1.9.1 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
Expand Down
Loading

0 comments on commit ed9422f

Please sign in to comment.