Skip to content

Commit 0dd0e23

Browse files
andreaanezclaude
andcommitted
chore: swap sfc-go local replace for tagged release v0.1.0-preview
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6fe2bb3 commit 0dd0e23

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/nebius/gosdk v0.0.0-20250826102719-940ad1dfb5de
2323
github.com/pkg/errors v0.9.1
2424
github.com/sfcompute/nodes-go v0.1.0-alpha.4
25-
github.com/sfcompute/sfc-go v0.0.0-local
25+
github.com/sfcompute/sfc-go v0.1.0-preview
2626
github.com/stretchr/testify v1.11.1
2727
golang.org/x/crypto v0.47.0
2828
golang.org/x/text v0.33.0
@@ -115,5 +115,3 @@ require (
115115
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
116116
sigs.k8s.io/yaml v1.6.0 // indirect
117117
)
118-
119-
replace github.com/sfcompute/sfc-go v0.0.0-local => /Users/andreaanez/Documents/sf_compute/sfc-go

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0t
162162
github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc=
163163
github.com/sfcompute/nodes-go v0.1.0-alpha.4 h1:oFBWcMPSpqLYm/NDs5I1jTvzgx9rsXDL9Ghsm30Hc0Q=
164164
github.com/sfcompute/nodes-go v0.1.0-alpha.4/go.mod h1:nUviHgK+Fgt2hDFcRL3M8VoyiypC8fc0dsY8C30QU8M=
165+
github.com/sfcompute/sfc-go v0.1.0-preview h1:yJ6ICglA/JZal2kauzb2aZlV9XdLPejsvFpsKwwThkQ=
166+
github.com/sfcompute/sfc-go v0.1.0-preview/go.mod h1:vhUpRpAHKitZzzWPg87RjreC+pzK57PGe4ZuSIQSk94=
165167
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
166168
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
167169
github.com/spf13/afero v1.15.0 h1:b/YBCLWAJdFWJTN9cLhiXXcD7mzKn9Dm86dNnfyQw1I=

0 commit comments

Comments
 (0)