Skip to content

Commit

Permalink
gocomplete: Fix module name
Browse files Browse the repository at this point in the history
Fixes #88
  • Loading branch information
posener committed Jun 9, 2019
1 parent e1dacfd commit 2e99ff9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion gocomplete/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module gocomplete
module github.com/posener/complete/gocomplete

require github.com/posener/complete v1.1.2

Expand Down
2 changes: 0 additions & 2 deletions gocomplete/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/U
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/go-multierror v1.0.0 h1:iVjPR7a6H0tWELX5NxNe7bYopibicUzc7uPribsnS6o=
github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk=
github.com/posener/complete v1.1.2 h1:fS9GkqLN9DIpHg9j3fAPHdj5P3LhzxuoSybQd1v26IE=
github.com/posener/complete v1.1.2/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI=

0 comments on commit 2e99ff9

Please sign in to comment.