Skip to content

Commit

Permalink
Merge pull request #9 from momotaro98/fix_issue_8
Browse files Browse the repository at this point in the history
fix issue #8
  • Loading branch information
momotaro98 committed Jan 8, 2023
2 parents b9db81f + 513da05 commit 5292aa3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 416 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ strictgoimports is made to resolve an issue goimports has. The issue is still di
## Install

```
$ go get -u github.com/momotaro98/strictgoimports/cmd/strictgoimports
$ go install github.com/momotaro98/strictgoimports/cmd/strictgoimports@latest
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion cmd/strictgoimports/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"path/filepath"
"strings"

"github.com/minio/minio/pkg/wildcard"
wildcard "github.com/IGLOU-EU/go-wildcard"

"github.com/momotaro98/strictgoimports"
)
Expand Down
12 changes: 8 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
module github.com/momotaro98/strictgoimports

go 1.14
go 1.19

require (
github.com/golang/mock v1.2.0
github.com/minio/minio v0.0.0-20200527134543-53aaa5d2a5f0
golang.org/x/tools v0.0.0-20200502202811-ed308ab3e770
github.com/IGLOU-EU/go-wildcard v1.0.3
golang.org/x/tools v0.5.0
)

require (
golang.org/x/mod v0.7.0 // indirect
golang.org/x/sys v0.4.0 // indirect
)
Loading

0 comments on commit 5292aa3

Please sign in to comment.