diff --git a/go.mod b/go.mod index 3d439ed..9f6ea62 100644 --- a/go.mod +++ b/go.mod @@ -14,6 +14,7 @@ require ( github.com/playwright-community/playwright-go v0.5001.0 github.com/rocketlaunchr/google-search v1.1.6 github.com/urfave/cli v1.22.16 + go.starlark.net v0.0.0-20250225190231-0d3f41d403af ) require ( @@ -69,7 +70,6 @@ require ( go.opentelemetry.io/otel v1.35.0 // indirect go.opentelemetry.io/otel/metric v1.35.0 // indirect go.opentelemetry.io/otel/trace v1.35.0 // indirect - go.starlark.net v0.0.0-20250225190231-0d3f41d403af // indirect golang.org/x/crypto v0.36.0 // indirect golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect golang.org/x/net v0.37.0 // indirect