28 lines
867 B
Modula-2
28 lines
867 B
Modula-2
module github.com/maximotejeda/us_dop_scrapper
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.2
|
|
|
|
require (
|
|
github.com/nats-io/nats.go v1.34.1
|
|
github.com/playwright-community/playwright-go v0.4001.0
|
|
golang.org/x/text v0.16.0
|
|
google.golang.org/grpc v1.65.0
|
|
)
|
|
|
|
require (
|
|
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
|
|
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
github.com/klauspost/compress v1.17.2 // indirect
|
|
github.com/nats-io/nkeys v0.4.7 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/crypto v0.25.0 // indirect
|
|
golang.org/x/net v0.27.0 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240711142825-46eb208f015d // indirect
|
|
google.golang.org/protobuf v1.34.2 // indirect
|
|
)
|