Skip to content

Commit

Permalink
chore: remove go mod replace
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Oct 4, 2024
1 parent fa46499 commit af87e0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,3 @@ require (
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
)

replace github.com/go-vela/server => ../server
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1v
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
github.com/go-vela/sdk-go v0.25.0 h1:a5vGXEmwb8e+p+aK9W4b111FhiTDDSfR4HmEZckhgBk=
github.com/go-vela/sdk-go v0.25.0/go.mod h1:UNXiPyDO8FGMinGgjw/LSS43Y8H+kyvxfAXIOSmEfB0=
github.com/go-vela/server v0.25.1-0.20241004140454-248b3a3ecf4b h1:gCm1xvjr34McjS7kIgKVFcr96vGHnHnujndiM9W3Ktg=
github.com/go-vela/server v0.25.1-0.20241004140454-248b3a3ecf4b/go.mod h1:/DmGHNzsjsBOStLzlGDIDGCmNztUgCdvHiuWmyafFs8=
github.com/go-vela/types v0.25.1 h1:DCPHv1+ouqldjfsjfcVTcm/Yyd0OwazIfxYyR+GwpMo=
github.com/go-vela/types v0.25.1/go.mod h1:5+MHUI9ZSY2Uz1cTJa64FWUv8jKzzUUq96UQTokGJzs=
github.com/goccy/go-json v0.10.3 h1:KZ5WoDbxAIgm2HNbYckL0se1fHD6rz5j4ywS6ebzDqA=
Expand Down

0 comments on commit af87e0e

Please sign in to comment.