Skip to content

Commit 76ba530

Browse files
committed
go mod tidy
1 parent 3688d8c commit 76ba530

File tree

6 files changed

+19
-500
lines changed

6 files changed

+19
-500
lines changed

framework/components/dockercompose/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ require (
1111
github.com/google/go-github/v72 v72.0.0
1212
github.com/jhump/protocompile v0.0.0-20221021153901-4f6f732835e8
1313
github.com/pkg/errors v0.9.1
14-
github.com/smartcontractkit/atlas/chip-config v0.0.0-20251113222840-7b4e9ee68fd1
1514
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.11-0.20251211140724-319861e514c4
1615
github.com/smartcontractkit/chainlink-testing-framework/framework v0.0.0-00010101000000-000000000000
1716
github.com/smartcontractkit/freeport v0.1.3-0.20250716200817-cb5dfd0e369e
@@ -212,6 +211,7 @@ require (
212211
go.uber.org/zap v1.27.0 // indirect
213212
golang.org/x/crypto v0.41.0 // indirect
214213
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
214+
golang.org/x/mod v0.27.0 // indirect
215215
golang.org/x/net v0.43.0 // indirect
216216
golang.org/x/sync v0.16.0 // indirect
217217
golang.org/x/sys v0.35.0 // indirect

framework/components/dockercompose/go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,6 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
609609
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
610610
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 h1:JIAuq3EEf9cgbU6AtGPK4CTG3Zf6CKMNqf0MHTggAUA=
611611
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966/go.mod h1:sUM3LWHvSMaG192sy56D9F7CNvL7jUJVXoqM1QKLnog=
612-
github.com/smartcontractkit/atlas/chip-config v0.0.0-20251113222840-7b4e9ee68fd1 h1:zLB8OA72TaUeAORR6/NtKBMSltKIDLXb7AATf2j4Wsc=
613-
github.com/smartcontractkit/atlas/chip-config v0.0.0-20251113222840-7b4e9ee68fd1/go.mod h1:+iONAHfTRJLIZ9Sz9z1QPgb4OSm/mPm/mbq72cIm+k0=
614612
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.11-0.20251211140724-319861e514c4 h1:NOUsjsMzNecbjiPWUQGlRSRAutEvCFrqqyETDJeh5q4=
615613
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.11-0.20251211140724-319861e514c4/go.mod h1:Zpvul9sTcZNAZOVzt5vBl1XZGNvQebFpnpn3/KOQvOQ=
616614
github.com/smartcontractkit/freeport v0.1.3-0.20250716200817-cb5dfd0e369e h1:Hv9Mww35LrufCdM9wtS9yVi/rEWGI1UnjHbcKKU0nVY=

framework/examples/chip_ingress/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ require (
169169
github.com/shirou/gopsutil/v4 v4.25.8 // indirect
170170
github.com/sirupsen/logrus v1.9.3 // indirect
171171
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
172-
github.com/smartcontractkit/atlas/chip-config v0.0.0-20251113222840-7b4e9ee68fd1 // indirect
173172
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.11-0.20251211140724-319861e514c4 // indirect
174173
github.com/spf13/cobra v1.10.1 // indirect
175174
github.com/spf13/pflag v1.0.9 // indirect
@@ -211,6 +210,7 @@ require (
211210
go.uber.org/zap v1.27.0 // indirect
212211
golang.org/x/crypto v0.41.0 // indirect
213212
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
213+
golang.org/x/mod v0.27.0 // indirect
214214
golang.org/x/net v0.43.0 // indirect
215215
golang.org/x/oauth2 v0.32.0 // indirect
216216
golang.org/x/sync v0.16.0 // indirect

framework/examples/chip_ingress/go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,8 +610,6 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
610610
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
611611
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 h1:JIAuq3EEf9cgbU6AtGPK4CTG3Zf6CKMNqf0MHTggAUA=
612612
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966/go.mod h1:sUM3LWHvSMaG192sy56D9F7CNvL7jUJVXoqM1QKLnog=
613-
github.com/smartcontractkit/atlas/chip-config v0.0.0-20251113222840-7b4e9ee68fd1 h1:zLB8OA72TaUeAORR6/NtKBMSltKIDLXb7AATf2j4Wsc=
614-
github.com/smartcontractkit/atlas/chip-config v0.0.0-20251113222840-7b4e9ee68fd1/go.mod h1:+iONAHfTRJLIZ9Sz9z1QPgb4OSm/mPm/mbq72cIm+k0=
615613
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.11-0.20251211140724-319861e514c4 h1:NOUsjsMzNecbjiPWUQGlRSRAutEvCFrqqyETDJeh5q4=
616614
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.11-0.20251211140724-319861e514c4/go.mod h1:Zpvul9sTcZNAZOVzt5vBl1XZGNvQebFpnpn3/KOQvOQ=
617615
github.com/spdx/tools-golang v0.5.3 h1:ialnHeEYUC4+hkm5vJm4qz2x+oEJbS0mAMFrNXdQraY=

framework/examples/myproject/go.mod

Lines changed: 5 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ go 1.24.4
44

55
replace (
66
github.com/smartcontractkit/chainlink-testing-framework/framework => ../../
7-
github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose => ../../components/dockercompose
87
github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake => ../../components/fake
98
github.com/smartcontractkit/chainlink-testing-framework/wasp => ../../../wasp
109
)
@@ -15,7 +14,6 @@ require (
1514
github.com/ethereum/go-ethereum v1.15.0
1615
github.com/go-resty/resty/v2 v2.16.5
1716
github.com/smartcontractkit/chainlink-testing-framework/framework v0.8.9
18-
github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.0.0-00010101000000-000000000000
1917
github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake v0.0.0-20250707095700-c7855f06ddd1
2018
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.10
2119
github.com/smartcontractkit/chainlink-testing-framework/wasp v1.51.1
@@ -25,104 +23,28 @@ require (
2523
)
2624

2725
require (
28-
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
29-
github.com/AlecAivazis/survey/v2 v2.3.7 // indirect
30-
github.com/DefangLabs/secret-detector v0.0.0-20250403165618-22662109213e // indirect
31-
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
32-
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
3326
github.com/buger/goterm v1.0.4 // indirect
34-
github.com/compose-spec/compose-go/v2 v2.6.0 // indirect
35-
github.com/confluentinc/confluent-kafka-go v1.9.2 // indirect
36-
github.com/containerd/console v1.0.4 // indirect
37-
github.com/containerd/containerd/api v1.8.0 // indirect
38-
github.com/containerd/containerd/v2 v2.0.4 // indirect
39-
github.com/containerd/continuity v0.4.5 // indirect
4027
github.com/containerd/errdefs v1.0.0 // indirect
4128
github.com/containerd/errdefs/pkg v0.3.0 // indirect
42-
github.com/containerd/ttrpc v1.2.7 // indirect
43-
github.com/containerd/typeurl/v2 v2.2.3 // indirect
44-
github.com/docker/buildx v0.22.0 // indirect
45-
github.com/docker/cli v28.0.4+incompatible // indirect
46-
github.com/docker/cli-docs-tool v0.9.0 // indirect
47-
github.com/docker/compose/v2 v2.35.0 // indirect
29+
github.com/danieljoos/wincred v1.2.1 // indirect
4830
github.com/docker/distribution v2.8.3+incompatible // indirect
49-
github.com/docker/docker-credential-helpers v0.8.2 // indirect
50-
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
51-
github.com/docker/go-metrics v0.0.1 // indirect
52-
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 // indirect
5331
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
54-
github.com/fsnotify/fsevents v0.2.0 // indirect
55-
github.com/fvbommel/sortorder v1.1.0 // indirect
5632
github.com/go-ini/ini v1.67.0 // indirect
57-
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
58-
github.com/gofrs/flock v0.12.1 // indirect
59-
github.com/google/go-github/v72 v72.0.0 // indirect
60-
github.com/google/go-querystring v1.1.0 // indirect
61-
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
6233
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
63-
github.com/hashicorp/go-version v1.7.0 // indirect
64-
github.com/in-toto/in-toto-golang v0.5.0 // indirect
65-
github.com/inconshreveable/mousetrap v1.1.0 // indirect
66-
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf // indirect
6734
github.com/jonboulle/clockwork v0.5.0 // indirect
68-
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
69-
github.com/mattn/go-runewidth v0.0.16 // indirect
70-
github.com/mattn/go-shellwords v1.0.12 // indirect
71-
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
72-
github.com/miekg/pkcs11 v1.1.1 // indirect
7335
github.com/minio/crc64nvme v1.0.0 // indirect
7436
github.com/minio/md5-simd v1.1.2 // indirect
7537
github.com/minio/minio-go/v7 v7.0.86 // indirect
76-
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
77-
github.com/moby/buildkit v0.20.1 // indirect
7838
github.com/moby/go-archive v0.1.0 // indirect
79-
github.com/moby/locker v1.0.1 // indirect
80-
github.com/moby/spdystream v0.5.0 // indirect
81-
github.com/moby/sys/atomicwriter v0.1.0 // indirect
82-
github.com/moby/sys/capability v0.4.0 // indirect
83-
github.com/moby/sys/mountinfo v0.7.2 // indirect
84-
github.com/moby/sys/signal v0.7.1 // indirect
85-
github.com/moby/sys/symlink v0.3.0 // indirect
86-
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
8739
github.com/oasisprotocol/curve25519-voi v0.0.0-20220328075252-7dd334e3daae // indirect
88-
github.com/pelletier/go-toml v1.9.5 // indirect
89-
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
90-
github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc // indirect
91-
github.com/rivo/uniseg v0.4.7 // indirect
9240
github.com/rs/xid v1.6.0 // indirect
93-
github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect
94-
github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b // indirect
95-
github.com/shibumi/go-pathspec v1.3.0 // indirect
9641
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 // indirect
97-
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
9842
github.com/spf13/cobra v1.9.1 // indirect
99-
github.com/testcontainers/testcontainers-go/modules/compose v0.37.0 // indirect
100-
github.com/theupdateframework/notary v0.7.0 // indirect
101-
github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 // indirect
10243
github.com/tjhop/slog-gokit v0.1.3 // indirect
103-
github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205 // indirect
104-
github.com/tonistiigi/fsutil v0.0.0-20250113203817-b14e27f4135a // indirect
105-
github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 // indirect
106-
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect
107-
github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab // indirect
108-
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
109-
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
110-
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
111-
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
112-
github.com/zclconf/go-cty v1.16.0 // indirect
113-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
44+
github.com/urfave/cli v1.22.16 // indirect
11445
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.31.0 // indirect
11546
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.31.0 // indirect
116-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect
117-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 // indirect
118-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.34.0 // indirect
119-
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
120-
go.opentelemetry.io/otel/sdk/metric v1.34.0 // indirect
121-
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
122-
go.uber.org/mock v0.5.0 // indirect
123-
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
124-
gopkg.in/ini.v1 v1.67.0 // indirect
125-
tags.cncf.io/container-device-interface v1.0.1 // indirect
47+
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 // indirect
12648
)
12749

12850
require (
@@ -147,19 +69,6 @@ require (
14769
github.com/avast/retry-go/v4 v4.6.1 // indirect
14870
github.com/awalterschulze/gographviz v2.0.3+incompatible // indirect
14971
github.com/aws/aws-sdk-go v1.55.6 // indirect
150-
github.com/aws/aws-sdk-go-v2 v1.32.7 // indirect
151-
github.com/aws/aws-sdk-go-v2/config v1.28.6 // indirect
152-
github.com/aws/aws-sdk-go-v2/credentials v1.17.47 // indirect
153-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.21 // indirect
154-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect
155-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // indirect
156-
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
157-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
158-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 // indirect
159-
github.com/aws/aws-sdk-go-v2/service/sso v1.24.7 // indirect
160-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.6 // indirect
161-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.2 // indirect
162-
github.com/aws/smithy-go v1.22.1 // indirect
16372
github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 // indirect
16473
github.com/benbjohnson/clock v1.3.5 // indirect
16574
github.com/beorn7/perks v1.0.1 // indirect
@@ -412,13 +321,5 @@ require (
412321
sigs.k8s.io/yaml v1.4.0 // indirect
413322
)
414323

415-
replace (
416-
// replicating the replace directive on cosmos SDK
417-
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
418-
// this is needed because of github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose deps
419-
go.opentelemetry.io/otel => go.opentelemetry.io/otel v1.35.0
420-
go.opentelemetry.io/otel/exporters/otlp/otlptrace => go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0
421-
go.opentelemetry.io/otel/metric => go.opentelemetry.io/otel/metric v1.35.0
422-
go.opentelemetry.io/otel/sdk => go.opentelemetry.io/otel/sdk v1.34.0
423-
go.opentelemetry.io/otel/trace => go.opentelemetry.io/otel/trace v1.35.0
424-
)
324+
// replicating the replace directive on cosmos SDK
325+
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1

0 commit comments

Comments
 (0)