Skip to content

Commit e27fae6

Browse files
dmitryduevkptkin
andauthored
chore: custom [email protected] for building core for MacOS 10 (#9824)
Co-authored-by: Katia Patkin <[email protected]>
1 parent e0a7dbf commit e27fae6

File tree

2 files changed

+144
-3
lines changed

2 files changed

+144
-3
lines changed

.github/workflows/release-sdk.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
##################################################
8787
- name: Downgrade Go version
8888
run: |
89-
sed -i '' 's/1.24.2/1.22.12/' core/go.mod
89+
mv core/go.mod.1.22 core/go.mod
9090
9191
##################################################
9292
# Install Go.
@@ -97,11 +97,13 @@ jobs:
9797
go-version-file: core/go.mod
9898

9999
##################################################
100-
# Vendor dependencies
100+
# Vendor downgraded dependencies
101101
##################################################
102-
- name: Vendor dependencies
102+
- name: Vendor downgraded dependencies
103103
run: |
104104
cd core
105+
rm -rf vendor
106+
rm go.sum
105107
go mod tidy
106108
go mod vendor
107109

core/go.mod.1.22

+139
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
module github.com/wandb/wandb/core
2+
3+
go 1.22.12
4+
5+
require (
6+
cloud.google.com/go/storage v1.50.0
7+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0
8+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
9+
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0
10+
github.com/Khan/genqlient v0.8.0
11+
github.com/aws/aws-sdk-go-v2 v1.36.3
12+
github.com/aws/aws-sdk-go-v2/config v1.29.14
13+
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.3
14+
github.com/getsentry/sentry-go v0.32.0
15+
github.com/go-git/go-git/v5 v5.11.0
16+
github.com/golang/mock v1.6.0
17+
github.com/googleapis/gax-go/v2 v2.14.1
18+
github.com/hashicorp/go-retryablehttp v0.7.7
19+
github.com/hashicorp/golang-lru v1.0.2
20+
github.com/prometheus/client_golang v1.22.0
21+
github.com/prometheus/common v0.63.0
22+
github.com/radovskyb/watcher v1.0.7
23+
github.com/shirou/gopsutil/v4 v4.24.5
24+
github.com/spf13/afero v1.12.0
25+
github.com/stretchr/testify v1.10.0
26+
github.com/wandb/simplejsonext v0.0.0-20241203202201-90635f1d8677
27+
golang.org/x/sync v0.11.0
28+
golang.org/x/time v0.10.0
29+
google.golang.org/api v0.220.0
30+
google.golang.org/grpc v1.70.0
31+
google.golang.org/protobuf v1.36.6
32+
gopkg.in/yaml.v3 v3.0.1
33+
)
34+
35+
require (
36+
cel.dev/expr v0.19.0 // indirect
37+
cloud.google.com/go v0.116.0 // indirect
38+
cloud.google.com/go/auth v0.14.1 // indirect
39+
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
40+
cloud.google.com/go/compute/metadata v0.6.0 // indirect
41+
cloud.google.com/go/iam v1.2.2 // indirect
42+
cloud.google.com/go/monitoring v1.21.2 // indirect
43+
dario.cat/mergo v1.0.0 // indirect
44+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
45+
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
46+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
47+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
48+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
49+
github.com/Microsoft/go-winio v0.6.1 // indirect
50+
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
51+
github.com/agnivade/levenshtein v1.1.1 // indirect
52+
github.com/alexflint/go-arg v1.4.2 // indirect
53+
github.com/alexflint/go-scalar v1.0.0 // indirect
54+
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
55+
github.com/aws/aws-sdk-go-v2/credentials v1.17.67 // indirect
56+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
57+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
58+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
59+
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
60+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 // indirect
61+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
62+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.1 // indirect
63+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
64+
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
65+
github.com/aws/aws-sdk-go-v2/service/sso v1.25.3 // indirect
66+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1 // indirect
67+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.19 // indirect
68+
github.com/aws/smithy-go v1.22.2 // indirect
69+
github.com/beorn7/perks v1.0.1 // indirect
70+
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
71+
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
72+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
73+
github.com/cloudflare/circl v1.3.3 // indirect
74+
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
75+
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
76+
github.com/davecgh/go-spew v1.1.1 // indirect
77+
github.com/emirpasic/gods v1.18.1 // indirect
78+
github.com/envoyproxy/go-control-plane v0.13.1 // indirect
79+
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
80+
github.com/felixge/httpsnoop v1.0.4 // indirect
81+
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
82+
github.com/go-git/go-billy/v5 v5.5.0 // indirect
83+
github.com/go-logr/logr v1.4.2 // indirect
84+
github.com/go-logr/stdr v1.2.2 // indirect
85+
github.com/go-ole/go-ole v1.2.6 // indirect
86+
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
87+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
88+
github.com/google/s2a-go v0.1.9 // indirect
89+
github.com/google/uuid v1.6.0 // indirect
90+
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
91+
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
92+
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
93+
github.com/jpillora/backoff v1.0.0 // indirect
94+
github.com/json-iterator/go v1.1.12 // indirect
95+
github.com/kevinburke/ssh_config v1.2.0 // indirect
96+
github.com/kylelemons/godebug v1.1.0 // indirect
97+
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
98+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
99+
github.com/modern-go/reflect2 v1.0.2 // indirect
100+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
101+
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
102+
github.com/pjbgf/sha1cd v0.3.0 // indirect
103+
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
104+
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
105+
github.com/pmezard/go-difflib v1.0.0 // indirect
106+
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
107+
github.com/prometheus/client_model v0.6.1 // indirect
108+
github.com/prometheus/procfs v0.15.1 // indirect
109+
github.com/sergi/go-diff v1.3.1 // indirect
110+
github.com/shoenig/go-m1cpu v0.1.6 // indirect
111+
github.com/skeema/knownhosts v1.2.1 // indirect
112+
github.com/tklauser/go-sysconf v0.3.12 // indirect
113+
github.com/tklauser/numcpus v0.6.1 // indirect
114+
github.com/vektah/gqlparser/v2 v2.5.19 // indirect
115+
github.com/xanzy/ssh-agent v0.3.3 // indirect
116+
github.com/yusufpapurcu/wmi v1.2.4 // indirect
117+
go.opencensus.io v0.24.0 // indirect
118+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
119+
go.opentelemetry.io/contrib/detectors/gcp v1.32.0 // indirect
120+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
121+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
122+
go.opentelemetry.io/otel v1.34.0 // indirect
123+
go.opentelemetry.io/otel/metric v1.34.0 // indirect
124+
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
125+
go.opentelemetry.io/otel/sdk/metric v1.32.0 // indirect
126+
go.opentelemetry.io/otel/trace v1.34.0 // indirect
127+
golang.org/x/crypto v0.33.0 // indirect
128+
golang.org/x/mod v0.20.0 // indirect
129+
golang.org/x/net v0.35.0 // indirect
130+
golang.org/x/oauth2 v0.25.0 // indirect
131+
golang.org/x/sys v0.30.0 // indirect
132+
golang.org/x/text v0.22.0 // indirect
133+
golang.org/x/tools v0.24.0 // indirect
134+
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
135+
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
136+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250127172529-29210b9bc287 // indirect
137+
gopkg.in/warnings.v0 v0.1.2 // indirect
138+
gopkg.in/yaml.v2 v2.4.0 // indirect
139+
)

0 commit comments

Comments
 (0)