Skip to content

Commit

Permalink
fix: remove server module replace on CLI (#1413)
Browse files Browse the repository at this point in the history
* remove server module replace on CLI

* fix go modo
  • Loading branch information
mathnogueira committed Oct 21, 2022
1 parent 2cf036c commit f354b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ module github.com/kubeshop/tracetest/cli

go 1.18

replace github.com/kubeshop/tracetest/server => ../server

require (
github.com/alexeyco/simpletable v1.0.0
github.com/compose-spec/compose-go v1.5.1
github.com/cucumber/ci-environment/go v0.0.0-20220915001957-711b1c82415f
github.com/denisbrodbeck/machineid v1.0.1
github.com/kubeshop/tracetest/server v0.0.0-20220920142527-2369576b6725
github.com/kubeshop/tracetest/server v0.0.0-20221021165818-2cf036c38e59
github.com/pterm/pterm v0.12.46
github.com/segmentio/analytics-go/v3 v3.2.1
github.com/spf13/cobra v1.5.0
Expand Down
2 changes: 2 additions & 0 deletions cli/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kubeshop/tracetest/server v0.0.0-20221021165818-2cf036c38e59 h1:JOeNaeOX2nHxZrMFqqJy9/qiUmr2EaFEckrrXyGMgQc=
github.com/kubeshop/tracetest/server v0.0.0-20221021165818-2cf036c38e59/go.mod h1:zLt4nVg7r06wwME/c5FW7NhPJxOQLQysZlq9PAqktv4=
github.com/lithammer/fuzzysearch v1.1.5 h1:Ag7aKU08wp0R9QCfF4GoGST9HbmAIeLP7xwMrOBEp1c=
github.com/lithammer/fuzzysearch v1.1.5/go.mod h1:1R1LRNk7yKid1BaQkmuLQaHruxcC4HmAH30Dh61Ih1Q=
github.com/magiconair/properties v1.8.6 h1:5ibWZ6iY0NctNGWo87LalDlEZ6R41TqbbDamhfG/Qzo=
Expand Down

0 comments on commit f354b4e

Please sign in to comment.