Skip to content

Commit

Permalink
Merge tag 'v2.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
bombsimon committed Feb 24, 2020
2 parents 8dbe38a + 32d188c commit edb0634
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/wsl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"path/filepath"
"strings"

"github.com/bombsimon/wsl"
"github.com/bombsimon/wsl/v2"
)

// nolint: gocognit
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
module github.com/bombsimon/wsl
module github.com/bombsimon/wsl/v2

go 1.12

require (
github.com/davecgh/go-spew v1.1.1 // indirect
Expand All @@ -7,5 +9,3 @@ require (
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)

go 1.11

0 comments on commit edb0634

Please sign in to comment.