Skip to content

Commit c290fc2

Browse files
committed
Base 1 commit for v0.1.1-beta
1 parent 1591898 commit c290fc2

File tree

5 files changed

+92
-98
lines changed

5 files changed

+92
-98
lines changed

LICENSE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
The MIT License (MIT)
22

3-
43
Permission is hereby granted, free of charge, to any person obtaining a copy
54
of this software and associated documentation files (the "Software"), to deal
65
in the Software without restriction, including without limitation the rights

go.mod

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
module github.com/goplugin/plugin-feeds
2-
3-
go 1.22.0
1+
go 1.22
42

53
toolchain go1.22.6
64

75
require (
86
github.com/hashicorp/go-plugin v1.6.2-0.20240829161738-06afb6d7ae99
9-
github.com/goplugin/plugin-common v0.3.0
10-
github.com/goplugin/plugin-libocr v0.0.0-20241007185508-adbe57025f12
7+
github.com/goplugin/plugin-common v0.0.1-beta //plugin update changes
8+
//github.com/goplugin/plugin-common v0.2.2-0.20240910115520-d5c8c953d2c3
9+
github.com/goplugin/plugin-libocr v0.1.1-beta //plugin update changes
10+
//github.com/goplugin/plugin-libocr v0.0.0-20240419185742-fd3cab206b2c
1111
github.com/stretchr/testify v1.9.0
1212
)
1313

@@ -18,15 +18,14 @@ require (
1818
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
1919
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2020
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
21-
github.com/fatih/color v1.17.0 // indirect
22-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
23-
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
21+
github.com/fatih/color v1.16.0 // indirect
22+
github.com/fxamacker/cbor/v2 v2.5.0 // indirect
2423
github.com/go-json-experiment/json v0.0.0-20231102232822-2e55bd4e08b0 // indirect
2524
github.com/go-logr/logr v1.4.2 // indirect
2625
github.com/go-logr/stdr v1.2.2 // indirect
27-
github.com/go-playground/locales v0.14.1 // indirect
28-
github.com/go-playground/universal-translator v0.18.1 // indirect
29-
github.com/go-playground/validator/v10 v10.22.0 // indirect
26+
github.com/go-playground/locales v0.13.0 // indirect
27+
github.com/go-playground/universal-translator v0.17.0 // indirect
28+
github.com/go-playground/validator/v10 v10.4.1 // indirect
3029
github.com/go-viper/mapstructure/v2 v2.1.0 // indirect
3130
github.com/golang/protobuf v1.5.4 // indirect
3231
github.com/google/go-cmp v0.6.0 // indirect
@@ -38,27 +37,26 @@ require (
3837
github.com/hashicorp/yamux v0.1.1 // indirect
3938
github.com/invopop/jsonschema v0.12.0 // indirect
4039
github.com/jpillora/backoff v1.0.0 // indirect
41-
github.com/klauspost/compress v1.17.9 // indirect
42-
github.com/leodido/go-urn v1.4.0 // indirect
40+
github.com/leodido/go-urn v1.2.0 // indirect
4341
github.com/mailru/easyjson v0.7.7 // indirect
4442
github.com/mattn/go-colorable v0.1.13 // indirect
4543
github.com/mattn/go-isatty v0.0.20 // indirect
44+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
4645
github.com/mr-tron/base58 v1.2.0 // indirect
47-
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
48-
github.com/oklog/run v1.1.0 // indirect
49-
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
46+
github.com/oklog/run v1.0.0 // indirect
47+
github.com/pelletier/go-toml/v2 v2.2.0 // indirect
5048
github.com/pkg/errors v0.9.1 // indirect
5149
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
52-
github.com/prometheus/client_golang v1.20.0 // indirect
53-
github.com/prometheus/client_model v0.6.1 // indirect
54-
github.com/prometheus/common v0.59.1 // indirect
55-
github.com/prometheus/procfs v0.15.1 // indirect
56-
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
50+
github.com/prometheus/client_golang v1.17.0 // indirect
51+
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
52+
github.com/prometheus/common v0.44.0 // indirect
53+
github.com/prometheus/procfs v0.11.1 // indirect
54+
github.com/santhosh-tekuri/jsonschema/v5 v5.2.0 // indirect
5755
github.com/shopspring/decimal v1.4.0 // indirect
5856
github.com/goplugin/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 // indirect
5957
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
6058
github.com/x448/float16 v0.8.4 // indirect
61-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
59+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 // indirect
6260
go.opentelemetry.io/otel v1.28.0 // indirect
6361
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.0.0-20240823153156-2a54df7bffb9 // indirect
6462
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.28.0 // indirect
@@ -76,16 +74,19 @@ require (
7674
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
7775
go.uber.org/multierr v1.11.0 // indirect
7876
go.uber.org/zap v1.27.0 // indirect
79-
golang.org/x/crypto v0.27.0 // indirect
80-
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
81-
golang.org/x/net v0.29.0 // indirect
82-
golang.org/x/sys v0.25.0 // indirect
83-
golang.org/x/text v0.18.0 // indirect
77+
golang.org/x/crypto v0.26.0 // indirect
78+
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
79+
golang.org/x/net v0.28.0 // indirect
80+
golang.org/x/sys v0.24.0 // indirect
81+
golang.org/x/text v0.17.0 // indirect
8482
google.golang.org/genproto/googleapis/api v0.0.0-20240822170219-fc7c04adadcd // indirect
8583
google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd // indirect
8684
google.golang.org/grpc v1.65.0 // indirect
8785
google.golang.org/protobuf v1.34.2 // indirect
8886
gopkg.in/yaml.v3 v3.0.1 // indirect
8987
)
9088

91-
retract v0.1.0 // conflicting re-use
89+
// until merged upstream: https://github.com/mwitkow/grpc-proxy/pull/69
90+
replace github.com/mwitkow/grpc-proxy => github.com/goplugin/grpc-proxy v0.0.0-20230731113816-f1be6620749f
91+
92+
module github.com/goplugin/plugin-feeds

0 commit comments

Comments
 (0)