mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
The package version must match the major tag version (#1654)
* Update package version * Update makefile targets * Update readme packages * Remaining old packages via rg/sd
This commit is contained in:
parent
a91abf5d5c
commit
085e831668
221 changed files with 668 additions and 668 deletions
|
|
@ -3,7 +3,7 @@ package main
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/johnkerl/miller/pkg/colorizer"
|
||||
"github.com/johnkerl/miller/v6/pkg/colorizer"
|
||||
)
|
||||
|
||||
const boldString = "\u001b[1m"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/johnkerl/miller/pkg/entrypoint"
|
||||
"github.com/johnkerl/miller/v6/pkg/entrypoint"
|
||||
"github.com/pkg/profile" // for trace.out
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import (
|
|||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/johnkerl/miller/pkg/scan"
|
||||
"github.com/johnkerl/miller/v6/pkg/scan"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// ================================================================
|
||||
|
||||
/*
|
||||
go build github.com/johnkerl/miller/cmd/sizes
|
||||
go build github.com/johnkerl/miller/v6/cmd/sizes
|
||||
*/
|
||||
|
||||
package main
|
||||
|
|
@ -11,7 +11,7 @@ package main
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/johnkerl/miller/pkg/mlrval"
|
||||
"github.com/johnkerl/miller/v6/pkg/mlrval"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue