File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 88 "io"
99 "os"
1010
11- "github.com/benchttp/sdk /benchttp"
12- "github.com/benchttp/sdk /configio"
11+ "github.com/benchttp/engine /benchttp"
12+ "github.com/benchttp/engine /configio"
1313
1414 "github.com/benchttp/cli/internal/configflag"
1515 "github.com/benchttp/cli/internal/output"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/benchttp/cli
22
33go 1.17
44
5- require github.com/benchttp/sdk v0.1.0
5+ require github.com/benchttp/engine v0.1.0
66
77require (
88 github.com/google/go-cmp v0.5.9 // indirect
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212 "strings"
1313 "time"
1414
15- "github.com/benchttp/sdk /configio"
15+ "github.com/benchttp/engine /configio"
1616)
1717
1818// Bind reads arguments provided to flagset as config fields
Original file line number Diff line number Diff line change 99 "testing"
1010 "time"
1111
12- "github.com/benchttp/sdk /benchttp"
13- "github.com/benchttp/sdk /benchttptest"
14- "github.com/benchttp/sdk /configio"
12+ "github.com/benchttp/engine /benchttp"
13+ "github.com/benchttp/engine /benchttptest"
14+ "github.com/benchttp/engine /configio"
1515
1616 "github.com/benchttp/cli/internal/configflag"
1717)
Original file line number Diff line number Diff line change 66 "strconv"
77 "strings"
88
9- benchttp "github.com/benchttp/sdk /benchttp"
9+ "github.com/benchttp/engine /benchttp"
1010
1111 "github.com/benchttp/cli/internal/render/ansi"
1212)
Original file line number Diff line number Diff line change 77 "strings"
88 "time"
99
10- "github.com/benchttp/sdk /benchttp"
10+ "github.com/benchttp/engine /benchttp"
1111
1212 "github.com/benchttp/cli/internal/render/ansi"
1313)
Original file line number Diff line number Diff line change 55 "testing"
66 "time"
77
8- "github.com/benchttp/sdk /benchttp"
8+ "github.com/benchttp/engine /benchttp"
99
1010 "github.com/benchttp/cli/internal/render"
1111 "github.com/benchttp/cli/internal/render/ansi"
Original file line number Diff line number Diff line change 44 "io"
55 "strings"
66
7- "github.com/benchttp/sdk /benchttp"
7+ "github.com/benchttp/engine /benchttp"
88
99 "github.com/benchttp/cli/internal/render/ansi"
1010)
You can’t perform that action at this time.
0 commit comments