Skip to content

Commit

Permalink
merging with ezra-branch, adding compress/decompress and report commands
Browse files Browse the repository at this point in the history
  • Loading branch information
benleem committed Oct 31, 2024
1 parent dfdd0fb commit b1f67bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion cmd/compress.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cmd
import (
"fmt"

"github.com/prattlOrg/prattl/pysrc"
"github.com/prattlOrg/prattl/internal/pysrc"
"github.com/spf13/cobra"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"sync"

"github.com/prattlOrg/go-pyenv"
"github.com/prattlOrg/prattl/pysrc"
"github.com/prattlOrg/prattl/internal/pysrc"
"github.com/spf13/cobra"
)

Expand Down
11 changes: 0 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@ require (

require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)

// require (
// github.com/inconshreveable/mousetrap v1.1.0 // indirect
// github.com/klauspost/compress v1.17.11 // indirect
// github.com/mattn/go-colorable v0.1.2 // indirect
// github.com/mattn/go-isatty v0.0.8 // indirect
// github.com/spf13/pflag v1.0.5 // indirect
// )

0 comments on commit b1f67bd

Please sign in to comment.